Doxygen
|
Represents the call context. More...
#include <src/scopedtypevariant.h>
Classes | |
struct | Ctx |
Public Member Functions | |
CallContext () | |
void | setScope (const ScopedTypeVariant &stv) |
void | pushScope (const QCString &name_, const QCString &type_, int bracketCount_) |
void | popScope (QCString &name_, QCString &type_, int &bracketCount_) |
void | clear () |
const ScopedTypeVariant | getScope () const |
Private Attributes | |
std::vector< Ctx > | m_stvList |
Represents the call context.
Definition at line 139 of file scopedtypevariant.h.
|
inline |
Definition at line 151 of file scopedtypevariant.h.
References clear().
|
inline |
Definition at line 175 of file scopedtypevariant.h.
References m_stvList.
Referenced by CallContext().
|
inline |
Definition at line 180 of file scopedtypevariant.h.
References m_stvList.
Definition at line 164 of file scopedtypevariant.h.
References CallContext::Ctx::bracketCount, m_stvList, CallContext::Ctx::name, and CallContext::Ctx::type.
|
inline |
Definition at line 160 of file scopedtypevariant.h.
References m_stvList.
|
inline |
Definition at line 155 of file scopedtypevariant.h.
References m_stvList, and CallContext::Ctx::stv.
|
private |
Definition at line 186 of file scopedtypevariant.h.
Referenced by clear(), getScope(), popScope(), pushScope(), and setScope().