OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
call_unpack_encap_functor_chunking< encap, Mem, prp > Struct Template Reference

Detailed Description

template<typename encap, typename Mem, int ... prp>
struct call_unpack_encap_functor_chunking< encap, Mem, prp >

Definition at line 249 of file Packer_util.hpp.

Public Member Functions

 call_unpack_encap_functor_chunking (ExtPreAlloc< Mem > &mem, const encap &obj, size_t sub_id, Unpack_stat &ps)
 
template<typename T >
void operator() (T &t)
 It calls the unpacker for each property.
 

Data Fields

ExtPreAlloc< Mem > & mem
 
const encap & obj
 
Unpack_statps
 
size_t sub_id
 

Constructor & Destructor Documentation

◆ call_unpack_encap_functor_chunking()

template<typename encap , typename Mem , int ... prp>
call_unpack_encap_functor_chunking< encap, Mem, prp >::call_unpack_encap_functor_chunking ( ExtPreAlloc< Mem > &  mem,
const encap &  obj,
size_t  sub_id,
Unpack_stat ps 
)
inline

Definition at line 257 of file Packer_util.hpp.

Member Function Documentation

◆ operator()()

template<typename encap , typename Mem , int ... prp>
template<typename T >
void call_unpack_encap_functor_chunking< encap, Mem, prp >::operator() ( T &  t)
inline

It calls the unpacker for each property.

Definition at line 264 of file Packer_util.hpp.

Field Documentation

◆ mem

template<typename encap , typename Mem , int ... prp>
ExtPreAlloc<Mem>& call_unpack_encap_functor_chunking< encap, Mem, prp >::mem

Definition at line 251 of file Packer_util.hpp.

◆ obj

template<typename encap , typename Mem , int ... prp>
const encap& call_unpack_encap_functor_chunking< encap, Mem, prp >::obj

Definition at line 252 of file Packer_util.hpp.

◆ ps

template<typename encap , typename Mem , int ... prp>
Unpack_stat& call_unpack_encap_functor_chunking< encap, Mem, prp >::ps

Definition at line 253 of file Packer_util.hpp.

◆ sub_id

template<typename encap , typename Mem , int ... prp>
size_t call_unpack_encap_functor_chunking< encap, Mem, prp >::sub_id

Definition at line 255 of file Packer_util.hpp.


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