|
OSG
3.4.0
|
#include <Serializer.h>
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 |
Definition at line 39 of file Serializer.h.
| typedef std::map<std::string, Value> osgDB::IntLookup::StringToValue |
Definition at line 43 of file Serializer.h.
| typedef int osgDB::IntLookup::Value |
Definition at line 42 of file Serializer.h.
| typedef std::map<Value, std::string> osgDB::IntLookup::ValueToString |
Definition at line 44 of file Serializer.h.
|
inline |
Definition at line 46 of file Serializer.h.
|
inline |
Definition at line 49 of file Serializer.h.


|
inline |
|
inline |
Definition at line 89 of file Serializer.h.
|
inline |
Definition at line 90 of file Serializer.h.
|
inline |
|
inline |
|
inline |
Definition at line 93 of file Serializer.h.
|
inline |
Definition at line 47 of file Serializer.h.
|
protected |
Definition at line 96 of file Serializer.h.
|
protected |
Definition at line 97 of file Serializer.h.
1.8.8