Unpacker class for objects. More...
Unpacker class for objects.
T | object type to unpack |
Mem | Memory origin HeapMemory CudaMemory ... |
Definition at line 204 of file Unpacker.hpp.
#include <Unpacker.hpp>
Static Public Member Functions | |
static void | unpack (ExtPreAlloc< Mem > &ext, T &obj, Unpack_stat &ps) |
It unpack any object checking that the object does not have pointers inside. More... | |
|
inlinestatic |
It unpack any object checking that the object does not have pointers inside.
ext | preallocated memory from where to unpack the object |
obj | object where to unpack |
Definition at line 214 of file Unpacker.hpp.