senf::ppi::RouteBase Class Reference
Routing base class.
More...
#include <senf/PPI/Route.hh>
List of all members.
Detailed Description
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 44 of file Route.hh.
Constructor & Destructor Documentation
senf::ppi::RouteBase:: |
~RouteBase |
() |
|
|
|
|
Member Function Documentation
true
, if route has event event
Definition at line 45 of file Route.cci.
Source& senf::ppi::RouteBase:: |
source |
() |
|
|
|
|
Routing source.
- Note:
- The real implementation is in the
BaseRouteImplementation
template in Route.ih
. This class is internal and not documented.
Target& senf::ppi::RouteBase:: |
target |
() |
|
|
|
|
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 files: