dextool ~master (2018-04-15T20:31:52Z)
Dub
Repo
CppNsStack
cpptooling
data
type
Stack of nested C++ namespaces.
So A::B::C would be a range of [A, B, C].
@
safe
pure nothrow @
nogc
struct
CppNsStack {
CppNs
[]
payload
;
}
Alias This
payload
Meta
Source
See Implementation
cpptooling
data
type
enums
Language
functions
toStringNs
structs
CppClassNesting
CppNs
CppNsNesting
CppNsStack
Location
LocationTag
Stack of nested C++ namespaces.
So A::B::C would be a range of [A, B, C].