My Project
Public Member Functions | List of all members
checkmate::DualDfpn::OraclePool::List Struct Reference
Inheritance diagram for checkmate::DualDfpn::OraclePool::List:
osl::FixedCapacityVector< Element, max_oracle_list_size >

Public Member Functions

void add (const Element &e)
 
- Public Member Functions inherited from osl::FixedCapacityVector< Element, max_oracle_list_size >
 FixedCapacityVector ()
 
 FixedCapacityVector (size_t size)
 
 FixedCapacityVector (FixedCapacityVector const &rhs)
 
 FixedCapacityVector (const RangeIterator &first, const RangeIterator &last)
 
 ~FixedCapacityVector ()
 
FixedCapacityVectoroperator= (FixedCapacityVector const &rhs)
 
Element & operator[] (size_t i)
 
Element const & operator[] (size_t i) const
 
iterator begin ()
 
const_iterator begin () const
 
iterator end ()
 
const_iterator end () const
 
Element & front ()
 
const Element & front () const
 
Element & back ()
 
const Element & back () const
 
void push_back (const Element &e)
 
void push_back (const RangeIterator &first, const RangeIterator &last)
 
void pop_back ()
 
void clear ()
 
void resize (size_t new_length)
 
void erase (const Element &e)
 
void unique ()
 重複する要素を取り除く
 
size_t size () const
 
bool empty () const
 
size_t capacity () const
 
bool isMember (const Element &e, const_iterator first, const_iterator last) const
 
bool isMember (const Element &e) const
 
detail::FixedCapacityVectorPushBack< Element > pushBackHelper ()
 

Additional Inherited Members

- Public Types inherited from osl::FixedCapacityVector< Element, max_oracle_list_size >
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< Element, max_oracle_list_size >
typedef Array array_t
 
- Protected Attributes inherited from osl::FixedCapacityVector< Element, max_oracle_list_size >
Element * ptr
 
CArray< int64_t,(sizeof(Element[Capacity])+sizeof(int64_t) -1)/sizeof(int64_t)> relements
 

Detailed Description

Definition at line 46 of file dualDfpn.cc.

Member Function Documentation

◆ add()

void checkmate::DualDfpn::OraclePool::List::add ( const Element e)
inline

The documentation for this struct was generated from the following file: