CGAL 4.4 - STL Extensions for CGAL
|
Classes | |
class | CGAL::Compact_container_base |
The class Compact_container_base can be used as a base class for your own type T , so that T can be used directly within Compact_container<T, Allocator> . More... | |
class | CGAL::Compact_container< T, Allocator > |
An object of the class Compact_container is a container of objects of type T . More... | |
class | CGAL::Compact_container_traits< T > |
The traits class Compact_container_traits provides the way to access the internal pointer required for T to be used in a Compact_container<T, Allocator> . More... | |