Event.h File Reference
Declaration of the class Event.
More...
#include <iosfwd>
#include <iterator>
#include <string>
#include "Event_rep.h"
#include "pearl_types.h"
|
Classes |
class | Event |
| Generic representation for local events with iterator functionality. More...
|
Namespaces |
namespace | pearl |
| Namespace of the PEARL library.
|
Functions |
std::ostream & | operator<< (std::ostream &stream, const Event &event) |
std::string | event_typestr (event_t type) |
Detailed Description
This header file provides the declaration of the class Event.