Doxygen
TemplateEngine::Private::IncludeEntry类 参考
+ TemplateEngine::Private::IncludeEntry 的协作图:

Public 类型

enum  Type { Template, Block }
 

Public 成员函数

 IncludeEntry (Type type, const QCString &fileName, const QCString &blockName, int line)
 
Type type () const
 
QCString fileName () const
 
QCString blockName () const
 
int line () const
 

Private 属性

Type m_type = Template
 
QCString m_fileName
 
QCString m_blockName
 
int m_line = 0
 

详细描述

在文件 template.cpp5228 行定义.

成员枚举类型说明

◆ Type

枚举值
Template 
Block 

在文件 template.cpp5231 行定义.

5231 { Template, Block };

构造及析构函数说明

◆ IncludeEntry()

TemplateEngine::Private::IncludeEntry::IncludeEntry ( Type  type,
const QCString fileName,
const QCString blockName,
int  line 
)
inline

在文件 template.cpp5232 行定义.

成员函数说明

◆ blockName()

QCString TemplateEngine::Private::IncludeEntry::blockName ( ) const
inline

在文件 template.cpp5236 行定义.

5236 { return m_blockName; }

引用了 m_blockName.

被这些函数引用 TemplateEngine::Private::printIncludeContext().

◆ fileName()

QCString TemplateEngine::Private::IncludeEntry::fileName ( ) const
inline

在文件 template.cpp5235 行定义.

5235 { return m_fileName; }

引用了 m_fileName.

被这些函数引用 TemplateEngine::Private::printIncludeContext().

◆ line()

int TemplateEngine::Private::IncludeEntry::line ( ) const
inline

在文件 template.cpp5237 行定义.

5237 { return m_line; }

引用了 m_line.

被这些函数引用 TemplateEngine::Private::printIncludeContext().

◆ type()

Type TemplateEngine::Private::IncludeEntry::type ( ) const
inline

在文件 template.cpp5234 行定义.

5234 { return m_type; }

引用了 m_type.

被这些函数引用 TemplateEngine::Private::printIncludeContext().

类成员变量说明

◆ m_blockName

QCString TemplateEngine::Private::IncludeEntry::m_blockName
private

在文件 template.cpp5242 行定义.

被这些函数引用 blockName().

◆ m_fileName

QCString TemplateEngine::Private::IncludeEntry::m_fileName
private

在文件 template.cpp5241 行定义.

被这些函数引用 fileName().

◆ m_line

int TemplateEngine::Private::IncludeEntry::m_line = 0
private

在文件 template.cpp5243 行定义.

被这些函数引用 line().

◆ m_type

Type TemplateEngine::Private::IncludeEntry::m_type = Template
private

在文件 template.cpp5240 行定义.

被这些函数引用 type().


该类的文档由以下文件生成:
TemplateEngine::Private::IncludeEntry::Block
@ Block
Definition: template.cpp:5231
TemplateEngine::Private::IncludeEntry::m_line
int m_line
Definition: template.cpp:5243
TemplateEngine::Private::IncludeEntry::m_fileName
QCString m_fileName
Definition: template.cpp:5241
TemplateEngine::Private::IncludeEntry::line
int line() const
Definition: template.cpp:5237
TemplateEngine::Private::IncludeEntry::blockName
QCString blockName() const
Definition: template.cpp:5236
TemplateEngine::Private::IncludeEntry::type
Type type() const
Definition: template.cpp:5234
TemplateEngine::Private::IncludeEntry::fileName
QCString fileName() const
Definition: template.cpp:5235
TemplateEngine::Private::IncludeEntry::m_type
Type m_type
Definition: template.cpp:5240
TemplateEngine::Private::IncludeEntry::m_blockName
QCString m_blockName
Definition: template.cpp:5242
TemplateEngine::Private::IncludeEntry::Template
@ Template
Definition: template.cpp:5231