My Project
Public Member Functions | Private Types | List of all members
osl::rating::RatedMoveVector Class Reference

#include <ratedMoveVector.h>

Inheritance diagram for osl::rating::RatedMoveVector:
osl::FixedCapacityVector< T, Capacity >

Public Member Functions

void sort ()
 ratingが高い順にsort
 
const RatedMovefind (Move) const
 
- Public Member Functions inherited from osl::FixedCapacityVector< T, Capacity >
 FixedCapacityVector ()
 
 FixedCapacityVector (size_t size)
 
 FixedCapacityVector (FixedCapacityVector const &rhs)
 
template<class RangeIterator >
 FixedCapacityVector (const RangeIterator &first, const RangeIterator &last)
 
 ~FixedCapacityVector ()
 
FixedCapacityVectoroperator= (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

- Public Types inherited from osl::FixedCapacityVector< T, Capacity >
typedef array_t::value_type value_type
 
typedef array_t::iterator iterator
 
typedef array_t::const_iterator const_iterator
 
- Protected Types inherited from osl::FixedCapacityVector< T, Capacity >
typedef Array array_t
 
- Protected Attributes inherited from osl::FixedCapacityVector< T, Capacity >
T * ptr
 
CArray< int64_t,(sizeof(T[Capacity])+sizeof(int64_t) -1)/sizeof(int64_t)> relements
 

Detailed Description

Definition at line 16 of file ratedMoveVector.h.

Member Typedef Documentation

◆ base_t

Definition at line 18 of file ratedMoveVector.h.

Member Function Documentation

◆ find()

const osl::rating::RatedMove * osl::rating::RatedMoveVector::find ( Move  m) const

Definition at line 30 of file ratedMoveVector.cc.

◆ sort()

void osl::rating::RatedMoveVector::sort ( )

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