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, 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 28 of file Unpacker.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 35 of file Unpacker.hpp.


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