|
OpenSceneGraph
3.4.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 |
References _stringToValue, _valueToString, osg::INFO, and osg::notify().
Referenced by osgDB::EnumSerializer< C, P, B >::add(), and osgDB::BitFlagsSerializer< C, P >::add().
|
inline |
References _valueToString.
Referenced by osgDB::EnumSerializer< C, P, B >::getString(), and osgDB::BitFlagsSerializer< C, P >::getString().
|
inline |
References _stringToValue.
|
inline |
References _stringToValue.
|
inline |
References _stringToValue.
Referenced by osgDB::EnumSerializer< C, P, B >::getValue(), osgDB::BitFlagsSerializer< C, P >::getValue(), and osgDB::BitFlagsSerializer< C, P >::read().
|
inline |
References _valueToString.
Referenced by osgDB::BitFlagsSerializer< C, P >::write().
|
inline |
References _valueToString.
|
inline |
References _stringToValue.
|
protected |
Referenced by add(), getStringToValue(), getValue(), and size().
|
protected |
Referenced by add(), getString(), and getValueToString().
| Generated at Sun Jun 19 2022 09:25:46 for the OpenSceneGraph by doxygen 1.8.5. |