|
OpenSceneGraph
3.4.0
|

Public Member Functions | |
| MapIterator (BaseSerializer::Type keyType, unsigned int keySize, BaseSerializer::Type elementType, unsigned int elementSize, Iterator itr, Iterator endItr) | |
| virtual bool | advance () |
| virtual bool | valid () const |
| virtual const void * | getKey () const |
| virtual void * | getElement () const |
| virtual void | setElement (void *ptr) const |
Public Attributes | |
| Iterator | _itr |
| Iterator | _endItr |
| osgDB::MapSerializer< C, P >::MapIterator::MapIterator | ( | BaseSerializer::Type | keyType, |
| unsigned int | keySize, | ||
| BaseSerializer::Type | elementType, | ||
| unsigned int | elementSize, | ||
| Iterator | itr, | ||
| Iterator | endItr | ||
| ) | [inline] |
| virtual bool osgDB::MapSerializer< C, P >::MapIterator::advance | ( | ) | [inline, virtual] |
Reimplemented from osgDB::MapIteratorObject.
References osgDB::MapSerializer< C, P >::MapIterator::_itr, and osgDB::MapSerializer< C, P >::MapIterator::valid().
| virtual void* osgDB::MapSerializer< C, P >::MapIterator::getElement | ( | ) | const [inline, virtual] |
Reimplemented from osgDB::MapIteratorObject.
References osgDB::MapSerializer< C, P >::MapIterator::_itr, and osgDB::MapSerializer< C, P >::MapIterator::valid().
| virtual const void* osgDB::MapSerializer< C, P >::MapIterator::getKey | ( | ) | const [inline, virtual] |
Reimplemented from osgDB::MapIteratorObject.
References osgDB::MapSerializer< C, P >::MapIterator::_itr, and osgDB::MapSerializer< C, P >::MapIterator::valid().
| virtual void osgDB::MapSerializer< C, P >::MapIterator::setElement | ( | void * | ptr | ) | const [inline, virtual] |
Reimplemented from osgDB::MapIteratorObject.
References osgDB::MapSerializer< C, P >::MapIterator::_itr, and osgDB::MapSerializer< C, P >::MapIterator::valid().
| virtual bool osgDB::MapSerializer< C, P >::MapIterator::valid | ( | ) | const [inline, virtual] |
Reimplemented from osgDB::MapIteratorObject.
References osgDB::MapSerializer< C, P >::MapIterator::_endItr, and osgDB::MapSerializer< C, P >::MapIterator::_itr.
Referenced by osgDB::MapSerializer< C, P >::MapIterator::advance(), osgDB::MapSerializer< C, P >::MapIterator::getElement(), osgDB::MapSerializer< C, P >::MapIterator::getKey(), and osgDB::MapSerializer< C, P >::MapIterator::setElement().
| Iterator osgDB::MapSerializer< C, P >::MapIterator::_endItr |
Referenced by osgDB::MapSerializer< C, P >::MapIterator::valid().
| Iterator osgDB::MapSerializer< C, P >::MapIterator::_itr |
| Generated at Tue Dec 8 2015 00:16:47 for the OpenSceneGraph by doxygen 1.7.6.1. |