ddc ~master (2020-05-01T11:40:35Z)
Dub
Repo
ToCppBuffer
dmd
dtoh
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
Source
See Implementation
dmd
dtoh
classes
ToCppBuffer