Vowpal Wabbit
Public Member Functions | List of all members
ACTION_SCORE::score_iterator Class Reference

#include <action_score.h>

Inheritance diagram for ACTION_SCORE::score_iterator:

Public Member Functions

 score_iterator (action_score *p)
 
score_iteratoroperator++ ()
 
score_iterator operator+ (size_t n)
 
bool operator== (const score_iterator &other) const
 
bool operator!= (const score_iterator &other) const
 
bool operator< (const score_iterator &other) const
 
size_t operator- (const score_iterator &other) const
 
float & operator* ()
 

Constructor & Destructor Documentation

ACTION_SCORE::score_iterator::score_iterator ( action_score p)
inline

Member Function Documentation

bool ACTION_SCORE::score_iterator::operator!= ( const score_iterator other) const
inline
float& ACTION_SCORE::score_iterator::operator* ( )
inline
score_iterator ACTION_SCORE::score_iterator::operator+ ( size_t  n)
inline
score_iterator& ACTION_SCORE::score_iterator::operator++ ( )
inline
size_t ACTION_SCORE::score_iterator::operator- ( const score_iterator other) const
inline
bool ACTION_SCORE::score_iterator::operator< ( const score_iterator other) const
inline
bool ACTION_SCORE::score_iterator::operator== ( const score_iterator other) const
inline

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