#include <pup.h>
Public Member Functions | |
toDisk (FILE *f) | |
bool | checkError () |
Protected Member Functions | |
virtual void | bytes (void *p, size_t n, size_t itemSize, dataType t) |
Protected Attributes | |
bool | error |
Definition at line 493 of file pup.h.
Implements PUP::er.
Definition at line 304 of file pup_util.C.
References CmiFwrite(), error, and PUP::disk::F.
bool PUP::toDisk::checkError | ( | ) | [inline] |
Definition at line 503 of file pup.h.
References error.
Referenced by CkCheckpointMgr::Checkpoint(), and checkpointOne().
bool PUP::toDisk::error [protected] |