Jpp
16.0.3
the software that should make you happy
|
Auxiliary class to define policy for invalid modules. More...
#include <JPolicy.hh>
Public Member Functions | |
template<class T > | |
JPolicy (const JModuleRouter &router, T __begin, T __end, const size_t size=1) | |
Constructor. More... | |
Auxiliary class to define policy for invalid modules.
The policy is defined as a map of the identifier of a module to a list of identifiers of valid modules.
For invalid modules, the valid modules in the nearest floors in the same string are selected.
Definition at line 31 of file JPolicy.hh.
|
inline |
Constructor.
router | module router |
__begin | begin of list with identifiers of valid modules |
__end | end of list with identifiers of valid modules |
size | minimum number of valid modules in case of an invalid module |
Definition at line 44 of file JPolicy.hh.