OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
encapc< dim, void, Mem > Class Template Reference

this structure specialize the class for a void object or null More...

Detailed Description

template<unsigned int dim, typename Mem>
class encapc< dim, void, Mem >

this structure specialize the class for a void object or null

Parameters
dimDimensionality of the grid
Memsuppose to be a boost::fusion::vector of arrays

Definition at line 680 of file Encap.hpp.

#include <Encap.hpp>

Public Member Functions

template<unsigned int p>
void get ()
 access the data
 
template<unsigned int p, typename S >
void set (S &ele)
 set the data
 

Constructor & Destructor Documentation

◆ encapc()

template<unsigned int dim, typename Mem >
encapc< dim, void, Mem >::encapc ( )
inline

Definition at line 685 of file Encap.hpp.

Member Function Documentation

◆ get()

template<unsigned int dim, typename Mem >
template<unsigned int p>
void encapc< dim, void, Mem >::get ( )
inline

access the data

Definition at line 689 of file Encap.hpp.

◆ set()

template<unsigned int dim, typename Mem >
template<unsigned int p, typename S >
void encapc< dim, void, Mem >::set ( S &  ele)
inline

set the data

Definition at line 693 of file Encap.hpp.


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