reverse 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_mapKeyReverseIterator (const M &m) | |
Public Member Functions inherited from SMDS_SetIterator< M::key_type, M::const_iterator, SMDS::KeyAccessor< M::key_type, M::const_iterator > > | |
| virtual void | init (const M::const_iterator &begin, const M::const_iterator &end, const SMDS::PassAllValueFilter< M::key_type > &filter=SMDS::PassAllValueFilter< M::key_type >()) |
| Initialization. More... | |
| virtual bool | more () |
| Return true iff there are other object in this iterator. More... | |
| virtual M::key_type | next () |
| Return the current object and step to the next one. More... | |
| SMDS_SetIterator (const M::const_iterator &begin, const M::const_iterator &end, const SMDS::PassAllValueFilter< M::key_type > &filter=SMDS::PassAllValueFilter< M::key_type >()) | |
Public Member Functions inherited from SMDS_Iterator< M::key_type > | |
| virtual bool | more ()=0 |
| Return true if and only if there are other object in this iterator. More... | |
| virtual M::key_type | next ()=0 |
| Return the current object and step to the next one. More... | |
| virtual void | remove () |
| Delete the current element and step to the next one. More... | |
| virtual | ~SMDS_Iterator () |
| Provide virtual destructor just for case if some derived iterator must have a destructor. More... | |
reverse 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_mapKeyReverseIterator< M >::parent_type |
| SMDS_mapKeyReverseIterator< M >::SMDS_mapKeyReverseIterator | ( | const M & | m | ) |