My Project
|
#include <ratedMoveVector.h>
Public Member Functions | |
void | sort () |
ratingが高い順にsort | |
const RatedMove * | find (Move) const |
![]() | |
FixedCapacityVector () | |
FixedCapacityVector (size_t size) | |
FixedCapacityVector (FixedCapacityVector const &rhs) | |
template<class RangeIterator > | |
FixedCapacityVector (const RangeIterator &first, const RangeIterator &last) | |
~FixedCapacityVector () | |
FixedCapacityVector & | operator= (FixedCapacityVector const &rhs) |
T & | operator[] (size_t i) |
iterator | begin () |
iterator | end () |
T & | front () |
T & | back () |
void | push_back (const T &e) |
template<class RangeIterator > | |
void | push_back (const RangeIterator &first, const RangeIterator &last) |
void | pop_back () |
void | clear () |
void | resize (size_t new_length) |
void | erase (const T &e) |
void | unique () |
重複する要素を取り除く | |
size_t | size () const |
bool | empty () const |
size_t | capacity () const |
T const & | operator[] (size_t i) const |
const_iterator | begin () const |
const_iterator | end () const |
const T & | front () const |
const T & | back () const |
bool | isMember (const T &e, const_iterator first, const_iterator last) const |
bool | isMember (const T &e) const |
detail::FixedCapacityVectorPushBack< T > | pushBackHelper () |
Private Types | |
typedef RatedMoveVectorBase | base_t |
Additional Inherited Members | |
![]() | |
typedef array_t::value_type | value_type |
typedef array_t::iterator | iterator |
typedef array_t::const_iterator | const_iterator |
![]() | |
typedef Array | array_t |
![]() | |
T * | ptr |
CArray< int64_t,(sizeof(T[Capacity])+sizeof(int64_t) -1)/sizeof(int64_t)> | relements |
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 30 of file ratedMoveVector.cc.
void osl::rating::RatedMoveVector::sort | ( | ) |
ratingが高い順にsort
Definition at line 25 of file ratedMoveVector.cc.
References osl::FixedCapacityVector< T, Capacity >::begin(), and osl::FixedCapacityVector< T, Capacity >::end().
Referenced by osl::rating::FeatureSet::generateRating().