TypeInfo_Inout

Undocumented in source.
class TypeInfo_Inout : TypeInfo_Const {}

Members

Functions

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From TypeInfo_Const

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
getHash
size_t getHash(void* p)
Undocumented in source. Be warned that the author may not have intended to support it.
equals
bool equals(void* p1, void* p2)
Undocumented in source. Be warned that the author may not have intended to support it.
compare
int compare(void* p1, void* p2)
Undocumented in source. Be warned that the author may not have intended to support it.
tsize
size_t tsize [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
swap
void swap(void* p1, void* p2)
Undocumented in source. Be warned that the author may not have intended to support it.
next
inout(TypeInfo) next [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
flags
uint flags [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
initializer
const(void)[] initializer()
Undocumented in source. Be warned that the author may not have intended to support it.
talign
size_t talign [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
argTypes
int argTypes(TypeInfo arg1, TypeInfo arg2)
Undocumented in source. Be warned that the author may not have intended to support it.
base
TypeInfo base;
Undocumented in source.

Meta