Doxygen
Example结构体 参考

Data associated with an example. 更多...

#include <example.h>

+ Example 的协作图:

Public 成员函数

 Example (const QCString &a, const QCString &n, const QCString &f)
 

Public 属性

QCString anchor
 
QCString name
 
QCString file
 

详细描述

Data associated with an example.

在文件 example.h28 行定义.

构造及析构函数说明

◆ Example()

Example::Example ( const QCString a,
const QCString n,
const QCString f 
)
inline

在文件 example.h30 行定义.

30 : anchor(a), name(n), file(f) {}

类成员变量说明

◆ anchor

QCString Example::anchor

在文件 example.h31 行定义.

◆ file

QCString Example::file

在文件 example.h33 行定义.

◆ name

QCString Example::name

在文件 example.h32 行定义.

被这些函数引用 ExampleList::inSort().


该结构体的文档由以下文件生成:
Example::name
QCString name
Definition: example.h:32
Example::anchor
QCString anchor
Definition: example.h:31
Example::file
QCString file
Definition: example.h:33