Doxygen
CallContext::Ctx结构体 参考

#include <scopedtypevariant.h>

+ CallContext::Ctx 的协作图:

Public 成员函数

 Ctx (const QCString &name_, const QCString &type_)
 

Public 属性

QCString name
 
QCString type
 
ScopedTypeVariant stv
 

详细描述

在文件 scopedtypevariant.h247 行定义.

构造及析构函数说明

◆ Ctx()

CallContext::Ctx::Ctx ( const QCString name_,
const QCString type_ 
)
inline

在文件 scopedtypevariant.h249 行定义.

249 : name(name_), type(type_) {}

类成员变量说明

◆ name

QCString CallContext::Ctx::name

在文件 scopedtypevariant.h250 行定义.

被这些函数引用 CallContext::popScope().

◆ stv

ScopedTypeVariant CallContext::Ctx::stv

在文件 scopedtypevariant.h252 行定义.

被这些函数引用 CallContext::setScope().

◆ type

QCString CallContext::Ctx::type

在文件 scopedtypevariant.h251 行定义.

被这些函数引用 CallContext::popScope().


该结构体的文档由以下文件生成:
CallContext::Ctx::type
QCString type
Definition: scopedtypevariant.h:251
CallContext::Ctx::name
QCString name
Definition: scopedtypevariant.h:250