#include <pup.h>
Protected Member Functions | |
disk (unsigned int type, FILE *f) | |
disk (const disk &p) | |
void | operator= (const disk &p) |
virtual void | impl_startSeek (seekBlock &s) |
PUP::er seek implementation routines. | |
virtual size_t | impl_tell (seekBlock &s) |
virtual void | impl_seek (seekBlock &s, size_t off) |
Protected Attributes | |
FILE * | F |
Definition at line 479 of file pup.h.
PUP::disk::disk | ( | unsigned int | type, | |
FILE * | f | |||
) | [inline, protected] |
PUP::disk::disk | ( | const disk & | p | ) | [protected] |
void PUP::disk::operator= | ( | const disk & | p | ) | [protected] |
void PUP::disk::impl_startSeek | ( | seekBlock & | s | ) | [protected, virtual] |
PUP::er seek implementation routines.
Reimplemented from PUP::er.
Definition at line 398 of file pup_util.C.
References PUP::seekBlock::data, F, and PUP::seekBlock::loff.
Reimplemented from PUP::er.
Definition at line 400 of file pup_util.C.
References PUP::seekBlock::data, F, and PUP::seekBlock::loff.
Reimplemented from PUP::er.
Definition at line 402 of file pup_util.C.
References PUP::seekBlock::data, F, and PUP::seekBlock::loff.
FILE* PUP::disk::F [protected] |
Definition at line 481 of file pup.h.
Referenced by PUP::fromDisk::bytes(), PUP::toDisk::bytes(), impl_seek(), impl_startSeek(), and impl_tell().