ImplData

Analyzed data transformed to implementation.

The abstraction is still _high_.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Static functions

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

Variables

excludedSymbols
IgnoreSymbol[] excludedSymbols;

User specified symbols to ignore.

root
CppRoot root;

DOM

symbolId
ulong[FullyQualifiedNameType] symbolId;

ID's for all symbols, both user specified and newly discovered.

symbols
Symbol[FullyQualifiedNameType] symbols;

All symbols specified in the user configuration.

Meta