presage  0.8.7
Public Member Functions | Private Attributes
PredictorRegistry::Iterator Class Reference

#include <predictorRegistry.h>

List of all members.

Public Member Functions

 Iterator (std::vector< Predictor * > &)
 ~Iterator ()
bool hasNext () const
Predictornext ()

Private Attributes

std::vector< Predictor * >
::iterator 
iter_end
std::vector< Predictor * >
::iterator 
iter_curr

Detailed Description

Definition at line 53 of file predictorRegistry.h.


Constructor & Destructor Documentation

PredictorRegistry::Iterator::Iterator ( std::vector< Predictor * > &  cont)

Definition at line 154 of file predictorRegistry.cpp.

Definition at line 159 of file predictorRegistry.cpp.


Member Function Documentation

Definition at line 162 of file predictorRegistry.cpp.

Referenced by PredictorActivator::predict(), and ContextTracker::update().

Here is the caller graph for this function:

Definition at line 169 of file predictorRegistry.cpp.

Referenced by PredictorActivator::predict(), and ContextTracker::update().

Here is the caller graph for this function:


Member Data Documentation

Definition at line 63 of file predictorRegistry.h.

Definition at line 62 of file predictorRegistry.h.


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