OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
E_p< T > Class Template Reference

Edge class that encapsulate an object T. More...

Detailed Description

template<typename T>
class E_p< T >

Edge class that encapsulate an object T.

Edge class that encapsulate an object T that store the property of the edge It is basically used to append a field size_t to the original object T, this field is the neighborhood vertex in the adjacency list

Definition at line 21 of file trash_bin.hpp.

#include <trash_bin.hpp>

Public Types

typedef boost::fusion::result_of::push_front< typenameT::type, size_t >::type E_a
 insert a size_t property to the boost::vector
 
typedef E_a type
 type for the edge
 

Data Fields

E_a data
 

Member Typedef Documentation

◆ E_a

template<typename T >
typedef boost::fusion::result_of::push_front<typenameT::type,size_t>::type E_p< T >::E_a

insert a size_t property to the boost::vector

Definition at line 25 of file trash_bin.hpp.

◆ type

template<typename T >
typedef E_a E_p< T >::type

type for the edge

Definition at line 28 of file trash_bin.hpp.

Field Documentation

◆ data

template<typename T >
E_a E_p< T >::data

Definition at line 30 of file trash_bin.hpp.


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