ImplData

Members

Functions

lookup
Kind lookup(size_t id)

Lookup the tag for an ID.

lookupClass
auto lookupClass(FullyQualifiedNameType fqn)
putForLookup
void putForLookup(ref CppClass[FullyQualifiedNameType] other)

Copy an AA of classes.

tag
void tag(size_t id, Kind kind_)

Tag an ID with a kind.

Variables

classes
CppClass[FullyQualifiedNameType] classes;

Classes found during src analysis.

kind
Kind[size_t] kind;

Tagging of nodes in the root determining how they are handled by the code generator step.

Meta