addTypedGetter

Creates getter function in compile-time

template addTypedGetter (
string propertyVariableName
string propertyName
) {}

Members

Variables

addTypedGetter
char[] addTypedGetter;
Undocumented in source.

Parameters

propertyVariableName

name of variable

propertyName

name of function

Meta