Utility class to generate a sequentially numbered series of names.
More...
#include <OgreNameGenerator.h>
Utility class to generate a sequentially numbered series of names.
Ogre::NameGenerator::NameGenerator |
( |
const String & |
prefix | ) |
|
|
inline |
String Ogre::NameGenerator::generate |
( |
| ) |
|
|
inline |
void Ogre::NameGenerator::reset |
( |
void |
| ) |
|
|
inline |
Reset the internal counter.
void Ogre::NameGenerator::setNext |
( |
unsigned long long int |
val | ) |
|
|
inline |
Manually set the internal counter (use caution)
unsigned long long int Ogre::NameGenerator::getNext |
( |
| ) |
const |
|
inline |
Get the internal counter.
The documentation for this class was generated from the following file: