My Project
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | Private Attributes | List of all members
TemplateEngine::Private::IncludeEntry Class Reference

Public Types

enum  Type { Template, Block }
 

Public Member Functions

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

Private Attributes

Type m_type
 
QCString m_fileName
 
QCString m_blockName
 
int m_line
 

Detailed Description

Definition at line 5061 of file template.cpp.

Member Enumeration Documentation

Enumerator
Template 
Block 

Definition at line 5064 of file template.cpp.

Constructor & Destructor Documentation

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

Definition at line 5065 of file template.cpp.

Member Function Documentation

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

Definition at line 5069 of file template.cpp.

References m_blockName.

Referenced by TemplateEngine::Private::printIncludeContext().

{ return m_blockName; }
QCString TemplateEngine::Private::IncludeEntry::fileName ( ) const
inline

Definition at line 5068 of file template.cpp.

References m_fileName.

Referenced by TemplateEngine::Private::printIncludeContext().

{ return m_fileName; }
int TemplateEngine::Private::IncludeEntry::line ( ) const
inline

Definition at line 5070 of file template.cpp.

References m_line.

Referenced by TemplateEngine::Private::printIncludeContext().

{ return m_line; }
Type TemplateEngine::Private::IncludeEntry::type ( ) const
inline

Definition at line 5067 of file template.cpp.

References m_type.

Referenced by TemplateEngine::Private::printIncludeContext().

{ return m_type; }

Member Data Documentation

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

Definition at line 5075 of file template.cpp.

Referenced by blockName().

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

Definition at line 5074 of file template.cpp.

Referenced by fileName().

int TemplateEngine::Private::IncludeEntry::m_line
private

Definition at line 5076 of file template.cpp.

Referenced by line().

Type TemplateEngine::Private::IncludeEntry::m_type
private

Definition at line 5073 of file template.cpp.

Referenced by type().


The documentation for this class was generated from the following file: