|
|
Something that supports a set of prediction engines. More...
#include <RobotAPI/libraries/armem/core/base/detail/Predictive.h>
Inheritance diagram for PredictiveContainer< DerivedT >:Public Member Functions | |
| std::map< MemoryID, std::vector< PredictionEngine > > | getAllPredictionEngines () const |
Public Member Functions inherited from Predictive< DerivedT > | |
| void | addPredictionEngine (const PredictionEngine &engine) |
| std::map< MemoryID, std::vector< PredictionEngine > > | getAllPredictionEngines () const |
| const std::vector< PredictionEngine > & | predictionEngines () const |
| Predictive (const std::vector< PredictionEngine > &engines={}) | |
| void | setPredictionEngines (const std::vector< PredictionEngine > &engines) |
Something that supports a set of prediction engines.
Definition at line 88 of file Predictive.h.
|
inline |