OGRE 14.3
Object-Oriented Graphics Rendering Engine
|
Utility class to generate a sequentially numbered series of names. More...
#include <OgreNameGenerator.h>
Public Member Functions | |
NameGenerator (const NameGenerator &rhs) | |
NameGenerator (const String &prefix) | |
String | generate () |
Generate a new name. | |
unsigned long long int | getNext () const |
Get the internal counter. | |
void | reset () |
Reset the internal counter. | |
void | setNext (unsigned long long int val) |
Manually set the internal counter (use caution) | |
Utility class to generate a sequentially numbered series of names.
|
inline |
|
inline |
Generate a new name.
|
inline |
Reset the internal counter.
Manually set the internal counter (use caution)