#include <ratedMoveVector.h>
Public Member Functions | |
void | sort () |
ratingが高い順にsort More... | |
const RatedMove * | find (Move) const |
Private Types | |
typedef RatedMoveVectorBase | base_t |
Definition at line 16 of file ratedMoveVector.h.
|
private |
Definition at line 18 of file ratedMoveVector.h.
const osl::rating::RatedMove * osl::rating::RatedMoveVector::find | ( | Move | m) | const |
Definition at line 31 of file ratedMoveVector.cc.
Referenced by show(), and test_position().
void osl::rating::RatedMoveVector::sort | ( | ) |
ratingが高い順にsort
Definition at line 26 of file ratedMoveVector.cc.
Referenced by osl::rating::FeatureSet::generateRating().