|
torc-master
|
Provides the interface for net routers. More...
#include <RouterHeuristicBase.hpp>
Inheritance diagram for torc::router::RouterHeuristicBase:
Collaboration diagram for torc::router::RouterHeuristicBase:Public Member Functions | |
| RouterHeuristicBase (DDB &inDB) | |
| Public Constructor. More... | |
| virtual | ~RouterHeuristicBase () |
| Destructor. More... | |
| boost::any | getParameter (boost::uint32_t index) |
| Get a parameter. More... | |
| void | setParameter (boost::uint32_t index, boost::any inParameter) |
| Set a parameter. More... | |
| virtual void | processParameters () |
| Do something with the parameters. More... | |
Protected Attributes | |
| DDB & | mDB |
| Database reference. More... | |
| ParameterMap | mParameters |
| Parameter map. More... | |
Private Types | |
| typedef architecture::DDB | DDB |
| Imported type names. More... | |
| typedef boost::unordered_map < boost::uint32_t, boost::any > | ParameterMap |
Provides the interface for net routers.
Definition at line 31 of file RouterHeuristicBase.hpp.
|
private |
Imported type names.
Definition at line 34 of file RouterHeuristicBase.hpp.
|
private |
Definition at line 35 of file RouterHeuristicBase.hpp.
|
inline |
Public Constructor.
Definition at line 47 of file RouterHeuristicBase.hpp.
|
inlinevirtual |
|
inline |
Get a parameter.
Definition at line 52 of file RouterHeuristicBase.hpp.
Here is the caller graph for this function:
|
inlinevirtual |
Do something with the parameters.
Reimplemented in torc::router::PathFinderNetRouterHeuristic.
Definition at line 64 of file RouterHeuristicBase.hpp.
Here is the caller graph for this function:
|
inline |
Set a parameter.
Definition at line 60 of file RouterHeuristicBase.hpp.
Here is the caller graph for this function:
|
protected |
Database reference.
Definition at line 40 of file RouterHeuristicBase.hpp.
|
protected |
Parameter map.
Definition at line 42 of file RouterHeuristicBase.hpp.