CGAL 5.6.1 - STL Extensions for CGAL
Doubly-Connected List Managing Items in Place

Classes

class  CGAL::In_place_list_base< T >
 The node base classes provides pointers to build linked lists. More...
 
class  CGAL::In_place_list< T, bool >
 An object of the class In_place_list represents a sequence of items of type T that supports bidirectional iterators and allows constant time insert and erase operations anywhere within the sequence. More...