dextool ~master (2018-04-15T20:31:52Z)
Dub
Repo
TypeKind.CtorInfo
cpptooling
data
kind
TypeKind
The type of a ctor prototype, 'Class::Class(int)'
struct
TypeKind
pure @
safe
nothrow @
nogc
static
struct
CtorInfo {
CtorFmt
fmt
;
string
id
;
FuncInfoParam
[]
params
;
}
Members
Variables
fmt
CtorFmt
fmt
;
%s(int)
id
string
id
;
Class
Meta
Source
See Implementation
cpptooling
data
kind
TypeKind
structs
ArrayInfo
CtorInfo
DtorInfo
FuncInfo
FuncPtrInfo
FuncSignatureInfo
PointerInfo
PrimitiveInfo
RecordInfo
SimpleInfo
TypeRefInfo
unions
InternalInfo
The type of a ctor prototype, 'Class::Class(int)'