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

Detailed Description

template<typename encap, typename Mem>
struct call_pack_enc_functor< encap, Mem >

Definition at line 84 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_statsts
 serialization status
 

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