OpenFPM_data  0.1.0
Project that contain the implementation and interfaces for basic structure like vectors, grids, graph ... .
 All Data Structures Namespaces Functions Variables Typedefs Friends
Packer< T, Mem, PACKER_OBJECTS_WITH_WARNING_POINTERS > Class Template Reference

Packer for objects, with impossibility to check for internal pointers. More...

Detailed Description

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

Packer for objects, with impossibility to check for internal pointers.

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

Definition at line 156 of file Packer.hpp.

#include <Packer.hpp>

Static Public Member Functions

static void pack (ExtPreAlloc< Mem > &ext, T &obj, Pack_stat &sts)
 It pack an object. More...
 
static void packRequest (std::vector< size_t > &req)
 it add a request to pack an object More...
 

Member Function Documentation

template<typename T , typename Mem >
static void Packer< T, Mem, PACKER_OBJECTS_WITH_WARNING_POINTERS >::pack ( ExtPreAlloc< Mem > &  ext,
T &  obj,
Pack_stat sts 
)
inlinestatic

It pack an object.

Parameters
extpreallocated memory where to pack the objects
objobject to pack
stspack-stat info

Definition at line 167 of file Packer.hpp.

template<typename T , typename Mem >
static void Packer< T, Mem, PACKER_OBJECTS_WITH_WARNING_POINTERS >::packRequest ( std::vector< size_t > &  req)
inlinestatic

it add a request to pack an object

Parameters
reqrequests vector

Definition at line 187 of file Packer.hpp.


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