Home | Download | Screen shots | Discussion | Documentation |
---|
Collaboration diagram for openvrml::node::route:
Public Member Functions | |
route (const std::string &from_eventout, const node_ptr &to_node, const std::string &to_eventin) | |
Constructor. | |
route (const route &route) | |
Copy constructor. | |
Public Attributes | |
const std::string | from_eventout |
The name of the eventOut the route is coming from. | |
const node_ptr | to_node |
The node the route is going to. | |
const std::string | to_eventin |
The name of the eventIn on to_node that the route is going to. | |
Related Functions | |
(Note that these are not member functions.) | |
bool | operator== (const node::route &lhs, const node::route &rhs) |
Compare two routes for equality. | |
bool | operator!= (const node::route &lhs, const node::route &rhs) |
Compare two routes for inequality. |
|
Constructor.
|
|
Copy constructor.
|
|
Compare two routes for inequality.
|
|
Compare two routes for equality.
|