|
OpenSceneGraph
3.5.1
|
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) |
| StringToValue & | getStringToValue () |
| const StringToValue & | getStringToValue () const |
| ValueToString & | getValueToString () |
| const ValueToString & | getValueToString () const |
Protected Attributes | |
| StringToValue | _stringToValue |
| ValueToString | _valueToString |
| typedef std::map<std::string, Value> osgDB::IntLookup::StringToValue |
| typedef int osgDB::IntLookup::Value |
| typedef std::map<Value, std::string> osgDB::IntLookup::ValueToString |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
| Generated at Wed Nov 11 2015 22:14:54 for the OpenSceneGraph by doxygen 1.8.10. |