Doxygen
|
#include <src/scopedtypevariant.h>
Public Member Functions | |
Ctx (const QCString &name_, const QCString &type_, int bracketCount_) | |
Public Attributes | |
QCString | name |
QCString | 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().
QCString 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().
QCString CallContext::Ctx::type |
Definition at line 146 of file scopedtypevariant.h.
Referenced by Ctx(), and CallContext::popScope().