Definition at line 249 of file Packer_util.hpp.
Public Member Functions | |
call_unpack_encap_functor_chunking (ExtPreAlloc< Mem > &mem, const encap &obj, size_t sub_id, Unpack_stat &ps) | |
template<typename T > | |
void | operator() (T &t) |
It calls the unpacker for each property. | |
Data Fields | |
ExtPreAlloc< Mem > & | mem |
const encap & | obj |
Unpack_stat & | ps |
size_t | sub_id |
|
inline |
Definition at line 257 of file Packer_util.hpp.
|
inline |
It calls the unpacker for each property.
Definition at line 264 of file Packer_util.hpp.
ExtPreAlloc<Mem>& call_unpack_encap_functor_chunking< encap, Mem, prp >::mem |
Definition at line 251 of file Packer_util.hpp.
const encap& call_unpack_encap_functor_chunking< encap, Mem, prp >::obj |
Definition at line 252 of file Packer_util.hpp.
Unpack_stat& call_unpack_encap_functor_chunking< encap, Mem, prp >::ps |
Definition at line 253 of file Packer_util.hpp.
size_t call_unpack_encap_functor_chunking< encap, Mem, prp >::sub_id |
Definition at line 255 of file Packer_util.hpp.