|  | 
| class | CGAL::Const_oneset_iterator< T > | 
|  | The class Const_oneset_iteratordefines aRandomAccessIteratorthat always refers to a copy of a specific object of typeT.  More...
 | 
|  | 
| class | CGAL::Counting_iterator< Iterator, Value > | 
|  | The iterator adaptor Counting_iteratoradds a counter to the internal iterator of typeIteratorand 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_iteratordefines anOutputIteratorthat 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_iteratordefines anOutputIteratorthat 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::Emptyset_iterator | 
|  | The class Emptyset_iteratordefines anOutputIteratorthat ignores everything written to it.  More...
 | 
|  | 
| class | CGAL::Filter_iterator< Iterator, Predicate > | 
|  | The iterator adaptor Filter_iteratoracts as a filter on a given range.  More...
 | 
|  | 
| class | CGAL::Insert_iterator< Container > | 
|  | The output iterator Insert_iteratoris similar tostd::insert_iterator, but differs in that it calls theinsert()function of the container without the iterator additional argument.  More...
 | 
|  | 
| class | CGAL::Inverse_index< IC > | 
|  | The class Inverse_indexconstructs an inverse index for a given range[i,j)of two iterators or circulators of typeIC.  More...
 | 
|  | 
| class | CGAL::Join_input_iterator_1< Iterator, Creator > | 
|  | The class Join_input_iterator_1joins an iterator and a creator function object.  More...
 | 
|  | 
| class | CGAL::Join_input_iterator_2< I1, I2, Op > | 
|  | The class Join_input_iterator_2joins two iterators.  More...
 | 
|  | 
| class | CGAL::Join_input_iterator_3< I1, I2, I2, Op > | 
|  | The class Join_input_iterator_3joins two iterators.  More...
 | 
|  | 
| class | CGAL::N_step_adaptor< I, N > | 
|  | The adaptor N_step_adaptorchanges the step width of the iterator or circulator classItoN.  More...
 | 
|  | 
| class | CGAL::Oneset_iterator< T > | 
|  | The class Oneset_iteratordefines anBidirectionalIteratorthat always refers to one specific object of typeT.  More...
 | 
|  | 
| class | CGAL::Random_access_adaptor< IC > | 
|  | The class Random_access_adaptorprovides a random access for data structures.  More...
 | 
|  | 
| class | CGAL::Random_access_value_adaptor< IC, T > | 
|  | The class Random_access_value_adaptorprovides a random access for data structures.  More...
 | 
|  |