CGAL 4.11.3 - Kinetic Data Structures
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Kinetic::EventLogVisitor Concept Reference

Definition

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 ()
 

Member Typedef Documentation

An iterator through strings defining the events that occurred.

Each event is represented by a std::string.