#include <Event.h>
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 | |
| Event & | operator++ () |
| Event | operator++ (int) |
Backward iterator interface | |
| Event & | operator-- () |
| 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 | |
| CNode * | get_cnode () const |
| Location * | get_location () const |
Access event representation | |
| Event_rep & | operator* () const |
| Event_rep * | operator-> () const |
Friends | |
| std::ostream & | operator<< (std::ostream &stream, const Event &event) |
![]() |
Copyright © 1998–2009 Forschungszentrum Jülich, Jülich Supercomputing Centre |