Doxygen
|
Represents the call context 更多...
#include <scopedtypevariant.h>
类 | |
struct | Ctx |
Public 成员函数 | |
CallContext () | |
void | setScope (const ScopedTypeVariant &stv) |
void | pushScope (const QCString &name_, const QCString &type_) |
void | popScope (QCString &name_, QCString &type_) |
void | clear () |
const ScopedTypeVariant | getScope () const |
Private 属性 | |
std::vector< Ctx > | m_stvList |
Represents the call context
在文件 scopedtypevariant.h 第 244 行定义.
|
inline |
|
inline |
|
inline |
在文件 scopedtypevariant.h 第 268 行定义.
引用了 m_stvList, CallContext::Ctx::name , 以及 CallContext::Ctx::type.
在文件 scopedtypevariant.h 第 264 行定义.
引用了 m_stvList.
|
inline |
在文件 scopedtypevariant.h 第 259 行定义.
引用了 m_stvList , 以及 CallContext::Ctx::stv.
|
private |
在文件 scopedtypevariant.h 第 289 行定义.
被这些函数引用 clear(), getScope(), popScope(), pushScope() , 以及 setScope().