template<typename T, typename Mem>
class Unpacker< T, Mem, PACKER_ARRAY_PRIMITIVE >
Definition at line 69 of file Unpacker.hpp.
template<typename T , typename Mem >
static void Unpacker< T, Mem, PACKER_ARRAY_PRIMITIVE >::unpack |
( |
ExtPreAlloc< Mem > & |
ext, |
|
|
T & |
obj, |
|
|
Unpack_stat & |
ps |
|
) |
| |
|
inlinestatic |
It unpack C++ primitives.
- Parameters
-
ext | preallocated memory from where to unpack the object |
obj | object where to unpack |
Definition at line 80 of file Unpacker.hpp.
The documentation for this class was generated from the following file: