\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 4.7 - 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.