Test node
Definition at line 15 of file CartesianGraphFactory_unit_test.hpp.
#include <CartesianGraphFactory_unit_test.hpp>
Data Structures | |
struct | attributes |
Attributes name. More... | |
Public Types | |
typedef boost::fusion::vector< size_t, size_t, size_t > | type |
The node contain 3 unsigned long integer for comunication computation and memory. | |
Data Fields | |
type | data |
The data. | |
Static Public Attributes | |
static const unsigned int | communication = 0 |
communication property id in boost::fusion::vector | |
static const unsigned int | computation = 1 |
computation property id in boost::fusion::vector | |
static const unsigned int | memory = 2 |
memory property id in boost::fusion::vector | |
static const unsigned int | max_prop = 3 |
total number of properties boost::fusion::vector | |
typedef boost::fusion::vector<size_t,size_t,size_t> node_cp::type |
The node contain 3 unsigned long integer for comunication computation and memory.
Definition at line 18 of file CartesianGraphFactory_unit_test.hpp.
|
static |
communication property id in boost::fusion::vector
Definition at line 30 of file CartesianGraphFactory_unit_test.hpp.
|
static |
computation property id in boost::fusion::vector
Definition at line 32 of file CartesianGraphFactory_unit_test.hpp.
type node_cp::data |
The data.
Definition at line 27 of file CartesianGraphFactory_unit_test.hpp.
|
static |
total number of properties boost::fusion::vector
Definition at line 36 of file CartesianGraphFactory_unit_test.hpp.
|
static |
memory property id in boost::fusion::vector
Definition at line 34 of file CartesianGraphFactory_unit_test.hpp.