dextool v3.3.0 (2021-06-08T20:46:23Z)
Dub
Repo
TypeAttr
cpptooling
data
kind
Attributes for a type.
@
safe
@
nogc
struct
TypeAttr {
import
std
.
typecons
:
Flag
;
;
import
std
.
format
:
FormatSpec
;
;
Flag
!
"isConst"
isConst
;
Flag
!
"isRef"
isRef
;
Flag
!
"isPtr"
isPtr
;
Flag
!
"isFuncPtr"
isFuncPtr
;
Flag
!
"isArray"
isArray
;
Flag
!
"isDefinition"
isDefinition
;
auto
stringRange
();
void
toString
(Writer w, FormatSpec!Char fmt);
string
toString
();
}
Members
Functions
stringRange
auto
stringRange
()
toString
void
toString
(Writer w, FormatSpec!Char fmt)
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
isArray
Flag
!
"isArray"
isArray
;
Undocumented in source.
isConst
Flag
!
"isConst"
isConst
;
Undocumented in source.
isDefinition
Flag
!
"isDefinition"
isDefinition
;
Undocumented in source.
isFuncPtr
Flag
!
"isFuncPtr"
isFuncPtr
;
Undocumented in source.
isPtr
Flag
!
"isPtr"
isPtr
;
Undocumented in source.
isRef
Flag
!
"isRef"
isRef
;
Undocumented in source.
Meta
Source
See Implementation
cpptooling
data
kind
aliases
ArrayInfoIndex
functions
isIncompleteArray
resolveCanonicalType
resolvePointeeType
resolveTypeRef
toRepr
structs
FuncInfoParam
TypeAttr
TypeKind
Void
Attributes for a type.