Definition at line 85 of file Packer_util.hpp.
Public Member Functions | |
| call_pack_enc_functor (ExtPreAlloc< Mem > &mem, const encap &obj, 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. | |
| Pack_stat & | sts |
| serialization status | |
|
inline |
Definition at line 96 of file Packer_util.hpp.
|
inline |
It calls the packer for each property.
Definition at line 103 of file Packer_util.hpp.
| ExtPreAlloc<Mem>& call_pack_enc_functor< encap, Mem >::mem |
Memory that pack/serialize the object.
Definition at line 88 of file Packer_util.hpp.
| const encap& call_pack_enc_functor< encap, Mem >::obj |
Object to serialize.
Definition at line 91 of file Packer_util.hpp.
| Pack_stat& call_pack_enc_functor< encap, Mem >::sts |
serialization status
Definition at line 94 of file Packer_util.hpp.