Home | Download | Screen shots | Discussion | Documentation | Links |
---|
Public Methods | |
Route (const std::string &fromEventOut, const NodePtr &toNode, const std::string &toEventIn) | |
Constructor. | |
Route (const Route &route) | |
Copy constructor. | |
Public Attributes | |
const std::string | fromEventOut |
The name of the eventOut the route is coming from. | |
const NodePtr | toNode |
The node the route is going to. | |
const std::string | toEventIn |
The name of the eventIn on toNode that the route is going to. |
|
Constructor.
|
|
Copy constructor.
|
|
The name of the eventOut the route is coming from.
|
|
The name of the eventIn on toNode that the route is going to.
|
|
The node the route is going to.
|