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

Represents a list of structures that map strings to ConstStringList objects. More...

#include <mapofstrings.h>

Collaboration diagram for MapOfStrings:
Collaboration graph

Public Attributes

MapOfStringsEntryentries
 List of MapOfStringsEntry for each mapping.
 
size_t entries_count
 Number of items in the entries list.
 

Detailed Description

Represents a list of structures that map strings to ConstStringList objects.

In other programming languages, functionally this is a map or dictionary that associates a key with a value.

Definition at line 30 of file helpers/mapofstrings.h.

Member Data Documentation

◆ entries

◆ entries_count

size_t entries_count

Number of items in the entries list.

Definition at line 33 of file helpers/mapofstrings.h.

Referenced by MapOfStrings_AddStringList(), MapOfStrings_Clear(), MapOfStrings_Find(), and MapOfStrings_Initialize().


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