Doxygen
|
Template List iterator support 更多...
Public 成员函数 | |
GenericConstIterator (const TemplateVariantList &list) | |
virtual | ~GenericConstIterator () |
void | toFirst () |
Moves iterator to the first element in the list 更多... | |
void | toLast () |
Moves iterator to the last element in the list 更多... | |
void | toNext () |
Moves iterator to the next element in the list 更多... | |
void | toPrev () |
Moves iterator to the previous element in the list 更多... | |
bool | current (TemplateVariant &v) const |
Public 成员函数 继承自 TemplateListIntf::ConstIterator | |
virtual | ~ConstIterator () |
Destructor for the iterator 更多... | |
Private 属性 | |
const TemplateVariantList & | m_list |
int | m_index =0 |
Template List iterator support
在文件 context.cpp 第 148 行定义.
|
inline |
在文件 context.cpp 第 151 行定义.
|
inlinevirtual |
在文件 context.cpp 第 152 行定义.
|
inlinevirtual |
|
inlinevirtual |
Moves iterator to the first element in the list
实现了 TemplateListIntf::ConstIterator.
在文件 context.cpp 第 153 行定义.
引用了 m_index.
|
inlinevirtual |
Moves iterator to the last element in the list
实现了 TemplateListIntf::ConstIterator.
在文件 context.cpp 第 157 行定义.
|
inlinevirtual |
Moves iterator to the next element in the list
实现了 TemplateListIntf::ConstIterator.
在文件 context.cpp 第 161 行定义.
|
inlinevirtual |
Moves iterator to the previous element in the list
实现了 TemplateListIntf::ConstIterator.
在文件 context.cpp 第 165 行定义.
引用了 m_index.
|
private |
|
private |
在文件 context.cpp 第 183 行定义.