LatNet Builder Manual
2.0.1-11
Software Package for Constructing Highly Uniform Point Sets
|
An iterator class used internaly by the FromRange
class.
More...
#include <CoordinateSets.h>
Inherits iterator_facade< const_iterator, const Coordinates, boost::iterators::forward_traversal_tag >.
Classes | |
struct | end_tag |
Public Member Functions | |
const_iterator (const FromRanges &seq) | |
Constructor for an iterator at the begining of the list of sets that seq contains. | |
const_iterator (const FromRanges &seq, end_tag) | |
Constructor for an iterator at the end of the list of sets that seq contains. | |
const_iterator () | |
Empty FromRange::const_iterator constructor. | |
Friends | |
class | boost::iterators::iterator_core_access |
An iterator class used internaly by the FromRange
class.
Given an object of this class, it is possible to cycle through the element it contains with the increment (++
) or decrement (--
) operators.