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

Detailed Description

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

Definition at line 443 of file Packer_util.hpp.

Public Member Functions

 call_pack_agg_functor (ExtPreAlloc< Mem > &mem, const obj_type &obj, Pack_stat &sts)
 
template<typename T >
void operator() (T &t)
 It calls the packer for each property.
 

Data Fields

ExtPreAlloc< Mem > & mem
 
const obj_type & obj
 
Pack_statsts
 

Constructor & Destructor Documentation

◆ call_pack_agg_functor()

template<typename obj_type , typename Mem >
call_pack_agg_functor< obj_type, Mem >::call_pack_agg_functor ( ExtPreAlloc< Mem > &  mem,
const obj_type &  obj,
Pack_stat sts 
)
inline

Definition at line 449 of file Packer_util.hpp.

Member Function Documentation

◆ operator()()

template<typename obj_type , typename Mem >
template<typename T >
void call_pack_agg_functor< obj_type, Mem >::operator() ( T &  t)
inline

It calls the packer for each property.

Definition at line 456 of file Packer_util.hpp.

Field Documentation

◆ mem

template<typename obj_type , typename Mem >
ExtPreAlloc<Mem>& call_pack_agg_functor< obj_type, Mem >::mem

Definition at line 445 of file Packer_util.hpp.

◆ obj

template<typename obj_type , typename Mem >
const obj_type& call_pack_agg_functor< obj_type, Mem >::obj

Definition at line 446 of file Packer_util.hpp.

◆ sts

template<typename obj_type , typename Mem >
Pack_stat& call_pack_agg_functor< obj_type, Mem >::sts

Definition at line 447 of file Packer_util.hpp.


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