ToCppBuffer

extern (C++) final
class ToCppBuffer : Visitor {
bool[void*] visited;
bool[void*] forwarded;
OutBuffer* fwdbuf;
OutBuffer* checkbuf;
OutBuffer* donebuf;
OutBuffer* buf;
AST.AggregateDeclaration adparent;
AST.TemplateDeclaration tdparent;
Identifier ident;
LINK linkage;
bool forwardedAA;
AST.Type* origType;
bool hasReal;
const
bool printIgnored;
}

Members

Variables

currentVisibility
AST.Visibility.Kind currentVisibility;

Last written visibility level

ignoredCounter
int ignoredCounter;

How many symbols were ignored

storageClass
AST.STC storageClass;

Currently applicable storage classes

Suggestion Box / Bug Report