#include <YCPMap.h>
Public Member Functions | |
| YCPValue | key () const |
| YCPValue | value () const |
| void | operator++ () |
| void | operator++ (int) |
Protected Member Functions | |
| YCPMapIterator (YCPValueYCPValueMap::const_iterator position) | |
Private Attributes | |
| YCPValueYCPValueMap::const_iterator | position |
Friends | |
| class | YCPMapRep |
| bool | operator== (const YCPMapIterator &x, const YCPMapIterator &y) |
| bool | operator!= (const YCPMapIterator &x, const YCPMapIterator &y) |
|
|
|
|
|
Return the key of the current position. |
|
|
|
|
|
Advance to the next position. |
|
|
Return the value of the current position. |
|
||||||||||||
|
Check for inequality. |
|
||||||||||||
|
Check for equality. |
|
|
|
|
|
|
1.4.4