SMDS_Iterator iterating over abstract set of values like STL containers. More...
#include <SMDS_SetIterator.hxx>
Public Member Functions | |
virtual void | init (const VALUE_SET_ITERATOR &begin, const VALUE_SET_ITERATOR &end, const VALUE_FILTER &filter=VALUE_FILTER()) |
Initialization. More... | |
virtual bool | more () |
Return true iff there are other object in this iterator. More... | |
virtual VALUE | next () |
Return the current object and step to the next one. More... | |
SMDS_SetIterator (const VALUE_SET_ITERATOR &begin, const VALUE_SET_ITERATOR &end, const VALUE_FILTER &filter=VALUE_FILTER()) | |
Public Member Functions inherited from SMDS_Iterator< VALUE > | |
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... | |
Detailed Description
template<typename VALUE, typename VALUE_SET_ITERATOR, typename ACCESOR = SMDS::SimpleAccessor<VALUE,VALUE_SET_ITERATOR>, typename VALUE_FILTER = SMDS::PassAllValueFilter<VALUE>>
class SMDS_SetIterator< VALUE, VALUE_SET_ITERATOR, ACCESOR, VALUE_FILTER >
SMDS_Iterator iterating over abstract set of values like STL containers.
BE CAREFUL: iterator pointed value is static_cast'ed to VALUE
Constructor & Destructor Documentation
◆ SMDS_SetIterator()
SMDS_SetIterator< VALUE, VALUE_SET_ITERATOR, ACCESOR, VALUE_FILTER >::SMDS_SetIterator | ( | const VALUE_SET_ITERATOR & | begin, |
const VALUE_SET_ITERATOR & | end, | ||
const VALUE_FILTER & | filter = VALUE_FILTER() |
||
) |
Member Function Documentation
◆ init()
|
virtual |
◆ more()
|
virtual |
Return true iff there are other object in this iterator.
Implements SMDS_Iterator< VALUE >.
Referenced by SMDS_SetIterator< M::mapped_type, M::const_iterator, SMDS::ValueAccessor< M::mapped_type, M::const_iterator > >::init(), and SMDS_SetIterator< M::mapped_type, M::const_iterator, SMDS::ValueAccessor< M::mapped_type, M::const_iterator > >::next().
◆ next()
|
virtual |
Return the current object and step to the next one.
Implements SMDS_Iterator< VALUE >.
Referenced by SMDS_SetIterator< M::mapped_type, M::const_iterator, SMDS::ValueAccessor< M::mapped_type, M::const_iterator > >::init().
The documentation for this class was generated from the following file:
- src/3rdParty/salomesmesh/inc/SMDS_SetIterator.hxx