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

Represents an entry in the MapOfStrings structure, associating a string "key" with a StringList "value". More...

#include <mapofstrings.h>

Collaboration diagram for MapOfStringsEntry:
Collaboration graph

Public Attributes

const char * key
 A string that is associated with the value field.
 
ConstStringListvalue
 The "value" that is a ConstStringList object.
 

Detailed Description

Represents an entry in the MapOfStrings structure, associating a string "key" with a StringList "value".

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

Member Data Documentation

◆ key

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().

◆ 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().


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