#include <pup.h>
Public Member Functions | |
wrap_er (er &p_, unsigned int newFlags=0) | |
virtual size_t | size (void) const |
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) |
virtual void | impl_endSeek (seekBlock &s) |
Protected Attributes | |
er & | p |
Definition at line 639 of file pup.h.
virtual size_t PUP::wrap_er::size | ( | void | ) | const [inline, virtual] |
Reimplemented from PUP::er.
Definition at line 644 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 406 of file pup_util.C.
References PUP::er::impl_startSeek(), and p.
Reimplemented from PUP::er.
Definition at line 408 of file pup_util.C.
References PUP::er::impl_tell(), and p.
Reimplemented from PUP::er.
Definition at line 410 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 412 of file pup_util.C.
References PUP::er::impl_endSeek(), and p.
er& PUP::wrap_er::p [protected] |
Definition at line 641 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().