ManaPlus
Typedefs
intmap.h File Reference

(986a3bf)

#include <map>

Go to the source code of this file.

Typedefs

typedef std::map< int, int > IntMap
 
typedef IntMap::iterator IntMapIter
 
typedef IntMap::const_iterator IntMapCIter
 

Typedef Documentation

◆ IntMap

typedef std::map<int, int> IntMap

Definition at line 27 of file intmap.h.

◆ IntMapCIter

typedef IntMap::const_iterator IntMapCIter

Definition at line 29 of file intmap.h.

◆ IntMapIter

typedef IntMap::iterator IntMapIter

Definition at line 28 of file intmap.h.