Represents a route. More...
#include <Namespace.h>
Public Member Functions | |
| Route (const std::string &f, const std::string &t) | |
| Creates a new Route object. | |
Public Attributes | |
| std::string | from |
| The "from" label. | |
| std::string | to |
| The "to" label. | |
Represents a route.
| InstantIO::Namespace::Route::Route | ( | const std::string & | f, | |
| const std::string & | t | |||
| ) | [inline] |
Creates a new Route object.
| f | The "from" label. | |
| t | The "to" label. |
1.6.3