DsymbolTable

Table of Dsymbol's

Members

Functions

insert
Dsymbol insert(Dsymbol s)
Undocumented in source. Be warned that the author may not have intended to support it.
insert
Dsymbol insert(Identifier ident, Dsymbol s)
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length()
lookup
Dsymbol lookup(Identifier ident)
Undocumented in source. Be warned that the author may not have intended to support it.
update
Dsymbol update(Dsymbol s)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

tab
AssocArray!(Identifier, Dsymbol) tab;
Undocumented in source.

Inherited Members

From RootObject

equals
bool equals(RootObject o)
Undocumented in source. Be warned that the author may not have intended to support it.
toChars
const(char)* toChars()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
const(char)[] toString()
dyncast
DYNCAST dyncast()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta