CORGI
An open source project by
FPL.
|
Contains the data for each Entity registered with the GraphComponent. More...
#include <graph.h>
Contains the data for each Entity registered with the GraphComponent.
Public Member Functions | |
GraphData () | |
The default constructor for an empty GraphData. | |
GraphData (GraphData &&other) | |
The move constructor for a GraphData. More... | |
GraphData & | operator= (GraphData &&other) |
The move assignment operator for GraphData. More... | |
Public Attributes | |
std::vector < SerializableGraphState > | graphs |
A vector of all the graph states. | |
breadboard::NodeEventBroadcaster | broadcaster |
A NodeEventBroadcaster that broadcasts events to any registered NodeEventListeners. | |
|
inline |