xoreos
0.0.5
|
A map to quickly match strings from a list. More...
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 |
A map to quickly match strings from a list.
Definition in file stringmap.h.