|
presage
0.9.2~beta
|
#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 53 of file predictorRegistry.h.
| PredictorRegistry::Iterator::Iterator | ( | std::vector< Predictor *> & | cont | ) |
Definition at line 240 of file predictorRegistry.cpp.
| PredictorRegistry::Iterator::~Iterator | ( | ) |
Definition at line 245 of file predictorRegistry.cpp.
| bool PredictorRegistry::Iterator::hasNext | ( | ) | const |
Definition at line 248 of file predictorRegistry.cpp.
Referenced by ContextTracker::learn(), and PredictorActivator::predict().

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

Definition at line 63 of file predictorRegistry.h.
Definition at line 62 of file predictorRegistry.h.
1.8.14