Definition at line 134 of file Packer_util.hpp.
Public Member Functions | |
call_pack_enc_functor_chunking (ExtPreAlloc< Mem > &mem, const encap &obj, size_t sub_id, Pack_stat &sts) | |
template<typename T > | |
void | operator() (T &t) |
It calls the packer for each property. | |
Data Fields | |
ExtPreAlloc< Mem > & | mem |
Memory that pack/serialize the object. | |
const encap & | obj |
Object to serialize. | |
size_t | sub_id |
Element id. | |
Pack_stat & | sts |
serialization status | |
|
inline |
Definition at line 148 of file Packer_util.hpp.
|
inline |
It calls the packer for each property.
Definition at line 155 of file Packer_util.hpp.
ExtPreAlloc<Mem>& call_pack_enc_functor_chunking< encap, Mem >::mem |
Memory that pack/serialize the object.
Definition at line 137 of file Packer_util.hpp.
const encap& call_pack_enc_functor_chunking< encap, Mem >::obj |
Object to serialize.
Definition at line 140 of file Packer_util.hpp.
Pack_stat& call_pack_enc_functor_chunking< encap, Mem >::sts |
serialization status
Definition at line 146 of file Packer_util.hpp.
size_t call_pack_enc_functor_chunking< encap, Mem >::sub_id |
Element id.
Definition at line 143 of file Packer_util.hpp.