OpenSceneGraph
3.0.1
|
Public Types | |
typedef P::value_type | ValueType |
typedef P::const_iterator | ConstIterator |
typedef const P &(C::* | Getter )() const |
typedef void(C::* | Setter )(const P &) |
Public Member Functions | |
ListSerializer (const char *name, Getter gf, Setter sf) | |
virtual const std::string & | getName () const |
virtual bool | read (InputStream &is, osg::Object &obj) |
virtual bool | write (OutputStream &os, const osg::Object &obj) |
Public Attributes | |
std::string | _name |
Getter | _getter |
Setter | _setter |
typedef P::const_iterator osgDB::ListSerializer< C, P >::ConstIterator |
typedef const P&(C::* osgDB::ListSerializer< C, P >::Getter)() const |
typedef void(C::* osgDB::ListSerializer< C, P >::Setter)(const P &) |
typedef P::value_type osgDB::ListSerializer< C, P >::ValueType |
osgDB::ListSerializer< C, P >::ListSerializer | ( | const char * | name, |
Getter | gf, | ||
Setter | sf | ||
) | [inline] |
virtual const std::string& osgDB::ListSerializer< C, P >::getName | ( | ) | const [inline, virtual] |
Implements osgDB::BaseSerializer.
References osgDB::ListSerializer< C, P >::_name.
virtual bool osgDB::ListSerializer< C, P >::read | ( | InputStream & | is, |
osg::Object & | obj | ||
) | [inline, virtual] |
virtual bool osgDB::ListSerializer< C, P >::write | ( | OutputStream & | os, |
const osg::Object & | obj | ||
) | [inline, virtual] |
Implements osgDB::BaseSerializer.
References osgDB::ListSerializer< C, P >::_getter, osgDB::ListSerializer< C, P >::_name, osgDB::OutputStream::isBinary(), and PROPERTY.
Getter osgDB::ListSerializer< C, P >::_getter |
Referenced by osgDB::ListSerializer< C, P >::write().
std::string osgDB::ListSerializer< C, P >::_name |
Setter osgDB::ListSerializer< C, P >::_setter |
Referenced by osgDB::ListSerializer< C, P >::read().
![]() | Generated at Mon May 7 2012 07:18:33 for the OpenSceneGraph by doxygen 1.8.0. |