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.ClassDeclaration cdparent;
AST.TemplateDeclaration tdparent;
Identifier ident;
LINK linkage;
bool forwardedAA;
AST.Type* origType;
bool hasReal;
bool hasDefaultEnum;
bool hasNumericEnum;
bool hasTypedEnum;
bool hasAnonEnum;
bool hasAnonNumericEnum;
bool hasNumericConstant;
bool hasTypedConstant;
}

Meta