Represents an entry in the MapOfStrings structure, associating a string "key" with a StringList "value". More...
#include <mapofstrings.h>
Public Attributes | |
const char * | key |
A string that is associated with the value field. | |
ConstStringList * | value |
The "value" that is a ConstStringList object. | |
Represents an entry in the MapOfStrings structure, associating a string "key" with a StringList "value".
Definition at line 17 of file helpers/mapofstrings.h.
const char* key |
A string that is associated with the value
field.
Definition at line 19 of file helpers/mapofstrings.h.
Referenced by MapOfStrings_AddStringList(), and MapOfStrings_Find().
ConstStringList* value |
The "value" that is a ConstStringList object.
Definition at line 20 of file helpers/mapofstrings.h.
Referenced by MapOfStrings_AddStringList(), MapOfStrings_Clear(), and Shop_PlaceOrder().