FlexibleObject

Undocumented in source.

Members

Functions

opCmp
int opCmp(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
Variant opIndex(string propName)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
Variant opIndexAssign(V value, string propName)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexOpAssign
Variant opIndexOpAssign(V value, string propName)
Undocumented in source. Be warned that the author may not have intended to support it.
property
IProperty property(string propName)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
Variant remove(string propName)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

properties
IProperty[string] properties;
Undocumented in source.

Meta