OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
Unpacker< T, Mem, pack_type > Class Template Reference

Unpacker class. More...

Detailed Description

template<typename T, typename Mem, int pack_type>
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 33 of file Unpacker.hpp.

#include <Unpacker.hpp>

Static Public Member Functions

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

Member Function Documentation

◆ unpack()

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

Error, no implementation.

Definition at line 40 of file Unpacker.hpp.


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