CppNsStack

Stack of nested C++ namespaces.

So A::B::C would be a range of [A, B, C].

Constructors

this
this(CppNs[] fqn)
Undocumented in source.
this
this(CppNs[] reside_in_ns, CppNs name)
Undocumented in source.

Alias This

payload

Members

Functions

empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
front
CppNs front()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(CppNs n)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

payload
CppNs[] payload;
Undocumented in source.

Meta