openscenegraph
Public Types | Public Member Functions | Protected Attributes | List of all members
osgDB::IntLookup Class Reference

Public Types

typedef int Value
typedef std::map< std::string,
Value
StringToValue
typedef std::map< Value,
std::string > 
ValueToString

Public Member Functions

 IntLookup ()
unsigned int size () const
void add (const char *str, Value value)
Value getValue (const char *str)
const std::string & getString (Value value)

Protected Attributes

StringToValue _stringToValue
ValueToString _valueToString

Member Typedef Documentation

typedef std::map<std::string, Value> osgDB::IntLookup::StringToValue
typedef std::map<Value, std::string> osgDB::IntLookup::ValueToString

Constructor & Destructor Documentation

osgDB::IntLookup::IntLookup ( )
inline

Member Function Documentation

void osgDB::IntLookup::add ( const char *  str,
Value  value 
)
inline
const std::string& osgDB::IntLookup::getString ( Value  value)
inline
Value osgDB::IntLookup::getValue ( const char *  str)
inline
unsigned int osgDB::IntLookup::size ( ) const
inline

References _stringToValue.

Member Data Documentation

StringToValue osgDB::IntLookup::_stringToValue
protected

Referenced by add(), getValue(), and size().

ValueToString osgDB::IntLookup::_valueToString
protected

Referenced by add(), and getString().


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