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 |
typedef FixedCapacityVector<RatedMove,Move::MaxUniqMoves> osl::rating::RatedMoveVectorBase |
Definition at line 14 of file ratedMoveVector.h.
|
inline |
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, |
RatedMoveVector const & | mv | ||
) |
Definition at line 10 of file ratedMoveVector.cc.
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().
bool osl::rating::operator== | ( | const RatedMoveVector & | l, |
const RatedMoveVector & | r | ||
) |
Definition at line 20 of file ratedMoveVector.cc.
|
inline |
Definition at line 35 of file ratedMove.h.
References osl::rating::RatedMove::move(), and osl::rating::RatedMove::rating().
|
inline |
Definition at line 47 of file ratedMove.h.
References osl::rating::RatedMove::move(), osl::rating::RatedMove::optimisticRating(), and osl::rating::RatedMove::rating().