dextool v3.3.0 (2021-06-08T20:46:23Z)
Dub
Repo
CvPtrQ
cpptooling
data
kind_type_format
Pair of ptr-qualifier and cv-qualifier.
@
safe
struct
CvPtrQ {
CvQ
cvQual
;
PtrQ
ptrQual
;
}
Members
Variables
cvQual
CvQ
cvQual
;
Undocumented in source.
ptrQual
PtrQ
ptrQual
;
Undocumented in source.
Meta
Source
See Implementation
cpptooling
data
kind_type_format
structs
ArrayFmt
ArraySize
CtorFmt
CvPtrQ
CvQ
DeclId
DtorFmt
FuncFmt
FuncPtrFmt
FuncSignatureFmt
Left
PtrFmt
PtrQ
Right
SimpleFmt
TypeId
TypeIdLR
Pair of ptr-qualifier and cv-qualifier.