
#include <pup.h>

Public Types | |
| typedef unsigned char | myByte |
Public Member Functions | |
| CmiBool | valid (void) const |
| CmiBool | needsConversion (void) const |
Static Public Member Functions | |
| static const machineInfo & | current (void) |
Data Fields | |
| myByte | magic [4] |
| myByte | version |
| myByte | intBytes [4] |
| myByte | intFormat |
| myByte | floatBytes |
| myByte | doubleBytes |
| myByte | floatFormat |
| myByte | boolBytes |
| myByte | pointerBytes |
| myByte | padding [1] |
Definition at line 538 of file pup.h.
| typedef unsigned char PUP::machineInfo::myByte |
| CmiBool PUP::machineInfo::valid | ( | void | ) | const |
Definition at line 25 of file pup_xlater.C.
References CmiFalse, CmiTrue, machInfo_magic, and magic.
| CmiBool PUP::machineInfo::needsConversion | ( | void | ) | const |
Definition at line 34 of file pup_xlater.C.
References boolBytes, CmiFalse, CmiTrue, current(), doubleBytes, floatBytes, floatFormat, intBytes, intFormat, and pointerBytes.
| const PUP::machineInfo & PUP::machineInfo::current | ( | void | ) | [static] |
Definition at line 85 of file pup_xlater.C.
References boolBytes, doubleBytes, floatBytes, floatFormat, getFloatFormat(), getIntFormat(), intBytes, intFormat, machInfo_magic, magic, padding, pointerBytes, and version.
Referenced by needsConversion(), CentralLB::writeStatsMsgs(), and PUP::xlater::xlater().
Definition at line 544 of file pup.h.
Referenced by current(), needsConversion(), and PUP::xlater::setConverterInt().
Definition at line 545 of file pup.h.
Referenced by current(), needsConversion(), PUP::xlater::setConverterInt(), and PUP::xlater::xlater().
Definition at line 547 of file pup.h.
Referenced by current(), needsConversion(), and PUP::xlater::xlater().
Definition at line 548 of file pup.h.
Referenced by current(), needsConversion(), and PUP::xlater::xlater().
Definition at line 549 of file pup.h.
Referenced by converterFloat(), current(), and needsConversion().
Definition at line 551 of file pup.h.
Referenced by current(), needsConversion(), and PUP::xlater::xlater().
Definition at line 552 of file pup.h.
Referenced by current(), needsConversion(), and PUP::xlater::xlater().
1.5.5