OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
Packer< T, Mem, PACKER_ARRAY_PRIMITIVE > Class Template Reference

Packer for primitives. More...

Detailed Description

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

Packer for primitives.

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

Definition at line 132 of file Packer.hpp.

#include <Packer.hpp>

Static Public Member Functions

static void pack (ExtPreAlloc< Mem > &ext, const T &obj, Pack_stat &sts, size_t n)
 It packs arrays of C++ primitives.
 
static void packRequest (T &obj, size_t &req)
 It add a request to pack a C++ primitive.
 

Member Function Documentation

◆ pack()

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

It packs arrays of C++ primitives.

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

Definition at line 143 of file Packer.hpp.

◆ packRequest()

template<typename T , typename Mem >
static void Packer< T, Mem, PACKER_ARRAY_PRIMITIVE >::packRequest ( T &  obj,
size_t &  req 
)
inlinestatic

It add a request to pack a C++ primitive.

Parameters
reqrequests vector

Definition at line 161 of file Packer.hpp.


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