ManaPlus
Typedefs
stringmap.h File Reference

(986a3bf)

#include <string>
#include <map>

Go to the source code of this file.

Typedefs

typedef std::map< std::string, int > StringIntMap
 
typedef StringIntMap::iterator StringIntMapIter
 
typedef StringIntMap::const_iterator StringIntMapCIter
 

Typedef Documentation

◆ StringIntMap

typedef std::map<std::string, int> StringIntMap

Definition at line 28 of file stringmap.h.

◆ StringIntMapCIter

typedef StringIntMap::const_iterator StringIntMapCIter

Definition at line 30 of file stringmap.h.

◆ StringIntMapIter

typedef StringIntMap::iterator StringIntMapIter

Definition at line 29 of file stringmap.h.