CGAL 5.4 - STL Extensions for CGAL
Iterators and Iterator/Circulator Adaptors

Classes

class  CGAL::Const_oneset_iterator< T >
 The class Const_oneset_iterator defines a RandomAccessIterator that always refers to a copy of a specific object of type T. More...
 
class  CGAL::Counting_iterator< Iterator, Value >
 The iterator adaptor Counting_iterator adds a counter to the internal iterator of type Iterator and defines equality of two instances in terms of this counter. More...
 
class  CGAL::Dispatch_or_drop_output_iterator< V, O >
 The class Dispatch_or_drop_output_iterator defines an OutputIterator that contains a tuple of output iterators, and dispatches among those based on the type of the value type which is put in it. More...
 
class  CGAL::Dispatch_output_iterator< V, O >
 The class Dispatch_output_iterator defines an OutputIterator that contains a tuple of output iterators, and dispatches among those based on the type of the value type which is put in it. More...
 
struct  CGAL::Emptyset_iterator
 The class Emptyset_iterator defines an OutputIterator that ignores everything written to it. More...
 
struct  CGAL::Filter_iterator< Iterator, Predicate >
 The iterator adaptor Filter_iterator acts as a filter on a given range. More...
 
class  CGAL::Insert_iterator< Container >
 The output iterator Insert_iterator is similar to std::insert_iterator, but differs in that it calls the insert() function of the container without the iterator additional argument. More...
 
class  CGAL::Inverse_index< IC >
 The class Inverse_index constructs an inverse index for a given range [i,j) of two iterators or circulators of type IC. More...
 
class  CGAL::Join_input_iterator_1< Iterator, Creator >
 The class Join_input_iterator_1 joins an iterator and a creator function object. More...
 
class  CGAL::Join_input_iterator_2< I1, I2, Op >
 The class Join_input_iterator_2 joins two iterators. More...
 
class  CGAL::Join_input_iterator_3< I1, I2, I2, Op >
 The class Join_input_iterator_3 joins three iterators. More...
 
class  CGAL::N_step_adaptor< I, N >
 The adaptor N_step_adaptor changes the step width of the iterator or circulator class I to N. More...
 
class  CGAL::Oneset_iterator< T >
 The class Oneset_iterator defines an BidirectionalIterator that always refers to one specific object of type T. More...
 
class  CGAL::Random_access_adaptor< IC >
 The class Random_access_adaptor provides a random access for data structures. More...
 
class  CGAL::Random_access_value_adaptor< IC, T >
 The class Random_access_value_adaptor provides a random access for data structures. More...