Loading [MathJax]/extensions/tex2jax.js
 
CGAL 6.1 - STL Extensions for CGAL
All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Modules Pages
Loading...
Searching...
No Matches

Concepts

conceptBaseWithTimeStamp
 The concept BaseWithTimeStamp describes the functionalities an object must provide so that its timestamp is updated by a CGAL::Compact_container or a CGAL::Concurrent_compact_container. More...
 
conceptDescriptor
 The concept Descriptor allows to describe a unique object in an abstract model. More...
 
conceptHashable
 A type Key is a model of the concept Hashable if the specializations boost::hash<Key> and std::hash<Key> exist. More...
 
conceptIndex
 The concept Index is a refinement of Descriptor which must be convertible from and to std::size_t, and must be incrementable and decrementable. More...
 
conceptObjectWithEraseCounter
 The concept ObjectWithEraseCounter describes the functionalities an object must provide so that its erase counter is updated by a CGAL::Compact_container or a CGAL::Concurrent_compact_container. More...
 
conceptProjectionObject
  More...
 
conceptSurjectiveLockDataStructure
 The concept SurjectiveLockDataStructure describes functionalities of a data structure whose goal is to lock objects in a multi-threaded environment. Such data structures are intended to be used by concurrent algorithms. More...