OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
copy_prop_to_vector_block< Tsrc, Tdst > Class Template Reference

Detailed Description

template<typename Tsrc, typename Tdst>
class copy_prop_to_vector_block< Tsrc, Tdst >

Definition at line 395 of file SparseGridGpu.hpp.

Public Member Functions

 copy_prop_to_vector_block (Tsrc src, Tdst dst, size_t pos, size_t bPos)
 
template<typename T >
void operator() (T &t) const
 It call the copy function for each property.
 

Private Attributes

Tsrc src
 source
 
Tdst dst
 destination
 
size_t pos
 
unsigned int bPos
 

Constructor & Destructor Documentation

◆ copy_prop_to_vector_block()

template<typename Tsrc , typename Tdst >
copy_prop_to_vector_block< Tsrc, Tdst >::copy_prop_to_vector_block ( Tsrc  src,
Tdst  dst,
size_t  pos,
size_t  bPos 
)
inline

Definition at line 409 of file SparseGridGpu.hpp.

Member Function Documentation

◆ operator()()

template<typename Tsrc , typename Tdst >
template<typename T >
void copy_prop_to_vector_block< Tsrc, Tdst >::operator() ( T &  t) const
inline

It call the copy function for each property.

Definition at line 415 of file SparseGridGpu.hpp.

Field Documentation

◆ bPos

template<typename Tsrc , typename Tdst >
unsigned int copy_prop_to_vector_block< Tsrc, Tdst >::bPos
private

Definition at line 405 of file SparseGridGpu.hpp.

◆ dst

template<typename Tsrc , typename Tdst >
Tdst copy_prop_to_vector_block< Tsrc, Tdst >::dst
private

destination

Definition at line 401 of file SparseGridGpu.hpp.

◆ pos

template<typename Tsrc , typename Tdst >
size_t copy_prop_to_vector_block< Tsrc, Tdst >::pos
private

Definition at line 403 of file SparseGridGpu.hpp.

◆ src

template<typename Tsrc , typename Tdst >
Tsrc copy_prop_to_vector_block< Tsrc, Tdst >::src
private

source

Definition at line 398 of file SparseGridGpu.hpp.


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