
#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 int | impl_tell (seekBlock &s) |
| virtual void | impl_seek (seekBlock &s, int off) |
Protected Attributes | |
| FILE * | F |
Definition at line 421 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 290 of file pup_util.C.
References PUP::seekBlock::data, F, and PUP::seekBlock::loff.
Reimplemented from PUP::er.
Definition at line 292 of file pup_util.C.
References PUP::seekBlock::data, F, and PUP::seekBlock::loff.
Reimplemented from PUP::er.
Definition at line 294 of file pup_util.C.
References PUP::seekBlock::data, F, and PUP::seekBlock::loff.
FILE* PUP::disk::F [protected] |
Definition at line 423 of file pup.h.
Referenced by PUP::fromDisk::bytes(), PUP::toDisk::bytes(), impl_seek(), impl_startSeek(), and impl_tell().
1.5.5