Definition at line 270 of file Packer_util.hpp.
Public Member Functions | |
| call_unpack_agg_functor (ExtPreAlloc< Mem > &mem, obj_type &obj, Unpack_stat &ps) | |
| constructor More... | |
| template<typename T > | |
| void | operator() (T &t) |
| It calls the unpacker for each property. | |
Data Fields | |
| ExtPreAlloc< Mem > & | mem |
| Memory where to pack. | |
| obj_type & | obj |
| object to pack | |
| Unpack_stat & | ps |
| statistic about packing | |
|
inline |
constructor
| mem | memory where to pack |
| obj | object to pack |
| ps | packing statistic |
Definition at line 288 of file Packer_util.hpp.