ddmd-experimental ~master (2021-12-25T08:46:30.2604305)
Dub
Repo
PrettyPrintVisitor.PrePostAppendStrings
ddmd
hdrgen
PrettyPrintVisitor
Undocumented in source.
class
PrettyPrintVisitor
struct
PrePostAppendStrings {
OutBuffer
*
buf
;
bool
isPostfixStyle
;
bool
isCtor
;
static
int
fp
(void* param, const(char)* str);
}
Members
Static functions
fp
int
fp
(void* param, const(char)* str)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
buf
OutBuffer
*
buf
;
Undocumented in source.
isCtor
bool
isCtor
;
Undocumented in source.
isPostfixStyle
bool
isPostfixStyle
;
Undocumented in source.
Meta
Source
See Implementation
ddmd
hdrgen
PrettyPrintVisitor
constructors
this
functions
argsToBuffer
bodyToBuffer
expToBuffer
floatToBuffer
objectToBuffer
parametersToBuffer
sizeToBuffer
tiargsToBuffer
typeToBuffer
visit
visitBaseClasses
visitEponymousMember
visitFuncIdentWithPostfix
visitFuncIdentWithPrefix
visitTemplateConstraint
visitTemplateParameters
visitTypeQualifiedHelper
visitVarDecl
visitWithMask
structs
PrePostAppendStrings
variables
buf
declstring
hgs