OGRE-Next  4.0.0unstable
Object-Oriented Graphics Rendering Engine
OgreStringInterface.h File Reference
#include "OgrePrerequisites.h"
#include "OgreCommon.h"
#include "Threading/OgreThreadHeaders.h"
#include "ogrestd/map.h"
#include "ogrestd/vector.h"
#include "OgreHeaderPrefix.h"
#include "OgreHeaderSuffix.h"

Classes

class  Ogre::ParamDictionary
 Class to hold a dictionary of parameters for a single class. More...
 
class  Ogre::ParameterDef
 Definition of a parameter supported by a StringInterface class, for introspection. More...
 
class  Ogre::StringInterface
 Class defining the common interface which classes can use to present a reflection-style, self-defining parameter set to callers. More...
 

Namespaces

 Ogre
 bswapNN may be defined as macros in <sys/endian.h> or <sys/bswap.h>
 

Typedefs

typedef map< String, ParamCommand * >::type Ogre::ParamCommandMap
 
typedef vector< ParameterDef >::type Ogre::ParameterList
 

Enumerations

enum  Ogre::ParameterType {
  Ogre::PT_BOOL , Ogre::PT_REAL , Ogre::PT_INT , Ogre::PT_UNSIGNED_INT ,
  Ogre::PT_SHORT , Ogre::PT_UNSIGNED_SHORT , Ogre::PT_LONG , Ogre::PT_UNSIGNED_LONG ,
  Ogre::PT_STRING , Ogre::PT_VECTOR3 , Ogre::PT_MATRIX3 , Ogre::PT_MATRIX4 ,
  Ogre::PT_QUATERNION , Ogre::PT_COLOURVALUE
}
 List of parameter types available. More...