Design Pattern Examples
Overview of object-oriented design patterns
MapOfInt Struct Reference

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>

Collaboration diagram for MapOfInt:
Collaboration graph

Public Attributes

MapOfIntEntryentries
 
size_t entries_count
 

Detailed Description

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.

Member Data Documentation

◆ entries

◆ entries_count

size_t entries_count

Definition at line 29 of file mapofint.h.

Referenced by MapOfInt_Add(), MapOfInt_Find(), and MapOfInt_Initialize().


The documentation for this struct was generated from the following file: