SALOME - SMESH
|
reverse iterator on values of a map More...
#include <SMDS_SetIterator.hxx>
Public Types | |
typedef SMDS_SetIterator < typename M::mapped_type, typename M::const_reverse_iterator, SMDS::ValueAccessor< typename M::mapped_type, typename M::const_reverse_iterator > > | parent_type |
Public Member Functions | |
SMDS_mapReverseIterator (const M &m) | |
virtual void | init (const VALUE_SET_ITERATOR &begin, const VALUE_SET_ITERATOR &end) |
Initialization. | |
virtual bool | more () |
Return true if and only if there are other object in this iterator. | |
virtual VALUE | next () |
Return the current object and step to the next one. | |
Protected Attributes | |
VALUE_SET_ITERATOR | _beg |
VALUE_SET_ITERATOR | _end |
reverse iterator on values of a map
typedef SMDS_SetIterator< typename M::mapped_type, typename M::const_reverse_iterator, SMDS::ValueAccessor<typename M::mapped_type, typename M::const_reverse_iterator> > SMDS_mapReverseIterator::parent_type |
Definition at line 112 of file SMDS_SetIterator.hxx.
SMDS_mapReverseIterator::SMDS_mapReverseIterator | ( | const M & | m | ) |
Definition at line 113 of file SMDS_SetIterator.hxx.
virtual void SMDS_SetIterator::init | ( | const VALUE_SET_ITERATOR & | begin, |
const VALUE_SET_ITERATOR & | end | ||
) | [virtual, inherited] |
Initialization.
Definition at line 74 of file SMDS_SetIterator.hxx.
virtual bool SMDS_SetIterator::more | ( | ) | [virtual, inherited] |
Return true if and only if there are other object in this iterator.
Definition at line 79 of file SMDS_SetIterator.hxx.
virtual VALUE SMDS_SetIterator::next | ( | ) | [virtual, inherited] |
Return the current object and step to the next one.
Definition at line 82 of file SMDS_SetIterator.hxx.
VALUE_SET_ITERATOR SMDS_SetIterator::_beg [protected, inherited] |
Definition at line 67 of file SMDS_SetIterator.hxx.
VALUE_SET_ITERATOR SMDS_SetIterator::_end [protected, inherited] |
Definition at line 67 of file SMDS_SetIterator.hxx.