Definition at line 492 of file Packer_util.hpp.
Public Member Functions | |
| call_unpack_agg_functor (ExtPreAlloc< Mem > &mem, obj_type &obj, Unpack_stat &ps) | |
| constructor   | |
| 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 510 of file Packer_util.hpp.
      
  | 
  inline | 
It calls the unpacker for each property.
Definition at line 517 of file Packer_util.hpp.
| ExtPreAlloc<Mem>& call_unpack_agg_functor< obj_type, Mem >::mem | 
Memory where to pack.
Definition at line 495 of file Packer_util.hpp.
| obj_type& call_unpack_agg_functor< obj_type, Mem >::obj | 
object to pack
Definition at line 498 of file Packer_util.hpp.
| Unpack_stat& call_unpack_agg_functor< obj_type, Mem >::ps | 
statistic about packing
Definition at line 501 of file Packer_util.hpp.