CGAL 5.0 - STL Extensions for CGAL
|
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... | |