|
Doxygen
|
#include <src/scopedtypevariant.h>
Public Member Functions | |
| Ctx (const DString &name_, const DString &type_, int bracketCount_) | |
Public Attributes | |
| DString | name |
| DString | type |
| int | bracketCount |
| ScopedTypeVariant | stv |
Definition at line 142 of file scopedtypevariant.h.
| int CallContext::Ctx::bracketCount |
Definition at line 147 of file scopedtypevariant.h.
Referenced by Ctx(), and CallContext::popScope().
| DString CallContext::Ctx::name |
Definition at line 145 of file scopedtypevariant.h.
Referenced by Ctx(), and CallContext::popScope().
| ScopedTypeVariant CallContext::Ctx::stv |
Definition at line 148 of file scopedtypevariant.h.
Referenced by CallContext::setScope().
| DString CallContext::Ctx::type |
Definition at line 146 of file scopedtypevariant.h.
Referenced by Ctx(), and CallContext::popScope().