dextool v2.0.0-rc.2 (2020-01-29T20:47:13Z)
Dub
Repo
TypeKind.InternalInfo
cpptooling
data
kind
TypeKind
Formatting information needed to reproduce the type and identifier.
struct
TypeKind
static @
safe
pure nothrow @
nogc
union
InternalInfo {
Void
null_
;
PrimitiveInfo
primitive
;
SimpleInfo
simple
;
ArrayInfo
array
;
FuncInfo
func
;
FuncPtrInfo
funcPtr
;
FuncSignatureInfo
funcSignature
;
RecordInfo
record
;
CtorInfo
ctor
;
DtorInfo
dtor
;
PointerInfo
pointer
;
TypeRefInfo
typeRef
;
}
Members
Variables
array
ArrayInfo
array
;
Undocumented in source.
ctor
CtorInfo
ctor
;
Undocumented in source.
dtor
DtorInfo
dtor
;
Undocumented in source.
func
FuncInfo
func
;
Undocumented in source.
funcPtr
FuncPtrInfo
funcPtr
;
Undocumented in source.
funcSignature
FuncSignatureInfo
funcSignature
;
Undocumented in source.
null_
Void
null_
;
Formatting information needed to reproduce the type and identifier.
pointer
PointerInfo
pointer
;
Undocumented in source.
primitive
PrimitiveInfo
primitive
;
Undocumented in source.
record
RecordInfo
record
;
Undocumented in source.
simple
SimpleInfo
simple
;
Undocumented in source.
typeRef
TypeRefInfo
typeRef
;
Undocumented in source.
Meta
Source
See Implementation
cpptooling
data
kind
TypeKind
aliases
Info
constructors
this
structs
ArrayInfo
CtorInfo
DtorInfo
FuncInfo
FuncPtrInfo
FuncSignatureInfo
PointerInfo
PrimitiveInfo
RecordInfo
SimpleInfo
TypeRefInfo
unions
InternalInfo
variables
info
usr
Formatting information needed to reproduce the type and identifier.