|
Doxygen
|
Class that contains information about a usage relation. 更多...
#include <classdef.h>
UsesClassDef 的协作图:Public 成员函数 | |
| UsesClassDef (ClassDef *cd) | |
| ~UsesClassDef () | |
| void | addAccessor (const QCString &s) |
Public 属性 | |
| ClassDef * | classDef |
| Class definition that this relation uses. 更多... | |
| StringSet | accessors |
| Dictionary of member variable names that form the edge labels of the usage relation. 更多... | |
| QCString | templSpecifiers |
| Template arguments used for the base class 更多... | |
| bool | containment = true |
Class that contains information about a usage relation.
在文件 classdef.h 第 499 行定义.
|
inline |
在文件 classdef.h 第 501 行定义.
|
inline |
在文件 classdef.h 第 504 行定义.
|
inline |
| StringSet UsesClassDef::accessors |
Dictionary of member variable names that form the edge labels of the usage relation.
在文件 classdef.h 第 520 行定义.
被这些函数引用 addAccessor().
| ClassDef* UsesClassDef::classDef |
Class definition that this relation uses.
在文件 classdef.h 第 515 行定义.
| bool UsesClassDef::containment = true |
在文件 classdef.h 第 525 行定义.
| QCString UsesClassDef::templSpecifiers |
Template arguments used for the base class
在文件 classdef.h 第 523 行定义.