#include <NameGenerator.h>
omicron::NameGenerator::NameGenerator |
( |
const NameGenerator & |
rhs | ) |
|
|
inline |
omicron::NameGenerator::NameGenerator |
( |
const String & |
prefix | ) |
|
|
inline |
String omicron::NameGenerator::generate |
( |
| ) |
|
|
inline |
unsigned long long int omicron::NameGenerator::getNext |
( |
| ) |
const |
|
inline |
Get the internal counter.
void omicron::NameGenerator::reset |
( |
| ) |
|
|
inline |
Reset the internal counter.
void omicron::NameGenerator::setNext |
( |
unsigned long long int |
val | ) |
|
|
inline |
Manually set the internal counter (use caution)
Lock omicron::NameGenerator::mMutex |
|
protected |
unsigned long long int omicron::NameGenerator::mNext |
|
protected |
std::string omicron::NameGenerator::mPrefix |
|
protected |
The documentation for this class was generated from the following file: