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

Unpacker class. More...

Detailed Description

template<typename T, typename Mem, int pack_type = Pack_selector<T>::value>
class Unpacker< T, Mem, pack_type >

Unpacker class.

Template Parameters
Tobject type to unpack
MemMemory origin HeapMemory CudaMemory ...
Implementationof the unpacker (the Pack_selector choose the correct one)

Definition at line 20 of file Packer_util.hpp.

#include <Unpacker.hpp>

Static Public Member Functions

static void unpack (ExtPreAlloc< Mem >, T &obj)
 Error, no implementation. More...
 

Member Function Documentation

template<typename T, typename Mem, int pack_type = Pack_selector<T>::value>
static void Unpacker< T, Mem, pack_type >::unpack ( ExtPreAlloc< Mem >  ,
T &  obj 
)
inlinestatic

Error, no implementation.

Definition at line 36 of file Unpacker.hpp.


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