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 |
Definition at line 4839 of file template.cpp.
|
inline |
Definition at line 4843 of file template.cpp.
|
inline |
Definition at line 4847 of file template.cpp.
|
inline |
Definition at line 4846 of file template.cpp.
|
inline |
Definition at line 4848 of file template.cpp.
|
inline |
Definition at line 4845 of file template.cpp.
|
private |
Definition at line 4853 of file template.cpp.
|
private |
Definition at line 4852 of file template.cpp.
|
private |
Definition at line 4854 of file template.cpp.
|
private |
Definition at line 4851 of file template.cpp.