OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
Packer< T, Mem, PACKER_GRID > Class Template Reference

Packer for grids and sub-grids. More...

Detailed Description

template<typename T, typename Mem>
class Packer< T, Mem, PACKER_GRID >

Packer for grids and sub-grids.

Template Parameters
Tgrid type to pack
MemMemory origin HeapMemory CudaMemory ...

Definition at line 298 of file Packer.hpp.

#include <Packer.hpp>

Static Public Member Functions

template<int... prp>
static void packRequest (const T &obj, size_t &req)
 
template<int... prp>
static void packRequest (T &obj, grid_key_dx_iterator_sub< T::dims > &sub, size_t &req)
 
template<int... prp>
static void pack (ExtPreAlloc< Mem > &mem, const T &obj, Pack_stat &sts)
 
template<int... prp>
static void pack (ExtPreAlloc< Mem > &mem, T &obj, grid_key_dx_iterator_sub< T::dims > &sub_it, Pack_stat &sts)
 

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