OGRE  1.9
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Ogre::NameGenerator Class Reference

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. More...
 
unsigned long long int getNext () const
 Get the internal counter. More...
 
void reset ()
 Reset the internal counter. More...
 
void setNext (unsigned long long int val)
 Manually set the internal counter (use caution) More...
 

Protected Attributes

unsigned long long int mNext
 
String mPrefix
 
 OGRE_AUTO_MUTEX
 

Detailed Description

Utility class to generate a sequentially numbered series of names.

Definition at line 56 of file OgreNameGenerator.h.

Constructor & Destructor Documentation

Ogre::NameGenerator::NameGenerator ( const NameGenerator rhs)
inline

Definition at line 63 of file OgreNameGenerator.h.

Ogre::NameGenerator::NameGenerator ( const String prefix)
inline

Definition at line 66 of file OgreNameGenerator.h.

Member Function Documentation

String Ogre::NameGenerator::generate ( )
inline

Generate a new name.

Definition at line 69 of file OgreNameGenerator.h.

References OGRE_LOCK_AUTO_MUTEX.

unsigned long long int Ogre::NameGenerator::getNext ( ) const
inline

Get the internal counter.

Definition at line 92 of file OgreNameGenerator.h.

References OGRE_LOCK_AUTO_MUTEX.

void Ogre::NameGenerator::reset ( void  )
inline

Reset the internal counter.

Definition at line 78 of file OgreNameGenerator.h.

References OGRE_LOCK_AUTO_MUTEX.

void Ogre::NameGenerator::setNext ( unsigned long long int  val)
inline

Manually set the internal counter (use caution)

Definition at line 85 of file OgreNameGenerator.h.

References OGRE_LOCK_AUTO_MUTEX.

Member Data Documentation

unsigned long long int Ogre::NameGenerator::mNext
protected

Definition at line 60 of file OgreNameGenerator.h.

String Ogre::NameGenerator::mPrefix
protected

Definition at line 59 of file OgreNameGenerator.h.

Ogre::NameGenerator::OGRE_AUTO_MUTEX
protected

Definition at line 61 of file OgreNameGenerator.h.


The documentation for this class was generated from the following file: