Doxygen
TagFileInfo类 参考

Container for file specific info that can be read from a tagfile 更多...

+ 类 TagFileInfo 继承关系图:
+ TagFileInfo 的协作图:

Public 成员函数

 TagFileInfo ()
 
- Public 成员函数 继承自 TagCompoundInfo
 TagCompoundInfo (CompoundType type)
 
virtual ~TagCompoundInfo ()
 
CompoundType compoundType () const
 

静态 Public 成员函数

static TagFileInfoget (std::unique_ptr< TagCompoundInfo > &t)
 
static const TagFileInfoget (const std::unique_ptr< TagCompoundInfo > &t)
 

Public 属性

QCString path
 
StringVector classList
 
StringVector conceptList
 
StringVector namespaceList
 
std::vector< TagIncludeInfoincludes
 
- Public 属性 继承自 TagCompoundInfo
std::vector< TagMemberInfomembers
 
QCString name
 
QCString filename
 
std::vector< TagAnchorInfodocAnchors
 
int lineNr
 

额外继承的成员函数

- Public 类型 继承自 TagCompoundInfo
enum  CompoundType {
  CompoundType::Class, CompoundType::Concept, CompoundType::Namespace, CompoundType::Package,
  CompoundType::File, CompoundType::Group, CompoundType::Page, CompoundType::Dir
}
 

详细描述

Container for file specific info that can be read from a tagfile

在文件 tagreader.cpp188 行定义.

构造及析构函数说明

◆ TagFileInfo()

TagFileInfo::TagFileInfo ( )
inline

在文件 tagreader.cpp191 行定义.

引用了 File.

成员函数说明

◆ get() [1/2]

static const TagFileInfo* TagFileInfo::get ( const std::unique_ptr< TagCompoundInfo > &  t)
inlinestatic

在文件 tagreader.cpp201 行定义.

202  {
203  return dynamic_cast<const TagFileInfo*>(t.get());
204  }

◆ get() [2/2]

static TagFileInfo* TagFileInfo::get ( std::unique_ptr< TagCompoundInfo > &  t)
inlinestatic

类成员变量说明

◆ classList

StringVector TagFileInfo::classList

在文件 tagreader.cpp193 行定义.

被这些函数引用 TagFileParser::dump() , 以及 TagFileParser::endClass().

◆ conceptList

StringVector TagFileInfo::conceptList

在文件 tagreader.cpp194 行定义.

被这些函数引用 TagFileParser::endConcept().

◆ includes

std::vector<TagIncludeInfo> TagFileInfo::includes

在文件 tagreader.cpp196 行定义.

被这些函数引用 TagFileParser::addIncludes(), TagFileParser::dump() , 以及 TagFileParser::endIncludes().

◆ namespaceList

StringVector TagFileInfo::namespaceList

在文件 tagreader.cpp195 行定义.

被这些函数引用 TagFileParser::dump() , 以及 TagFileParser::endNamespace().

◆ path

QCString TagFileInfo::path

在文件 tagreader.cpp192 行定义.

被这些函数引用 TagFileParser::addIncludes(), TagFileParser::buildLists() , 以及 TagFileParser::endPath().


该类的文档由以下文件生成:
TagCompoundInfo::CompoundType::File
@ File
TagFileInfo
Container for file specific info that can be read from a tagfile
Definition: tagreader.cpp:188
TagCompoundInfo::TagCompoundInfo
TagCompoundInfo(CompoundType type)
Definition: tagreader.cpp:101