My Project
|
Typedefs | |
typedef std::pair< Piece, Square > | PieceSquare |
typedef std::pair< int, int > | range_t |
typedef FixedCapacityVector< RatedMove, Move::MaxUniqMoves > | RatedMoveVectorBase |
Functions | |
std::ostream & | operator<< (std::ostream &os, RatedMove const &moveLogProb) |
bool | operator== (RatedMove const &lhs, RatedMove const &rhs) |
bool | operator< (RatedMove const &lhs, RatedMove const &rhs) |
bool | operator> (RatedMove const &lhs, RatedMove const &rhs) |
std::ostream & | operator<< (std::ostream &os, RatedMoveVector const &) |
bool | operator== (const RatedMoveVector &l, const RatedMoveVector &r) |
typedef std::pair<Piece,Square> osl::rating::PieceSquare |
typedef std::pair<int,int> osl::rating::range_t |
Definition at line 14 of file ratedMoveVector.h.
Definition at line 39 of file ratedMove.h.
References osl::rating::RatedMove::move(), osl::rating::RatedMove::optimisticRating(), and osl::rating::RatedMove::rating().
std::ostream & osl::rating::operator<< | ( | std::ostream & | os, |
RatedMove const & | moveLogProb | ||
) |
Definition at line 6 of file ratedMove.cc.
References osl::rating::RatedMove::move(), osl::rating::RatedMove::optimisticRating(), and osl::rating::RatedMove::rating().
std::ostream & osl::rating::operator<< | ( | std::ostream & | os, |
RatedMoveVector const & | mv | ||
) |
Definition at line 9 of file ratedMoveVector.cc.
bool osl::rating::operator== | ( | const RatedMoveVector & | l, |
const RatedMoveVector & | r | ||
) |
Definition at line 19 of file ratedMoveVector.cc.
References osl::FixedCapacityVector< T, Capacity >::begin(), osl::FixedCapacityVector< T, Capacity >::end(), and osl::FixedCapacityVector< T, Capacity >::size().
Definition at line 35 of file ratedMove.h.
References osl::rating::RatedMove::move(), and osl::rating::RatedMove::rating().
Definition at line 47 of file ratedMove.h.
References osl::rating::RatedMove::move(), osl::rating::RatedMove::optimisticRating(), and osl::rating::RatedMove::rating().