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

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

Detailed Description

template<typename T>
class V_p< T >

Vertex class that encapsulate an object T.

Vertex class that encapsulate an object T that store the property of the vertex It is basically used to insert a field size_t to the original object T, this field is the end list point in the adjacency list

Definition at line 42 of file trash_bin.hpp.

#include <trash_bin.hpp>

Public Types

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

Data Fields

V_a data
 

Member Typedef Documentation

◆ type

template<typename T >
typedef V_a V_p< T >::type

type for the vertex

Definition at line 49 of file trash_bin.hpp.

◆ V_a

template<typename T >
typedef boost::fusion::result_of::push_front<typenameT::type,size_t>::type V_p< T >::V_a

insert a size_t property to the boost::vector

Definition at line 46 of file trash_bin.hpp.

Field Documentation

◆ data

template<typename T >
V_a V_p< T >::data

Definition at line 51 of file trash_bin.hpp.


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