anchovy.utils.flexibleobject.flexibleaccess

Undocumented in source.

Members

Functions

hasProperty
bool hasProperty(FlexibleObjectType w)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

bindProperty
void bindProperty(FlexibleObject object1, FlexibleObject object2)
Undocumented in source. Be warned that the author may not have intended to support it.
bindProperty
void bindProperty(FlexibleObject object1, string property1, FlexibleObject object2)
Undocumented in source. Be warned that the author may not have intended to support it.
bindProperty
void bindProperty(T1 object1, string property1, T2 object2, string property2)
Undocumented in source. Be warned that the author may not have intended to support it.
bindProperty
void bindProperty(FlexibleObject object1, FlexibleObject object2, string property2)
Undocumented in source. Be warned that the author may not have intended to support it.
coercePropertyAs
T coercePropertyAs(FlexibleObject w, string propname)
Undocumented in source. Be warned that the author may not have intended to support it.
coercePropertyAs
T coercePropertyAs(FlexibleObject w, string propname, T defaultValue)
Undocumented in source. Be warned that the author may not have intended to support it.
coercePropertyAs
T coercePropertyAs(FlexibleObjectType w)
Undocumented in source. Be warned that the author may not have intended to support it.
coercePropertyAs
T coercePropertyAs(FlexibleObjectType w, T defaultValue)
Undocumented in source. Be warned that the author may not have intended to support it.
getProperty
Variant getProperty(FlexibleObjectType w)
Undocumented in source. Be warned that the author may not have intended to support it.
getPropertyAs
T getPropertyAs(string propname, FlexibleObject w)
Undocumented in source. Be warned that the author may not have intended to support it.
getPropertyAs
T getPropertyAs(string propname, FlexibleObject w, T defaultValue)
Undocumented in source. Be warned that the author may not have intended to support it.
getPropertyAs
T getPropertyAs(FlexibleObjectType w)
Undocumented in source. Be warned that the author may not have intended to support it.
getPropertyAs
T getPropertyAs(FlexibleObjectType w, T defaultValue)
Undocumented in source. Be warned that the author may not have intended to support it.
getPropertyAsBase
T getPropertyAsBase(string propname, FlexibleObject w)
Undocumented in source. Be warned that the author may not have intended to support it.
getPropertyAsBase
T getPropertyAsBase(FlexibleObjectType w)
Undocumented in source. Be warned that the author may not have intended to support it.
peekPropertyAs
T* peekPropertyAs(string propname, FlexibleObject w)
Undocumented in source. Be warned that the author may not have intended to support it.
peekPropertyAs
T* peekPropertyAs(FlexibleObjectType w)
Undocumented in source. Be warned that the author may not have intended to support it.
setProperty
void setProperty(FlexibleObject w, string propname, ValueType value)
Undocumented in source. Be warned that the author may not have intended to support it.
setProperty
void setProperty(FlexibleObjectType w, ValueType value)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta