Event Class Reference
[PEARL.base]

Generic representation for local events with iterator functionality.

#include <Event.h>

List of all members.

Public Member Functions

Comparison operators
bool operator== (const Event &rhs) const
bool operator!= (const Event &rhs) const
bool operator< (const Event &rhs) const
bool operator> (const Event &rhs) const
Forward iterator interface
Eventoperator++ ()
Event operator++ (int)
Backward iterator interface
Eventoperator-- ()
Event operator-- (int)
Check iterator validity
bool is_valid () const
Access related events
Event next () const
Event prev () const
Event enterptr () const
Event exitptr () const
Access local event information
CNodeget_cnode () const
Locationget_location () const
Access event representation
Event_repoperator* () const
Event_repoperator-> () const

Friends

std::ostream & operator<< (std::ostream &stream, const Event &event)


SCALASCA    Copyright © 1998–2009 Forschungszentrum Jülich, Jülich Supercomputing Centre