dsymbol.builtin.symbols

Undocumented in source.

Members

Variables

aggregateSymbols
TTree!(DSymbol*, Mallocator, true, "a < b", false) aggregateSymbols;

Struct, enum, union, class, and interface properties

arraySymbols
TTree!(DSymbol*, Mallocator, true, "a < b", false) arraySymbols;

Array properties

assocArraySymbols
TTree!(DSymbol*, Mallocator, true, "a < b", false) assocArraySymbols;

Associative array properties

builtinSymbols
TTree!(DSymbol*, Mallocator, true, "a < b", false) builtinSymbols;

Symbols for the built in types

classSymbols
TTree!(DSymbol*, Mallocator, true, "a < b", false) classSymbols;

Class properties

enumSymbols
TTree!(DSymbol*, Mallocator, true, "a < b", false) enumSymbols;

Enum properties

typeTmpParamSymbol
DSymbol* typeTmpParamSymbol;

Type template parameters properties (when no colon constraint)

variadicTmpParamSymbol
DSymbol* variadicTmpParamSymbol;

Variadic template parameters properties

Meta