Yggdrasill  0.2
Public Types | Public Member Functions | List of all members
ygg::IntervalTree< Node, NodeTraits, Options, Tag >::QueryResult< Comparable >::const_iterator Class Reference

Public Types

typedef ptrdiff_t difference_type
 
typedef Node value_type
 
typedef const Node & const_reference
 
typedef const Node * const_pointer
 
typedef std::input_iterator_tag iterator_category
 

Public Member Functions

 const_iterator (Node *n, const Comparable &q)
 
 const_iterator (const const_iterator &other)
 
const_iteratoroperator= (const const_iterator &other)
 
bool operator== (const const_iterator &other) const
 
bool operator!= (const const_iterator &other) const
 
const_iteratoroperator++ ()
 
const_iterator operator++ (int)
 
const_reference operator* () const
 
const_pointer operator-> () const
 

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