#include <cancel.h>
Public Member Functions | |
CancelNode () | |
Basic Constructor. | |
CancelNode (POSE_TimeType ts, eventID e) | |
Initializing Constructor. | |
void | dump () |
Dump all datafields. | |
void | pup (PUP::er &p) |
Pack/unpack/sizing operator. | |
Data Fields | |
POSE_TimeType | timestamp |
Timestamp of event to be cancelled. | |
eventID | evID |
Event ID of event to be cancelled. | |
CancelNode * | next |
Next cancellation in list. |
Definition at line 6 of file cancel.h.
CancelNode::CancelNode | ( | POSE_TimeType | ts, | |
eventID | e | |||
) | [inline] |
void CancelNode::dump | ( | ) | [inline] |
Dump all datafields.
Definition at line 19 of file cancel.h.
References eventID::dump(), evID, and timestamp.
Referenced by CancelList::dump().
void CancelNode::pup | ( | PUP::er & | p | ) | [inline] |
Pack/unpack/sizing operator.
Definition at line 27 of file cancel.h.
References evID, p, eventID::pup(), and timestamp.
Referenced by CancelList::pup().
Timestamp of event to be cancelled.
Definition at line 9 of file cancel.h.
Referenced by con::CancelEvents(), dump(), pup(), CancelList::RemoveItem(), and opt::Rollback().
Event ID of event to be cancelled.
Definition at line 11 of file cancel.h.
Referenced by con::CancelEvents(), dump(), pup(), and opt::Rollback().
Next cancellation in list.
Definition at line 13 of file cancel.h.
Referenced by CancelList::dump(), CancelList::GetItem(), CancelList::Insert(), CancelList::pup(), and CancelList::RemoveItem().