|
SALOME - SMESH
|
iterator on keys of a map More...
#include <SMDS_SetIterator.hxx>


Public Types | |
| typedef SMDS_SetIterator < typename M::key_type, typename M::const_iterator, SMDS::KeyAccessor< typename M::key_type, typename M::const_iterator > > | parent_type |
Public Member Functions | |
| SMDS_mapKeyIterator (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 |
iterator on keys of a map
| typedef SMDS_SetIterator< typename M::key_type, typename M::const_iterator, SMDS::KeyAccessor<typename M::key_type, typename M::const_iterator> > SMDS_mapKeyIterator::parent_type |
Definition at line 124 of file SMDS_SetIterator.hxx.
| SMDS_mapKeyIterator::SMDS_mapKeyIterator | ( | const M & | m | ) |
Definition at line 125 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.