PropertyPrototype

Undocumented in source.

Constructors

this
this(var delegate() getter, void delegate(var) setter)
Undocumented in source.

Members

Functions

get
var get()
Undocumented in source. Be warned that the author may not have intended to support it.
set
var set(var t)
Undocumented in source. Be warned that the author may not have intended to support it.
toJsonValue
JSONValue toJsonValue()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

getter
var delegate() getter;
Undocumented in source.
setter
void delegate(var) setter;
Undocumented in source.

Inherited Members

From PrototypeObject

name
string name;
Undocumented in source.
_prototype
var _prototype;
Undocumented in source.
_secondary
PrototypeObject _secondary;
Undocumented in source.
prototype
PrototypeObject prototype()
Undocumented in source. Be warned that the author may not have intended to support it.
prototype
PrototypeObject prototype(PrototypeObject set)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
_properties
var[string] _properties;
Undocumented in source.
copy
PrototypeObject copy()
Undocumented in source. Be warned that the author may not have intended to support it.
copyPropertiesFrom
PrototypeObject copyPropertiesFrom(PrototypeObject p)
Undocumented in source. Be warned that the author may not have intended to support it.
_peekMember
var* _peekMember(string name, bool recurse)
Undocumented in source. Be warned that the author may not have intended to support it.
_getMember
var _getMember(string name, bool recurse, bool throwOnFailure, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
_setMember
var _setMember(string name, var t, bool recurse, bool throwOnFailure, bool suppressOverloading, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
toJsonValue
JSONValue toJsonValue()
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(var, ref var) dg)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta