PredictiveContainer< DerivedT > Class Template Reference

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)
 

Detailed Description

template<class DerivedT>
class armarx::armem::base::detail::PredictiveContainer< DerivedT >

Something that supports a set of prediction engines.

Definition at line 91 of file Predictive.h.

Member Function Documentation

◆ getAllPredictionEngines()

std::map<MemoryID, std::vector<PredictionEngine> > getAllPredictionEngines ( ) const
inline

Definition at line 99 of file Predictive.h.

+ Here is the caller graph for this function:

The documentation for this class was generated from the following file: