#include <OSGStringConversionStateBase.h>
Inheritance diagram for osg::StringConversionStateBase:

Public Member Functions | |
Constructors | |
| * | StringConversionStateBase (void) |
Destructor | |
| *virtual | ~StringConversionStateBase (void) |
Handle Fields | |
| *virtual std::string & | beginField (const Field *pF, std::string &outStr)=0 |
| virtual std::string & | addValueStr (std::string &value, std::string &outStr)=0 |
| virtual std::string & | endField (const Field *pF, std::string &outStr)=0 |
Private Member Functions | |
| StringConversionStateBase (const StringConversionStateBase &source) | |
| prohibit default function (move to 'public' if needed) | |
| void | operator= (const StringConversionStateBase &source) |
| prohibit default function (move to 'public' if needed) | |
Definition at line 60 of file OSGStringConversionStateBase.h.
|
|
Definition at line 48 of file OSGStringConversionStateBase.inl.
|
|
|
Definition at line 53 of file OSGStringConversionStateBase.inl.
|
|
|
|
|
||||||||||||
|
Implemented in osg::StandardStringConversionState. |
|
||||||||||||
|
Implemented in osg::StandardStringConversionState. |
|
||||||||||||
|
Implemented in osg::StandardStringConversionState. |
|
|
|
1.4.3