OpenSceneGraph
3.0.1
|
Public Types | |
typedef TemplateSerializer < std::string > | ParentType |
typedef const std::string &(C::* | Getter )() const |
typedef void(C::* | Setter )(const std::string &) |
Public Member Functions | |
StringSerializer (const char *name, const std::string &def, Getter gf, Setter sf) | |
virtual bool | read (InputStream &is, osg::Object &obj) |
virtual bool | write (OutputStream &os, const osg::Object &obj) |
Public Attributes | |
Getter | _getter |
Setter | _setter |
typedef const std::string&(C::* osgDB::StringSerializer::Getter)() const |
typedef TemplateSerializer<std::string> osgDB::StringSerializer::ParentType |
typedef void(C::* osgDB::StringSerializer::Setter)(const std::string &) |
osgDB::StringSerializer::StringSerializer | ( | const char * | name, |
const std::string & | def, | ||
Getter | gf, | ||
Setter | sf | ||
) | [inline] |
virtual bool osgDB::StringSerializer::read | ( | InputStream & | is, |
osg::Object & | obj | ||
) | [inline, virtual] |
virtual bool osgDB::StringSerializer::write | ( | OutputStream & | os, |
const osg::Object & | obj | ||
) | [inline, virtual] |
Referenced by write().
Referenced by read().
![]() | Generated at Mon Oct 3 2011 12:39:46 for the OpenSceneGraph by doxygen 1.7.5. |