|
|
typedef std::set< std::string > | name_set_type |
| |
|
typedef boost::mutex | mutex_type |
| |
|
typedef boost::unique_lock< mutex_type > | lock_type |
| |
|
|
| StateNamePrivate (const std::string value) |
| |
|
|
static std::string | GenerateName (const std::string &str) |
| |
|
static void | RemoveName (const std::string &value) |
| |
|
static bool | NameExists (const std::string &value) |
| |
|
static mutex_type & | GetMutex () |
| |
|
|
std::string | value_ |
| |
|
bool | valid_ |
| |
|
|
static name_set_type | NameSet |
| |
|
static mutex_type | NameSetMutex |
| |
|
static const boost::regex | REGEX_C |
| |
The documentation for this class was generated from the following file: