Definition at line 339 of file Packer_util.hpp.
Public Member Functions | |
call_packRequest_agg_functor (const obj_type &obj, size_t &req) | |
template<typename T > | |
void | operator() (T &t) |
It calls the pack request for each property. | |
Data Fields | |
const obj_type & | obj |
object to pack | |
size_t & | req |
offset of the packed memory | |
|
inline |
Definition at line 347 of file Packer_util.hpp.
|
inline |
It calls the pack request for each property.
Definition at line 353 of file Packer_util.hpp.
const obj_type& call_packRequest_agg_functor< obj_type, Mem >::obj |
object to pack
Definition at line 342 of file Packer_util.hpp.
size_t& call_packRequest_agg_functor< obj_type, Mem >::req |
offset of the packed memory
Definition at line 345 of file Packer_util.hpp.