Field

Fields of a struct/class

Constructors

this
this(RuntimeTypeInfo type, string identifier, Protection protection)
Undocumented in source.

Members

Functions

get
get(O obj)
Undocumented in source. Be warned that the author may not have intended to support it.
getImpl
inout(Variant) getImpl(Object obj)
Undocumented in source.
set
void set(Object obj, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
setImpl
void setImpl(Object obj, Variant value)
Undocumented in source.
toString
string toString(Object obj)
Undocumented in source.

Variables

identifier
string identifier;
Undocumented in source.
protection
Protection protection;
Undocumented in source.
type
RuntimeTypeInfo type;
Undocumented in source.

Meta