|
CGAL 4.11 - Kinetic Data Structures
|
This concept is for visitors which maintain a text log of events.
Types | |
| typedef unspecified_type | Event_iterator |
| An iterator through strings defining the events that occurred. More... | |
Operations | |
| Event_iterator | events_begin () |
| Begin iterating through the events. | |
| Event_iterator | events_end () |
An iterator through strings defining the events that occurred.
Each event is represented by a std::string.