|
Doxygen
|
类 TemplateListGenericConstIterator< List > 继承关系图:
TemplateListGenericConstIterator< List > 的协作图:Public 成员函数 | |
| TemplateListGenericConstIterator (const List &l) | |
| virtual | ~TemplateListGenericConstIterator () |
| virtual void | toFirst () |
| Moves iterator to the first element in the list 更多... | |
| virtual void | toLast () |
| Moves iterator to the last element in the list 更多... | |
| virtual void | toNext () |
| Moves iterator to the next element in the list 更多... | |
| virtual void | toPrev () |
| Moves iterator to the previous element in the list 更多... | |
| virtual bool | current (TemplateVariant &v) const |
Public 成员函数 继承自 TemplateListIntf::ConstIterator | |
| virtual | ~ConstIterator () |
| Destructor for the iterator 更多... | |
Private 属性 | |
| const List & | m_list |
| size_t | m_index = 0 |
在文件 template.cpp 第 230 行定义.
|
inline |
在文件 template.cpp 第 233 行定义.
|
inlinevirtual |
在文件 template.cpp 第 234 行定义.
|
inlinevirtual |
|
inlinevirtual |
Moves iterator to the first element in the list
实现了 TemplateListIntf::ConstIterator.
在文件 template.cpp 第 235 行定义.
|
inlinevirtual |
Moves iterator to the last element in the list
实现了 TemplateListIntf::ConstIterator.
在文件 template.cpp 第 239 行定义.
引用了 TemplateListGenericConstIterator< List >::m_index , 以及 TemplateListGenericConstIterator< List >::m_list.
|
inlinevirtual |
Moves iterator to the next element in the list
实现了 TemplateListIntf::ConstIterator.
在文件 template.cpp 第 244 行定义.
引用了 TemplateListGenericConstIterator< List >::m_index , 以及 TemplateListGenericConstIterator< List >::m_list.
|
inlinevirtual |
Moves iterator to the previous element in the list
实现了 TemplateListIntf::ConstIterator.
在文件 template.cpp 第 248 行定义.
|
private |
在文件 template.cpp 第 267 行定义.
被这些函数引用 TemplateListGenericConstIterator< List >::current(), TemplateListGenericConstIterator< List >::TemplateListGenericConstIterator(), TemplateListGenericConstIterator< List >::toFirst(), TemplateListGenericConstIterator< List >::toLast(), TemplateListGenericConstIterator< List >::toNext() , 以及 TemplateListGenericConstIterator< List >::toPrev().
|
private |