|
presage
0.9.1
|
#include <predictorRegistry.h>

Public Member Functions | |
| Iterator (std::vector< Predictor * > &) | |
| ~Iterator () | |
| bool | hasNext () const |
| Predictor * | next () |
Private Attributes | |
| std::vector< Predictor * >::iterator | iter_end |
| std::vector< Predictor * >::iterator | iter_curr |
Definition at line 52 of file predictorRegistry.h.
| PredictorRegistry::Iterator::Iterator | ( | std::vector< Predictor * > & | cont | ) |
Definition at line 239 of file predictorRegistry.cpp.
| PredictorRegistry::Iterator::~Iterator | ( | ) |
Definition at line 244 of file predictorRegistry.cpp.
| bool PredictorRegistry::Iterator::hasNext | ( | ) | const |
Definition at line 247 of file predictorRegistry.cpp.
Referenced by ContextTracker::learn(), and PredictorActivator::predict().

| Predictor * PredictorRegistry::Iterator::next | ( | ) |
Definition at line 254 of file predictorRegistry.cpp.
Referenced by ContextTracker::learn(), and PredictorActivator::predict().

Definition at line 62 of file predictorRegistry.h.
Definition at line 61 of file predictorRegistry.h.
1.8.16