Routing base class.
More...
#include <senf/PPI/Route.hh>
Routing base class.
Routing information is defined within each module to define the control flow. RouteBase is the generic base class for all routing entries.
Definition at line 34 of file Route.hh.
◆ ~RouteBase()
virtual senf::ppi::RouteBase::~RouteBase |
( |
| ) |
|
|
virtual |
◆ RouteBase()
senf::ppi::RouteBase::RouteBase |
( |
| ) |
|
|
protected |
◆ hasConnector()
true
, if route has connector conn
◆ hasEvent()
true
, if route has event event
◆ source()
Source& senf::ppi::RouteBase::source |
( |
| ) |
const |
|
protected |
Routing source.
- Note
- The real implementation is in the
BaseRouteImplementation
template in Route.ih
. This class is internal and not documented.
◆ target()
Target& senf::ppi::RouteBase::target |
( |
| ) |
const |
|
protected |
Routing target.
- Note
- The real implementation is in the
BaseRouteImplementation
template in Route.ih
. This class is internal and not documented.
The documentation for this class was generated from the following file: