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

Unpacker for objects with no possibility to check for internal pointers. More...

Detailed Description

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

Unpacker for objects with no possibility to check for internal pointers.

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

Definition at line 176 of file Unpacker.hpp.

#include <Unpacker.hpp>

Static Public Member Functions

static void unpack (ExtPreAlloc< Mem > &ext, T &obj, Unpack_stat &ps)
 unpack object
 

Member Function Documentation

◆ unpack()

template<typename T , typename Mem >
static void Unpacker< T, Mem, PACKER_OBJECTS_WITH_WARNING_POINTERS >::unpack ( ExtPreAlloc< Mem > &  ext,
T &  obj,
Unpack_stat ps 
)
inlinestatic

unpack object

Parameters
extpreallocated memory from where to unpack the object
objobject where to unpack
psunpack statistic

Definition at line 187 of file Unpacker.hpp.


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