
#include <pup.h>


Public Member Functions | |
| wrap_er (er &p_, unsigned int newFlags=0) | |
| virtual int | size (void) const |
| 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) |
| virtual void | impl_endSeek (seekBlock &s) |
Protected Attributes | |
| er & | p |
Definition at line 566 of file pup.h.
| virtual int PUP::wrap_er::size | ( | void | ) | const [inline, virtual] |
Reimplemented from PUP::er.
Definition at line 571 of file pup.h.
References p, and PUP::er::size().
| void PUP::wrap_er::impl_startSeek | ( | seekBlock & | s | ) | [virtual] |
PUP::er seek implementation routines.
Reimplemented from PUP::er.
Definition at line 298 of file pup_util.C.
References PUP::er::impl_startSeek(), and p.
Reimplemented from PUP::er.
Definition at line 300 of file pup_util.C.
References PUP::er::impl_tell(), and p.
Reimplemented from PUP::er.
Definition at line 302 of file pup_util.C.
References PUP::er::impl_seek(), and p.
| void PUP::wrap_er::impl_endSeek | ( | seekBlock & | s | ) | [virtual] |
Reimplemented from PUP::er.
Definition at line 304 of file pup_util.C.
References PUP::er::impl_endSeek(), and p.
er& PUP::wrap_er::p [protected] |
Definition at line 568 of file pup.h.
Referenced by PUP::xlater::bytes(), PUP_fmt::bytes(), PUP_fmt::comment(), PUP_fmt::fieldHeader(), impl_endSeek(), impl_seek(), impl_startSeek(), impl_tell(), size(), and PUP_fmt::synchronize().
1.5.5