#include <pup_toNetwork.h>
Public Member Functions | |
PUP_toNetwork_sizer (void) | |
size_t | size (void) const |
Private Member Functions | |
virtual void | bytes (void *p, size_t n, size_t itemSize, PUP::dataType t) |
Private Attributes | |
size_t | nBytes |
Definition at line 32 of file pup_toNetwork.h.
PUP_toNetwork_sizer::PUP_toNetwork_sizer | ( | void | ) | [inline] |
Definition at line 36 of file pup_toNetwork.h.
void PUP_toNetwork_sizer::bytes | ( | void * | p, | |
size_t | n, | |||
size_t | itemSize, | |||
PUP::dataType | t | |||
) | [private, virtual] |
Implements PUP::er.
Definition at line 16 of file pup_toNetwork.C.
References nBytes, PUP::Tbyte, PUP::Tchar, PUP::Tdouble, PUP::Tlong, PUP::Tlongdouble, PUP::Tlonglong, PUP::Tpointer, PUP::Tuchar, PUP::Tulong, and PUP::Tulonglong.
size_t PUP_toNetwork_sizer::size | ( | void | ) | const [inline, virtual] |
Reimplemented from PUP::er.
Definition at line 37 of file pup_toNetwork.h.
References nBytes.
Referenced by CpdList_ccs_list_items_fmt(), getImageConfigHandler(), LV3D0_setup(), and LV3D0_ViewMsg::new_().
size_t PUP_toNetwork_sizer::nBytes [private] |