![]() |
PEARL
Parallel Event Access and Replay Library
|
Event representation for MPI_CANCELLED events.
#include <pearl/MpiCancelled_rep.h>
Public Member Functions | |
virtual event_t | getType () const |
virtual bool | isOfType (event_t type) const |
virtual uint64_t | getRequestId () const |
virtual void | setRequestId (uint64_t requestId) |
Constructors & destructor | |
MpiCancelled_rep (timestamp_t timestamp, uint64_t requestId) | |
MpiCancelled_rep (const GlobalDefs &defs, Buffer &buffer) | |
Protected Member Functions | |
virtual uint32_t | get_next_reqoffs () const |
virtual uint32_t | get_prev_reqoffs () const |
virtual void | set_prev_reqoffs (uint32_t) |
virtual void | set_next_reqoffs (uint32_t) |
virtual std::ostream & | output (std::ostream &stream) const |
pearl::MpiCancelled_rep::MpiCancelled_rep | ( | timestamp_t | timestamp, |
uint64_t | requestId | ||
) |
pearl::MpiCancelled_rep::MpiCancelled_rep | ( | const GlobalDefs & | defs, |
Buffer & | buffer | ||
) |
virtual uint32_t pearl::MpiCancelled_rep::get_next_reqoffs | ( | ) | const [protected, virtual] |
Reimplemented from pearl::Event_rep.
virtual uint32_t pearl::MpiCancelled_rep::get_prev_reqoffs | ( | ) | const [protected, virtual] |
Reimplemented from pearl::Event_rep.
virtual uint64_t pearl::MpiCancelled_rep::getRequestId | ( | ) | const [virtual] |
Reimplemented from pearl::Event_rep.
virtual event_t pearl::MpiCancelled_rep::getType | ( | ) | const [virtual] |
Implements pearl::Event_rep.
virtual bool pearl::MpiCancelled_rep::isOfType | ( | event_t | type | ) | const [virtual] |
Implements pearl::Event_rep.
virtual std::ostream& pearl::MpiCancelled_rep::output | ( | std::ostream & | stream | ) | const [protected, virtual] |
Reimplemented from pearl::Event_rep.
virtual void pearl::MpiCancelled_rep::set_next_reqoffs | ( | uint32_t | ) | [protected, virtual] |
Reimplemented from pearl::Event_rep.
virtual void pearl::MpiCancelled_rep::set_prev_reqoffs | ( | uint32_t | ) | [protected, virtual] |
Reimplemented from pearl::Event_rep.
virtual void pearl::MpiCancelled_rep::setRequestId | ( | uint64_t | requestId | ) | [virtual] |
Reimplemented from pearl::Event_rep.
![]() |
Copyright © 1998–2014 Forschungszentrum Jülich GmbH,
Jülich Supercomputing Centre
Copyright © 2009–2014 German Research School for Simulation Sciences GmbH, Laboratory for Parallel Programming |