Prediction.h File Reference
+ Include dependency graph for Prediction.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Prediction< DerivedT >
 Can do predictions, but has no children it could delegate predictions to. More...
 
class  PredictionContainer< DerivedT >
 Can do predictions itself and has children it could delegate predictions to. More...
 

Namespaces

namespace  armarx
 This file offers overloads of toIce() and fromIce() functions for STL container types.
 
namespace  armarx::armem
 
namespace  armarx::armem::server
 
namespace  armarx::armem::server::wm
 
namespace  armarx::armem::server::wm::detail
 

Typedefs

using Predictor = std::function<PredictionResult(const PredictionRequest&)>