Design Pattern Examples
Overview of object-oriented design patterns
lusplus/helpers/mapofstrings.h File Reference

Declaration of the MapOfStrings typedef for declaring a map of strings keyed by another string. More...

#include <map>
#include <string>
#include "stringlist.h"
Include dependency graph for lusplus/helpers/mapofstrings.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

using MapOfStrings = std::map< std::string, StringList >
 Alias to make it easier to deal with a map of strings key by a string.
 

Detailed Description

Declaration of the MapOfStrings typedef for declaring a map of strings keyed by another string.

Definition in file lusplus/helpers/mapofstrings.h.

Typedef Documentation

◆ MapOfStrings

using MapOfStrings = std::map<std::string, StringList>

Alias to make it easier to deal with a map of strings key by a string.

Definition at line 16 of file lusplus/helpers/mapofstrings.h.