Represents a key/value pair where the key and value are strings. More...
#include <Iterator_Iterators.h>
Public Attributes | |
const char * | key |
The key part of the item. | |
const char * | value |
The value part of the item. | |
Represents a key/value pair where the key and value are strings.
Definition at line 18 of file Iterator_Iterators.h.
const char* key |
The key part of the item.
Definition at line 20 of file Iterator_Iterators.h.
Referenced by Iterator_Exercise(), Iterator_GetItems(), and Iterator_NextItem().
const char* value |
The value part of the item.
Definition at line 21 of file Iterator_Iterators.h.
Referenced by Iterator_Exercise(), Iterator_GetItems(), and Iterator_NextItem().