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

Unpacker for vectors. More...

Detailed Description

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

Unpacker for vectors.

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

Definition at line 229 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, T &obj, Unpack_stat &ps, size_t n)
 

Member Function Documentation

◆ unpack() [1/2]

template<typename T , typename Mem >
template<unsigned int ... prp>
static void Unpacker< T, Mem, PACKER_GENERAL >::unpack ( ExtPreAlloc< Mem > &  mem,
T &  obj,
Unpack_stat ps 
)
inlinestatic

Definition at line 233 of file Unpacker.hpp.

◆ unpack() [2/2]

template<typename T , typename Mem >
template<unsigned int ... prp>
static void Unpacker< T, Mem, PACKER_GENERAL >::unpack ( ExtPreAlloc< Mem > &  mem,
T &  obj,
Unpack_stat ps,
size_t  n 
)
inlinestatic

Definition at line 238 of file Unpacker.hpp.


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