Unpacker for objects with no possibility to check for internal pointers. More...
Unpacker for objects with no possibility to check for internal pointers.
T | object type to unpack |
Mem | Memory 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 More... | |
|
inlinestatic |
unpack object
ext | preallocated memory from where to unpack the object |
obj | object where to unpack |
ps | unpack statistic |
Definition at line 187 of file Unpacker.hpp.