Represents a list of MapOfIntEntry objects that maps a string to an integer value. Call MapOfInt_Initialize() to initialize the MapOfInt structure and call MapOfInt_Clear() to release the memory of the structure. More...
#include <mapofint.h>
Public Attributes | |
MapOfIntEntry * | entries |
size_t | entries_count |
Represents a list of MapOfIntEntry objects that maps a string to an integer value. Call MapOfInt_Initialize() to initialize the MapOfInt structure and call MapOfInt_Clear() to release the memory of the structure.
Definition at line 26 of file mapofint.h.
MapOfIntEntry* entries |
Definition at line 28 of file mapofint.h.
Referenced by MapOfInt_Add(), MapOfInt_Clear(), MapOfInt_Find(), MapOfInt_Initialize(), Shop_AddItemToInventory(), Shop_IsItemInStock(), and Shop_PickupOrder().
size_t entries_count |
Definition at line 29 of file mapofint.h.
Referenced by MapOfInt_Add(), MapOfInt_Find(), and MapOfInt_Initialize().