|
Something that supports a set of prediction engines. More...
#include <RobotAPI/libraries/armem/core/base/detail/Predictive.h>
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 91 of file Predictive.h.
|
inline |