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