Vowpal Wabbit
Loading...
Searching...
No Matches
Public Member Functions | List of all members
VW::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) const
 
bool operator!= (const iterator &rhs) const
 

Constructor & Destructor Documentation

◆ iterator()

Member Function Documentation

◆ index()

namespace_index VW::example_predict::iterator::index ( )

◆ operator!=()

bool VW::example_predict::iterator::operator!= ( const iterator rhs) const

◆ operator*()

features & VW::example_predict::iterator::operator* ( )

◆ operator++()

iterator & VW::example_predict::iterator::operator++ ( )

◆ operator==()

bool VW::example_predict::iterator::operator== ( const iterator rhs) const

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