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

Public Member Functions | |
| SequenceContainerIteratorSTL (const SequenceContainerSTL< T, STL_CONTAINER > *container) | |
| virtual | ~SequenceContainerIteratorSTL () |
| virtual unsigned int | size () const |
| Returns the number of elements, this iterator can iterate over. | |
| virtual T | get (unsigned int i) const |
| Returns the i-th element of the elements described by this iterator. | |
| virtual SharedObj * | container () const |
| VRS_TYPEINFO (SequenceContainerIteratorSTL, Iterator< T >) | |
| VRS_SERIALIZABLE_ABSTRACT_CLASS (SequenceContainerIteratorSTL) | |
Protected Member Functions | |
| SequenceContainerIteratorSTL () | |
| VRS::SequenceContainerIteratorSTL< T, STL_CONTAINER >::SequenceContainerIteratorSTL | ( | const SequenceContainerSTL< T, STL_CONTAINER > * | container | ) | [inline] |
| virtual VRS::SequenceContainerIteratorSTL< T, STL_CONTAINER >::~SequenceContainerIteratorSTL | ( | ) | [inline, virtual] |
| VRS::SequenceContainerIteratorSTL< T, STL_CONTAINER >::SequenceContainerIteratorSTL | ( | ) | [inline, protected] |
| virtual unsigned int VRS::SequenceContainerIteratorSTL< T, STL_CONTAINER >::size | ( | ) | const [inline, virtual] |
| virtual T VRS::SequenceContainerIteratorSTL< T, STL_CONTAINER >::get | ( | unsigned int | i | ) | const [inline, virtual] |
| virtual SharedObj* VRS::SequenceContainerIteratorSTL< T, STL_CONTAINER >::container | ( | ) | const [inline, virtual] |
Returns the container this iterator belongs to. This method can return NULL, if the iterator does not belong to a container (e.g. ConstantIterator<T>).
Reimplemented from VRS::Iterator< T >.
| VRS::SequenceContainerIteratorSTL< T, STL_CONTAINER >::VRS_TYPEINFO | ( | SequenceContainerIteratorSTL< T, STL_CONTAINER > | , | |
| Iterator< T > | ||||
| ) |
| VRS::SequenceContainerIteratorSTL< T, STL_CONTAINER >::VRS_SERIALIZABLE_ABSTRACT_CLASS | ( | SequenceContainerIteratorSTL< T, STL_CONTAINER > | ) |