

Public Member Functions | |
| void | write (PUP::dataType t, int n) |
| void | check (PUP::dataType t, int n) const |
Private Types | |
| enum | { pupMagic = 0xf36c5a21, typeMask = 0x75 } |
Private Member Functions | |
| int | getMagic (void) const |
| void | setMagic (int v) |
| PUP::dataType | getType (void) const |
| void | setType (PUP::dataType v) |
| int | getLength (void) const |
| void | setLength (int v) |
| void | compare (const char *kind, const char *why, int packed, int unpacked) const |
Private Attributes | |
| unsigned char | magic [4] |
| unsigned char | type |
| unsigned char | length [3] |
Definition at line 56 of file pup_util.C.
anonymous enum [private] |
| int pupCheckRec::getMagic | ( | void | ) | const [inline, private] |
Definition at line 61 of file pup_util.C.
| void pupCheckRec::setMagic | ( | int | v | ) | [inline, private] |
Definition at line 62 of file pup_util.C.
| PUP::dataType pupCheckRec::getType | ( | void | ) | const [inline, private] |
| void pupCheckRec::setType | ( | PUP::dataType | v | ) | [inline, private] |
| int pupCheckRec::getLength | ( | void | ) | const [inline, private] |
| void pupCheckRec::setLength | ( | int | v | ) | [inline, private] |
Definition at line 66 of file pup_util.C.
| void pupCheckRec::write | ( | PUP::dataType | t, | |
| int | n | |||
| ) | [inline] |
| void pupCheckRec::check | ( | PUP::dataType | t, | |
| int | n | |||
| ) | const [inline] |
Definition at line 89 of file pup_util.C.
unsigned char pupCheckRec::magic[4] [private] |
Definition at line 57 of file pup_util.C.
unsigned char pupCheckRec::type [private] |
Definition at line 58 of file pup_util.C.
unsigned char pupCheckRec::length[3] [private] |
Definition at line 59 of file pup_util.C.
1.5.5