#include <ckmessagelogging.h>
Public Member Functions | |
RSSN () | |
~RSSN () | |
int | checkAndStore (MCount ssn) |
void | pup (PUP::er &p) |
Private Attributes | |
MCount * | data |
int | currentSize |
int | start |
int | end |
Definition at line 40 of file ckmessagelogging.h.
RSSN::RSSN | ( | ) | [inline] |
RSSN::~RSSN | ( | ) | [inline] |
int RSSN::checkAndStore | ( | MCount | ssn | ) | [inline] |
Definition at line 66 of file ckmessagelogging.h.
References Converse::CkMyPe(), currentSize, data, end, index, and start.
Referenced by ChareMlogData::checkAndStoreSsn().
void RSSN::pup | ( | PUP::er & | p | ) | [inline] |
Definition at line 126 of file ckmessagelogging.h.
References currentSize, data, end, PUP::er::isUnpacking(), and start.
MCount* RSSN::data [private] |
Definition at line 42 of file ckmessagelogging.h.
Referenced by checkAndStore(), pup(), RSSN(), and ~RSSN().
int RSSN::currentSize [private] |
int RSSN::start [private] |