xoreos  0.0.5
Classes | Namespaces | Typedefs
stringmap.h File Reference

A map to quickly match strings from a list. More...

#include <map>
#include <boost/unordered/unordered_map.hpp>
#include "src/common/ustring.h"
Include dependency graph for stringmap.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Common::StringListMap
 A map to quickly match strings from a list. More...
 

Namespaces

 Common
 

Typedefs

typedef std::map< UString, UString > Common::StringMap
 
typedef std::map< UString, UString, UString::iless > Common::StringIMap
 
typedef boost::unordered_map< UString, UString, hashUStringCaseSensitive > Common::StringHashMap
 
typedef boost::unordered_map< UString, UString, hashUStringCaseInsensitive > Common::StringHashIMap
 

Detailed Description

A map to quickly match strings from a list.

Definition in file stringmap.h.