Vowpal Wabbit
Public Member Functions | List of all members
example_predict::iterator Class Reference

#include <example_predict.h>

Public Member Functions

 iterator (features *feature_space, namespace_index *index)
 
featuresoperator* ()
 
iteratoroperator++ ()
 
namespace_index index ()
 
bool operator== (const iterator &rhs)
 
bool operator!= (const iterator &rhs)
 

Constructor & Destructor Documentation

example_predict::iterator::iterator ( features feature_space,
namespace_index index 
)

Member Function Documentation

namespace_index example_predict::iterator::index ( )
bool example_predict::iterator::operator!= ( const iterator rhs)
features& example_predict::iterator::operator* ( )
iterator& example_predict::iterator::operator++ ( )
bool example_predict::iterator::operator== ( const iterator rhs)

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