#include <FUUniqueStringMap.h>
Public Member Functions | |
void | insert (fm::stringT< CH > &wantedStr) |
Adds a string to the map. | |
void | insert (const fm::stringT< CH > &wantedStr) |
See above. | |
bool | contains (const fm::stringT< CH > &str) const |
Retrieves whether a given string is contained within the map. | |
void | erase (const fm::stringT< CH > &str) |
Erases a string from the map. |
This class adds three functions to the STL map in order to keep the strings inside unique: AddUniqueString, Exists and Erase.
|
Retrieves whether a given string is contained within the map.
|
|
Erases a string from the map.
|
|
Adds a string to the map. If the string isn't unique, it will be modified in order to make it unique.
|