|
My Project
|
#include <container.h>
Additional Inherited Members | |
Public Types inherited from osl::FixedCapacityVector< Move, CheckOrEscapeMaxUniqMoves > | |
| typedef array_t::value_type | value_type |
| typedef array_t::iterator | iterator |
| typedef array_t::const_iterator | const_iterator |
Public Member Functions inherited from osl::FixedCapacityVector< Move, CheckOrEscapeMaxUniqMoves > | |
| FixedCapacityVector () | |
| FixedCapacityVector (size_t size) | |
| FixedCapacityVector (FixedCapacityVector const &rhs) | |
| FixedCapacityVector (const RangeIterator &first, const RangeIterator &last) | |
| ~FixedCapacityVector () | |
| FixedCapacityVector & | operator= (FixedCapacityVector const &rhs) |
| Move & | operator[] (size_t i) |
| Move const & | operator[] (size_t i) const |
| iterator | begin () |
| const_iterator | begin () const |
| iterator | end () |
| const_iterator | end () const |
| Move & | front () |
| const Move & | front () const |
| Move & | back () |
| const Move & | back () const |
| void | push_back (const Move &e) |
| void | push_back (const RangeIterator &first, const RangeIterator &last) |
| void | pop_back () |
| void | clear () |
| void | resize (size_t new_length) |
| void | erase (const Move &e) |
| void | unique () |
| 重複する要素を取り除く | |
| size_t | size () const |
| bool | empty () const |
| size_t | capacity () const |
| bool | isMember (const Move &e, const_iterator first, const_iterator last) const |
| bool | isMember (const Move &e) const |
| detail::FixedCapacityVectorPushBack< Move > | pushBackHelper () |
Protected Types inherited from osl::FixedCapacityVector< Move, CheckOrEscapeMaxUniqMoves > | |
| typedef Array | array_t |
Protected Attributes inherited from osl::FixedCapacityVector< Move, CheckOrEscapeMaxUniqMoves > | |
| Move * | ptr |
| CArray< int64_t,(sizeof(Move[Capacity])+sizeof(int64_t) -1)/sizeof(int64_t)> | relements |
Definition at line 300 of file container.h.