Properties

Undocumented in source.

Constructors

this
this(Owner o)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

opApply
int opApply(int delegate(string, ref DProperty) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opDispatch
DProperty opDispatch()
Undocumented in source. Be warned that the author may not have intended to support it.
opIn_r
DProperty* opIn_r(string k)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
DProperty opIndex(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
parse
bool parse(string input)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(DPropType type, string name, string value)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

props
Dict!(DProperty, string) props;
Undocumented in source.

Meta