dextool v3.3.0 (2021-06-08T20:46:23Z)
Dub
Repo
PtrQ
cpptooling
data
kind_type_format
ptr-qualifier such as */&.
@
safe
struct
PtrQ {
enum
Kind
;
Kind
payload
;
static
auto
ptr
();
static
auto
ref_
();
void
toString
(Writer w);
}
Alias This
payload
Members
Enums
Kind
enum
Kind
Kind of pointer
Functions
toString
void
toString
(Writer w)
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
ptr
auto
ptr
()
Undocumented in source. Be warned that the author may not have intended to support it.
ref_
auto
ref_
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
payload
Kind
payload
;
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
ptr-qualifier such as */&.