|
Doxygen
|
Container for group specific info that can be read from a tagfile 更多...
类 TagGroupInfo 继承关系图:
TagGroupInfo 的协作图:Public 成员函数 | |
| TagGroupInfo () | |
Public 成员函数 继承自 TagCompoundInfo | |
| TagCompoundInfo (CompoundType type) | |
| virtual | ~TagCompoundInfo () |
| CompoundType | compoundType () const |
静态 Public 成员函数 | |
| static TagGroupInfo * | get (std::unique_ptr< TagCompoundInfo > &t) |
| static const TagGroupInfo * | get (const std::unique_ptr< TagCompoundInfo > &t) |
Public 属性 | |
| QCString | title |
| StringVector | subgroupList |
| StringVector | classList |
| StringVector | conceptList |
| StringVector | namespaceList |
| StringVector | fileList |
| StringVector | pageList |
| StringVector | dirList |
Public 属性 继承自 TagCompoundInfo | |
| std::vector< TagMemberInfo > | members |
| QCString | name |
| QCString | filename |
| std::vector< TagAnchorInfo > | docAnchors |
| int | lineNr |
额外继承的成员函数 | |
Public 类型 继承自 TagCompoundInfo | |
| enum | CompoundType { CompoundType::Class, CompoundType::Concept, CompoundType::Namespace, CompoundType::Package, CompoundType::File, CompoundType::Group, CompoundType::Page, CompoundType::Dir } |
Container for group specific info that can be read from a tagfile
在文件 tagreader.cpp 第 208 行定义.
|
inline |
|
inlinestatic |
在文件 tagreader.cpp 第 224 行定义.
|
inlinestatic |
| StringVector TagGroupInfo::classList |
在文件 tagreader.cpp 第 214 行定义.
被这些函数引用 TagFileParser::dump() , 以及 TagFileParser::endClass().
| StringVector TagGroupInfo::conceptList |
在文件 tagreader.cpp 第 215 行定义.
被这些函数引用 TagFileParser::endConcept().
| StringVector TagGroupInfo::dirList |
在文件 tagreader.cpp 第 219 行定义.
| StringVector TagGroupInfo::fileList |
在文件 tagreader.cpp 第 217 行定义.
被这些函数引用 TagFileParser::dump(), TagFileParser::endFile() , 以及 TagFileParser::endPage().
| StringVector TagGroupInfo::namespaceList |
在文件 tagreader.cpp 第 216 行定义.
被这些函数引用 TagFileParser::dump() , 以及 TagFileParser::endNamespace().
| StringVector TagGroupInfo::pageList |
在文件 tagreader.cpp 第 218 行定义.
被这些函数引用 TagFileParser::dump().
| StringVector TagGroupInfo::subgroupList |
在文件 tagreader.cpp 第 213 行定义.
被这些函数引用 TagFileParser::buildLists(), TagFileParser::dump() , 以及 TagFileParser::endSubgroup().
| QCString TagGroupInfo::title |
在文件 tagreader.cpp 第 212 行定义.
被这些函数引用 TagFileParser::buildLists() , 以及 TagFileParser::endTitle().