dextool ~master (2018-04-15T20:31:52Z)
Dub
Repo
TypeAttr
cpptooling
data
kind
Attributes for a type.
@
safe
@
nogc
struct
TypeAttr {
Flag
!
"isConst"
isConst
;
Flag
!
"isRef"
isRef
;
Flag
!
"isPtr"
isPtr
;
Flag
!
"isFuncPtr"
isFuncPtr
;
Flag
!
"isArray"
isArray
;
Flag
!
"isDefinition"
isDefinition
;
auto
stringRange
()
;
void
toString
(
scope
Writer
w
,
FormatSpec
!
Char
fmt
=
"%s"
)
;
}
Members
Functions
stringRange
auto
stringRange
()
toString
void
toString
(
scope
Writer
w
,
FormatSpec
!
Char
fmt
=
"%s"
)
Meta
Source
See Implementation
cpptooling
data
kind
functions
resolveCanonicalType
resolvePointeeType
resolveTypeRef
toRepr
structs
TypeAttr
TypeKind
Attributes for a type.