|
CGAL 5.6.1 - STL Extensions for CGAL
|
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.
Operations | |
| unsigned int | erase_counter () const |
| Gets the value of the erase counter. | |
| void | set_erase_counter (unsigned int c) |
| Sets the value of the erase counter. | |
| void | increment_erase_counter () |
| Increment the value of the erase counter. | |