Spatial C++ Library
Generic Multi-Dimensional Containers and Spatial Operations
|
This structure defines a pair of mutable mapping iterator. More...
#include <mapping_iterator.hpp>
Inherits pair< mapping_iterator< Ct >, mapping_iterator< Ct > >.
Public Types | |
typedef std::pair< mapping_iterator< Ct >, mapping_iterator< Ct > > | Base |
A pair of iterators that represents a range (that is: a range of elements to iterate, and not an orthogonal range). More... | |
Public Member Functions | |
mapping_iterator_pair () | |
Empty constructor. More... | |
mapping_iterator_pair (const mapping_iterator< Ct > &a, const mapping_iterator< Ct > &b) | |
Regular constructor that builds a mapping_iterator_pair out of 2 mapping_iterators. More... | |
This structure defines a pair of mutable mapping iterator.
Ct | The container to which these iterator relate to. |
Definition at line 508 of file mapping_iterator.hpp.
typedef std::pair<mapping_iterator<Ct>, mapping_iterator<Ct> > spatial::mapping_iterator_pair< Ct >::Base |
A pair of iterators that represents a range (that is: a range of elements to iterate, and not an orthogonal range).
Definition at line 515 of file mapping_iterator.hpp.
spatial::mapping_iterator_pair< Ct >::mapping_iterator_pair | ( | ) |
Empty constructor.
Definition at line 518 of file mapping_iterator.hpp.
spatial::mapping_iterator_pair< Ct >::mapping_iterator_pair | ( | const mapping_iterator< Ct > & | a, |
const mapping_iterator< Ct > & | b | ||
) |
Regular constructor that builds a mapping_iterator_pair out of 2 mapping_iterators.
Definition at line 522 of file mapping_iterator.hpp.