OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
encap_data_block< enc_type > Class Template Reference

Detailed Description

template<typename enc_type>
class encap_data_block< enc_type >

Definition at line 115 of file SparseGridGpu.hpp.

Public Member Functions

 encap_data_block (int offset, const enc_type &enc)
 
encap_data_block operator= (const encap_data_block< enc_type > &enc)
 
template<unsigned int p>
auto get () -> decltype(enc.template get< p >()[offset])
 
template<unsigned int p>
auto get () const -> decltype(enc.template get< p >()[offset])
 

Private Attributes

int offset
 
enc_type enc
 

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