Doxygen
|
Abstract interface for a iterator of a list. 更多...
#include <template.h>
Public 成员函数 | |
virtual | ~ConstIterator () |
Destructor for the iterator 更多... | |
virtual void | toFirst ()=0 |
Moves iterator to the first element in the list 更多... | |
virtual void | toLast ()=0 |
Moves iterator to the last element in the list 更多... | |
virtual void | toNext ()=0 |
Moves iterator to the next element in the list 更多... | |
virtual void | toPrev ()=0 |
Moves iterator to the previous element in the list 更多... | |
virtual bool | current (TemplateVariant &v) const =0 |
Abstract interface for a iterator of a list.
在文件 template.h 第 272 行定义.
|
inlinevirtual |
|
pure virtual |
|
pure virtual |
Moves iterator to the first element in the list
在 TemplateListGenericConstIterator< List > , 以及 GenericConstIterator 内被实现.
|
pure virtual |
Moves iterator to the last element in the list
在 TemplateListGenericConstIterator< List > , 以及 GenericConstIterator 内被实现.
|
pure virtual |
Moves iterator to the next element in the list
在 TemplateListGenericConstIterator< List > , 以及 GenericConstIterator 内被实现.
|
pure virtual |
Moves iterator to the previous element in the list
在 TemplateListGenericConstIterator< List > , 以及 GenericConstIterator 内被实现.