My Project
|
#include <square8.h>
Public Types | |
typedef FixedCapacityVector< uint8_t, 8 > | base_t |
![]() | |
typedef array_t::value_type | value_type |
typedef array_t::iterator | iterator |
typedef array_t::const_iterator | const_iterator |
Public Member Functions | |
void | push_back (Square position) |
bool | isMember (Square position) const |
const Square | operator[] (size_t i) const |
![]() | |
FixedCapacityVector () | |
FixedCapacityVector (size_t size) | |
FixedCapacityVector (FixedCapacityVector const &rhs) | |
FixedCapacityVector (const RangeIterator &first, const RangeIterator &last) | |
~FixedCapacityVector () | |
FixedCapacityVector & | operator= (FixedCapacityVector const &rhs) |
uint8_t & | operator[] (size_t i) |
uint8_t const & | operator[] (size_t i) const |
iterator | begin () |
const_iterator | begin () const |
iterator | end () |
const_iterator | end () const |
uint8_t & | front () |
const uint8_t & | front () const |
uint8_t & | back () |
const uint8_t & | back () const |
void | push_back (const uint8_t &e) |
void | push_back (const RangeIterator &first, const RangeIterator &last) |
void | pop_back () |
void | clear () |
void | resize (size_t new_length) |
void | erase (const uint8_t &e) |
void | unique () |
重複する要素を取り除く | |
size_t | size () const |
bool | empty () const |
size_t | capacity () const |
bool | isMember (const uint8_t &e, const_iterator first, const_iterator last) const |
bool | isMember (const uint8_t &e) const |
detail::FixedCapacityVectorPushBack< uint8_t > | pushBackHelper () |
Additional Inherited Members | |
![]() | |
typedef Array | array_t |
![]() | |
uint8_t * | ptr |
CArray< int64_t,(sizeof(uint8_t[Capacity])+sizeof(int64_t) -1)/sizeof(int64_t)> | relements |
typedef FixedCapacityVector<uint8_t,8> osl::container::Square8::base_t |
|
inline |
Definition at line 22 of file square8.h.
References osl::FixedCapacityVector< uint8_t, 8 >::isMember(), and osl::Square::uintValue().
Referenced by osl::rating::SendOffGroup::findMatch(), osl::rating::SendOff::match(), and osl::move_probability::SendOff::match().
|
inline |
Definition at line 26 of file square8.h.
References osl::Square::makeDirect().
|
inline |
Definition at line 18 of file square8.h.
References osl::FixedCapacityVector< uint8_t, 8 >::push_back(), and osl::Square::uintValue().
Referenced by osl::effect_util::SendOffSquare::find(), and osl::effect_util::SendOffSquare::unpack().