Definition at line 360 of file Packer_util.hpp.
Public Member Functions | |
call_packRequest_agg_functor_cnk (const obj_type &obj, size_t sub_id, 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 | |
size_t | sub_id |
element id | |
|
inline |
Definition at line 371 of file Packer_util.hpp.
|
inline |
It calls the pack request for each property.
Definition at line 377 of file Packer_util.hpp.
const obj_type& call_packRequest_agg_functor_cnk< obj_type, Mem >::obj |
object to pack
Definition at line 363 of file Packer_util.hpp.
size_t& call_packRequest_agg_functor_cnk< obj_type, Mem >::req |
offset of the packed memory
Definition at line 366 of file Packer_util.hpp.
size_t call_packRequest_agg_functor_cnk< obj_type, Mem >::sub_id |
element id
Definition at line 369 of file Packer_util.hpp.