|
Doxygen
|
Container for directory specific info that can be read from a tagfile 更多...
类 TagDirInfo 继承关系图:
TagDirInfo 的协作图:Public 成员函数 | |
| TagDirInfo () | |
Public 成员函数 继承自 TagCompoundInfo | |
| TagCompoundInfo (CompoundType type) | |
| virtual | ~TagCompoundInfo () |
| CompoundType | compoundType () const |
静态 Public 成员函数 | |
| static TagDirInfo * | get (std::unique_ptr< TagCompoundInfo > &t) |
| static const TagDirInfo * | get (const std::unique_ptr< TagCompoundInfo > &t) |
Public 属性 | |
| QCString | path |
| StringVector | subdirList |
| StringVector | fileList |
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 directory specific info that can be read from a tagfile
在文件 tagreader.cpp 第 247 行定义.
|
inline |
在文件 tagreader.cpp 第 250 行定义.
|
inlinestatic |
在文件 tagreader.cpp 第 258 行定义.
|
inlinestatic |
在文件 tagreader.cpp 第 254 行定义.
被这些函数引用 TagFileParser::dump(), TagFileParser::endDir(), TagFileParser::endFile() , 以及 TagFileParser::endPath().
| StringVector TagDirInfo::fileList |
在文件 tagreader.cpp 第 253 行定义.
被这些函数引用 TagFileParser::dump() , 以及 TagFileParser::endFile().
| QCString TagDirInfo::path |
在文件 tagreader.cpp 第 251 行定义.
被这些函数引用 TagFileParser::dump() , 以及 TagFileParser::endPath().
| StringVector TagDirInfo::subdirList |
在文件 tagreader.cpp 第 252 行定义.
被这些函数引用 TagFileParser::dump() , 以及 TagFileParser::endDir().