LatNet Builder Manual  2.0.1-11
Software Package for Constructing Highly Uniform Point Sets
LatticeTester::CoordinateSets::Subsets::const_iterator Class Reference

An iterator class used internaly by the Subsets 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 Subsets &seq)
 Constructor for an iterator at the begining of the list of sets that seq contains.
 
 const_iterator (const Subsets &seq, end_tag)
 Constructor for an iterator at the end of the list of sets that seq contains.
 
 const_iterator ()
 Empty constructor.
 

Friends

class boost::iterators::iterator_core_access
 

Detailed Description

An iterator class used internaly by the Subsets class.

Given an object of this class, it is possible to cycle through the element it contains with the increment (++) or decrement (--) operators.


The documentation for this class was generated from the following file: