OpenFPM_data  0.1.0
Project that contain the implementation and interfaces for basic structure like vectors, grids, graph ... .
 All Data Structures Namespaces Functions Variables Typedefs Friends
Unpacker< T, Mem, PACKER_GRID > Class Template Reference

Unpacker for grids. More...

Detailed Description

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

Unpacker for grids.

Template Parameters
Tobject type to unpack
MemMemory origin HeapMemory CudaMemory ...

Definition at line 178 of file Unpacker.hpp.

#include <Unpacker.hpp>

Static Public Member Functions

template<unsigned int... prp>
static void unpack (ExtPreAlloc< Mem > &mem, T &obj, Unpack_stat &ps)
 
template<unsigned int... prp>
static void unpack (ExtPreAlloc< Mem > &mem, grid_key_dx_iterator_sub< T::dims > &sub_it, T &obj, Unpack_stat &ps)
 

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