#include <OpenGUI_Iterators.h>
Public Member Functions | |
| void | moveNext () |
| Moves to next item. | |
| void | movePrev () |
| Moves to previous item. | |
| ValueType | getNext () |
| Returns current item and moves to next item. | |
| ValueType | getValue () |
| Returns the value of the current item. | |
| bool | hasMore () |
| Returns true if there are more items. | |
| bool | isEnd () |
| Returns true if there are no more items. | |
| ValueType OpenGUI::ListIterator< T, I >::getNext | ( | ) | [inline] |
Returns current item and moves to next item.
| ValueType OpenGUI::ListIterator< T, I >::getValue | ( | ) | [inline] |
Returns the value of the current item.
| bool OpenGUI::ListIterator< T, I >::hasMore | ( | ) | [inline] |
Returns true if there are more items.
| bool OpenGUI::ListIterator< T, I >::isEnd | ( | ) | [inline] |
Returns true if there are no more items.
| void OpenGUI::ListIterator< T, I >::moveNext | ( | ) | [inline] |
Moves to next item.
| void OpenGUI::ListIterator< T, I >::movePrev | ( | ) | [inline] |
Moves to previous item.