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

Detailed Description

Definition at line 76 of file dist_map_graph_unit_test.hpp.

Data Structures

struct  attributes
 Attributes name. More...
 

Public Types

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

Public Member Functions

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

Static Public Member Functions

static bool noPointers ()
 

Data Fields

type data
 The data.
 

Static Public Attributes

static const unsigned int prop = 0
 srcgid property id in boost::fusion::vector
 
static const unsigned int max_prop = 1
 total number of properties boost::fusion::vector
 

Member Typedef Documentation

◆ type

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

Definition at line 78 of file dist_map_graph_unit_test.hpp.

Constructor & Destructor Documentation

◆ ed() [1/2]

ed::ed ( )
inline

Definition at line 94 of file dist_map_graph_unit_test.hpp.

◆ ed() [2/2]

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

Definition at line 104 of file dist_map_graph_unit_test.hpp.

Member Function Documentation

◆ get()

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

Definition at line 99 of file dist_map_graph_unit_test.hpp.

◆ noPointers()

static bool ed::noPointers ( )
inlinestatic

Definition at line 116 of file dist_map_graph_unit_test.hpp.

◆ operator=()

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

Definition at line 109 of file dist_map_graph_unit_test.hpp.

Field Documentation

◆ data

type ed::data

The data.

Definition at line 87 of file dist_map_graph_unit_test.hpp.

◆ max_prop

const unsigned int ed::max_prop = 1
static

total number of properties boost::fusion::vector

Definition at line 92 of file dist_map_graph_unit_test.hpp.

◆ prop

const unsigned int ed::prop = 0
static

srcgid property id in boost::fusion::vector

Definition at line 90 of file dist_map_graph_unit_test.hpp.


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