#include <pup.h>
Public Member Functions | |
toTextFile (FILE *f_) | |
toTextFile (const toTextFile &p) | |
void | operator= (const toTextFile &p) |
virtual void | comment (const char *message) |
A descriptive (but entirely optional) human-readable comment field. | |
Protected Member Functions | |
virtual void | bytes (void *p, size_t n, size_t itemSize, dataType t) |
Protected Attributes | |
FILE * | f |
Definition at line 565 of file pup.h.
PUP::toTextFile::toTextFile | ( | const toTextFile & | p | ) |
void PUP::toTextFile::bytes | ( | void * | p, | |
size_t | n, | |||
size_t | itemSize, | |||
dataType | t | |||
) | [protected, virtual] |
Implements PUP::er.
Reimplemented in toProjectionsFile.
Definition at line 697 of file pup_util.C.
References CmiAbort(), f, PUP::Tbool, PUP::Tbyte, PUP::Tchar, PUP::Tdouble, PUP::Tfloat, PUP::Tint, PUP::Tlong, PUP::Tlongdouble, PUP::Tlonglong, PUP::Tpointer, PUP::Tshort, PUP::Tuchar, PUP::Tuint, PUP::Tulong, PUP::Tulonglong, and PUP::Tushort.
void PUP::toTextFile::operator= | ( | const toTextFile & | p | ) |
void PUP::toTextFile::comment | ( | const char * | message | ) | [virtual] |
A descriptive (but entirely optional) human-readable comment field.
Reimplemented from PUP::er.
Definition at line 725 of file pup_util.C.
References f.
FILE* PUP::toTextFile::f [protected] |