OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
call_unpack_agg_functor< obj_type, Mem > Struct Template Reference

Detailed Description

template<typename obj_type, typename Mem>
struct call_unpack_agg_functor< obj_type, Mem >

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_statps
 statistic about packing
 

Constructor & Destructor Documentation

template<typename obj_type , typename Mem >
call_unpack_agg_functor< obj_type, Mem >::call_unpack_agg_functor ( ExtPreAlloc< Mem > &  mem,
obj_type &  obj,
Unpack_stat ps 
)
inline

constructor

Parameters
memmemory where to pack
objobject to pack
pspacking statistic

Definition at line 288 of file Packer_util.hpp.


The documentation for this struct was generated from the following file: