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

Packer class for vectors. More...

Detailed Description

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

Packer class for vectors.

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

Definition at line 356 of file Packer.hpp.

#include <Packer.hpp>

Static Public Member Functions

template<int ... prp>
static void packRequest (const T &obj, size_t &req)
 
template<int ... prp>
static void pack (ExtPreAlloc< Mem > &mem, const T &obj, Pack_stat &sts)
 

Member Function Documentation

◆ pack()

template<typename T , typename Mem >
template<int ... prp>
static void Packer< T, Mem, PACKER_GENERAL >::pack ( ExtPreAlloc< Mem > &  mem,
const T &  obj,
Pack_stat sts 
)
inlinestatic

Definition at line 365 of file Packer.hpp.

◆ packRequest()

template<typename T , typename Mem >
template<int ... prp>
static void Packer< T, Mem, PACKER_GENERAL >::packRequest ( const T &  obj,
size_t &  req 
)
inlinestatic

Definition at line 360 of file Packer.hpp.


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