|
ZNC trunk
|
#include <Template.h>
Public Member Functions | |
| CTemplateLoopContext (unsigned long uFilePos, const CString &sLoopName, bool bReverse, std::vector< CTemplate * > *pRows) | |
| virtual | ~CTemplateLoopContext () |
| CTemplateLoopContext (const CTemplateLoopContext &)=default | |
| CTemplateLoopContext & | operator= (const CTemplateLoopContext &)=default |
| void | SetHasData (bool b=true) |
| void | SetName (const CString &s) |
| void | SetRowIndex (unsigned int u) |
| unsigned int | IncRowIndex () |
| unsigned int | DecRowIndex () |
| void | SetFilePosition (unsigned int u) |
| bool | HasData () const |
| const CString & | GetName () const |
| unsigned long | GetFilePosition () const |
| unsigned int | GetRowIndex () const |
| size_t | GetRowCount () |
| std::vector< CTemplate * > * | GetRows () |
| CTemplate * | GetNextRow () |
| CTemplate * | GetCurRow () |
| CTemplate * | GetRow (unsigned int uIndex) |
| CString | GetValue (const CString &sName, bool bFromIf=false) |
|
inline |
Referenced by CTemplateLoopContext(), and operator=().
|
inlinevirtual |
|
default |
References CTemplateLoopContext().
|
inline |
|
inline |
|
inline |
|
inline |
References GetRow(), and IncRowIndex().
| CTemplate * CTemplateLoopContext::GetRow | ( | unsigned int | uIndex | ) |
Referenced by GetCurRow(), and GetNextRow().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Referenced by GetNextRow().
|
default |
References CTemplateLoopContext().
|
inline |
|
inline |
|
inline |
|
inline |