
Public Types | |
| typedef TemplateSerializer< P > | ParentType |
| 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 bool | read (InputStream &is, osg::Object &obj) |
| virtual bool | write (OutputStream &os, const osg::Object &obj) |
Public Attributes | |
| Getter | _getter |
| Setter | _setter |
| typedef TemplateSerializer<P> osgDB::ListSerializer< C, P >::ParentType |
| typedef P::value_type osgDB::ListSerializer< C, P >::ValueType |
| 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 &) |
| osgDB::ListSerializer< C, P >::ListSerializer | ( | const char * | name, | |
| Getter | gf, | |||
| Setter | sf | |||
| ) | [inline] |
| 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] |
| Getter osgDB::ListSerializer< C, P >::_getter |
Referenced by osgDB::ListSerializer< C, P >::write().
| Setter osgDB::ListSerializer< C, P >::_setter |
Referenced by osgDB::ListSerializer< C, P >::read().
1.5.6