GQLDObject

Undocumented in source.

Constructors

this
this(string name)
Undocumented in source.
this
this(string name, TypeKind tk)
Undocumented in source.

Members

Functions

toShortString
string toShortString()
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

base
GQLDObject base;
Undocumented in source.
typeKind
TypeKind typeKind;
Undocumented in source.

Inherited Members

From GQLDMap

member
GQLDType[string] member;
Undocumented in source.
outputOnlyMembers
RedBlackTree!string outputOnlyMembers;
Undocumented in source.
derivatives
GQLDMap[] derivatives;
Undocumented in source.
addDerivative
void addDerivative(GQLDMap d)
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.

Meta