Doxygen
|
Base class for all compound types 更多...
Public 成员函数 | |
TagCompoundInfo (CompoundType type) | |
virtual | ~TagCompoundInfo () |
CompoundType | compoundType () const |
Public 属性 | |
std::vector< TagMemberInfo > | members |
QCString | name |
QCString | filename |
std::vector< TagAnchorInfo > | docAnchors |
int | lineNr |
Private 属性 | |
CompoundType | m_type |
Base class for all compound types
在文件 tagreader.cpp 第 97 行定义.
|
strong |
|
inlineexplicit |
在文件 tagreader.cpp 第 101 行定义.
|
inlinevirtual |
在文件 tagreader.cpp 第 102 行定义.
|
inline |
std::vector<TagAnchorInfo> TagCompoundInfo::docAnchors |
在文件 tagreader.cpp 第 107 行定义.
被这些函数引用 TagFileParser::buildLists().
QCString TagCompoundInfo::filename |
在文件 tagreader.cpp 第 106 行定义.
被这些函数引用 TagFileParser::buildLists() , 以及 TagFileParser::dump().
int TagCompoundInfo::lineNr |
在文件 tagreader.cpp 第 108 行定义.
被这些函数引用 TagFileParser::buildLists().
|
private |
在文件 tagreader.cpp 第 110 行定义.
被这些函数引用 compoundType().
std::vector<TagMemberInfo> TagCompoundInfo::members |
在文件 tagreader.cpp 第 104 行定义.
被这些函数引用 TagFileParser::buildLists() , 以及 TagFileParser::dump().
QCString TagCompoundInfo::name |
在文件 tagreader.cpp 第 105 行定义.
被这些函数引用 TagFileParser::addIncludes(), TagFileParser::buildLists() , 以及 TagFileParser::dump().