OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
Unpacker< T, Mem, PACKER_ARRAY_PRIMITIVE > Class Template Reference

Detailed Description

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

Definition at line 70 of file Unpacker.hpp.

Static Public Member Functions

static void unpack (ExtPreAlloc< Mem > &ext, T &obj, Unpack_stat &ps)
 It unpack C++ primitives. More...
 

Member Function Documentation

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
extpreallocated memory from where to unpack the object
objobject where to unpack

Definition at line 81 of file Unpacker.hpp.


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