| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/container/fixedsizeiterator.h>

Public Member Functions | |
| VRS_TYPEINFO (NonPersistentFixedSizeIterator, Iterator< T >) | |
| NonPersistentFixedSizeIterator (unsigned int size) | |
| NonPersistentFixedSizeIterator (unsigned int size, const T &init) | |
| template<typename S> | |
| NonPersistentFixedSizeIterator (const std::vector< S > &other) | |
| template<class FORWARD_ITERATOR> | |
| NonPersistentFixedSizeIterator (FORWARD_ITERATOR begin, FORWARD_ITERATOR end) | |
| NonPersistentFixedSizeIterator (SO< Iterator< T > > iter) | |
| virtual | ~NonPersistentFixedSizeIterator () |
| virtual unsigned int | size () const |
| Returns the number of elements, this iterator can iterate over. | |
| virtual T | get (unsigned int index) const |
| Returns the i-th element of the elements described by this iterator. | |
| void | set (unsigned int index, const T &obj) |
| const T & | operator[] (unsigned int index) const |
| T & | operator[] (unsigned int index) |
| VRS::NonPersistentFixedSizeIterator< T >::NonPersistentFixedSizeIterator | ( | unsigned int | size | ) | [inline] |
| VRS::NonPersistentFixedSizeIterator< T >::NonPersistentFixedSizeIterator | ( | unsigned int | size, | |
| const T & | init | |||
| ) | [inline] |
| VRS::NonPersistentFixedSizeIterator< T >::NonPersistentFixedSizeIterator | ( | const std::vector< S > & | other | ) | [inline] |
| VRS::NonPersistentFixedSizeIterator< T >::NonPersistentFixedSizeIterator | ( | FORWARD_ITERATOR | begin, | |
| FORWARD_ITERATOR | end | |||
| ) | [inline] |
| VRS::NonPersistentFixedSizeIterator< T >::NonPersistentFixedSizeIterator | ( | SO< Iterator< T > > | iter | ) | [inline] |
| virtual VRS::NonPersistentFixedSizeIterator< T >::~NonPersistentFixedSizeIterator | ( | ) | [inline, virtual] |
| VRS::NonPersistentFixedSizeIterator< T >::VRS_TYPEINFO | ( | NonPersistentFixedSizeIterator< T > | , | |
| Iterator< T > | ||||
| ) |
| virtual unsigned int VRS::NonPersistentFixedSizeIterator< T >::size | ( | ) | const [inline, virtual] |
| virtual T VRS::NonPersistentFixedSizeIterator< T >::get | ( | unsigned int | i | ) | const [inline, virtual] |
| void VRS::NonPersistentFixedSizeIterator< T >::set | ( | unsigned int | index, | |
| const T & | obj | |||
| ) | [inline] |
| const T& VRS::NonPersistentFixedSizeIterator< T >::operator[] | ( | unsigned int | index | ) | const [inline] |
| T& VRS::NonPersistentFixedSizeIterator< T >::operator[] | ( | unsigned int | index | ) | [inline] |