OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
e_info Class Reference

Detailed Description

Definition at line 135 of file dist_map_graph.hpp.

Public Types

typedef boost::fusion::vector< size_t, size_t > type
 

Public Member Functions

template<unsigned int id>
auto get () -> decltype(boost::fusion::at_c< id >(data))
 
template<unsigned int id>
auto get () const -> const decltype(boost::fusion::at_c< id >(data))
 
template<unsigned int dim, typename Mem >
 e_info (const encapc< dim, e_info, Mem > &p)
 
template<unsigned int dim, typename Mem >
e_infooperator= (const encapc< dim, e_info, Mem > &p)
 

Static Public Member Functions

static bool noPointers ()
 

Data Fields

type data
 

Static Public Attributes

static const unsigned int sgid = 0
 
static const unsigned int dgid = 1
 
static const unsigned int max_prop = 2
 

Member Typedef Documentation

◆ type

typedef boost::fusion::vector<size_t, size_t> e_info::type

Definition at line 138 of file dist_map_graph.hpp.

Constructor & Destructor Documentation

◆ e_info() [1/2]

e_info::e_info ( )
inline

Definition at line 146 of file dist_map_graph.hpp.

◆ e_info() [2/2]

template<unsigned int dim, typename Mem >
e_info::e_info ( const encapc< dim, e_info, Mem > &  p)
inline

Definition at line 160 of file dist_map_graph.hpp.

Member Function Documentation

◆ get() [1/2]

template<unsigned int id>
auto e_info::get ( ) -> decltype(boost::fusion::at_c < id > (data))
inline

Definition at line 150 of file dist_map_graph.hpp.

◆ get() [2/2]

template<unsigned int id>
auto e_info::get ( ) const -> const decltype(boost::fusion::at_c < id > (data))
inline

Definition at line 155 of file dist_map_graph.hpp.

◆ noPointers()

static bool e_info::noPointers ( )
inlinestatic

Definition at line 173 of file dist_map_graph.hpp.

◆ operator=()

template<unsigned int dim, typename Mem >
e_info & e_info::operator= ( const encapc< dim, e_info, Mem > &  p)
inline

Definition at line 165 of file dist_map_graph.hpp.

Field Documentation

◆ data

type e_info::data

Definition at line 140 of file dist_map_graph.hpp.

◆ dgid

const unsigned int e_info::dgid = 1
static

Definition at line 143 of file dist_map_graph.hpp.

◆ max_prop

const unsigned int e_info::max_prop = 2
static

Definition at line 144 of file dist_map_graph.hpp.

◆ sgid

const unsigned int e_info::sgid = 0
static

Definition at line 142 of file dist_map_graph.hpp.


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