sily.property

Simple mixin property getter/setter generator

Members

Mixin templates

getter
mixintemplate getter(alias symbol, string prefixRem = "_", string prefixAdd = "")
mixintemplate getter(alias symbol, string symbolRename, bool B)

Generates mixin for automatic property injection. All properties are created as public final @property.

property
mixintemplate property(alias symbol, string prefixRem = "_", string prefixAdd = "")
mixintemplate property(alias symbol, string symbolRename, bool B)
setter
mixintemplate setter(alias symbol, string prefixRem = "_", string prefixAdd = "")
mixintemplate setter(alias symbol, string symbolRename, bool B)

Generates mixin for automatic property injection. All properties are created as public final @property.

Static functions

___silyPropertyGenGetter
string ___silyPropertyGenGetter()
Undocumented in source. Be warned that the author may not have intended to support it.
___silyPropertyGenSetter
string ___silyPropertyGenSetter()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta