Doxygen
TemplateKeyValue结构体 参考

A container to store a key-value pair 更多...

+ TemplateKeyValue 的协作图:

Public 成员函数

 TemplateKeyValue ()
 
 TemplateKeyValue (const QCString &k, const TemplateVariant &v)
 

Public 属性

QCString key
 
TemplateVariant value
 

详细描述

A container to store a key-value pair

在文件 template.cpp630 行定义.

构造及析构函数说明

◆ TemplateKeyValue() [1/2]

TemplateKeyValue::TemplateKeyValue ( )
inline

在文件 template.cpp632 行定义.

632 {}

◆ TemplateKeyValue() [2/2]

TemplateKeyValue::TemplateKeyValue ( const QCString k,
const TemplateVariant v 
)
inline

在文件 template.cpp633 行定义.

633 : key(k), value(v) {}

类成员变量说明

◆ key

QCString TemplateKeyValue::key

在文件 template.cpp634 行定义.

◆ value

TemplateVariant TemplateKeyValue::value

在文件 template.cpp635 行定义.


该结构体的文档由以下文件生成:
TemplateKeyValue::key
QCString key
Definition: template.cpp:634
TemplateKeyValue::value
TemplateVariant value
Definition: template.cpp:635