|
bitrl & cuberl Documentation
Simulation engine for reinforcement learning agents
|
Class that represents the Node of a graph. More...
#include <boost_serial_graph.h>
Public Member Functions | |
| SerialGraphNode ()=default | |
| SerialGraphNode (const vertex_data_t &data) | |
| SerialGraphNode (vertex_data_t &&data) | |
| SerialGraphNode (const SerialGraphNode &o) | |
| SerialGraphNode & | operator= (const SerialGraphNode &o) |
| bool | operator== (const SerialGraphNode &o) const |
| bool | operator!= (const SerialGraphNode &o) const |
Public Attributes | |
| vertex_data_t | data |
| uint_t | id {bitrl::consts::INVALID_ID} |
Class that represents the Node of a graph.
|
default |
| bitrl::utils::BoostSerialGraph< VertexData, EdgeData >::SerialGraphNode::SerialGraphNode | ( | const vertex_data_t & | data | ) |
| bitrl::utils::BoostSerialGraph< VertexData, EdgeData >::SerialGraphNode::SerialGraphNode | ( | vertex_data_t && | data | ) |
| bitrl::utils::BoostSerialGraph< VertexData, EdgeData >::SerialGraphNode::SerialGraphNode | ( | const SerialGraphNode & | o | ) |
|
inline |
| BoostSerialGraph< VertexData, EdgeData >::SerialGraphNode & bitrl::utils::BoostSerialGraph< VertexData, EdgeData >::SerialGraphNode::operator= | ( | const SerialGraphNode & | o | ) |
|
inline |
| vertex_data_t bitrl::utils::BoostSerialGraph< VertexData, EdgeData >::SerialGraphNode::data |
| uint_t bitrl::utils::BoostSerialGraph< VertexData, EdgeData >::SerialGraphNode::id {bitrl::consts::INVALID_ID} |