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

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

Typedefs

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