Represents an association between a string and an integer. More...
#include <mapofint.h>
Public Attributes | |
const char * | key |
Key associated with this integer. Borrowed pointer. | |
int | value |
The integer value. | |
Represents an association between a string and an integer.
Definition at line 15 of file mapofint.h.
const char* key |
Key associated with this integer. Borrowed pointer.
Definition at line 17 of file mapofint.h.
Referenced by MapOfInt_Add(), and MapOfInt_Find().
int value |
The integer value.
Definition at line 18 of file mapofint.h.
Referenced by MapOfInt_Add(), Shop_AddItemToInventory(), Shop_IsItemInStock(), and Shop_PickupOrder().