|
typedef std::vector< Value >::const_iterator | const_iterator |
|
typedef std::vector< Value >::iterator | iterator |
|
typedef std::vector< Value >::const_reverse_iterator | const_reverse_iterator |
|
typedef std::vector< Value >::reverse_iterator | reverse_iterator |
|
iterator | begin () |
|
const_iterator | begin () const |
|
iterator | end () |
|
const_iterator | end () const |
|
reverse_iterator | rbegin () |
|
const_reverse_iterator | rbegin () const |
|
reverse_iterator | rend () |
|
const_reverse_iterator | rend () const |
|
size_t | size () const |
|
bool | empty () const |
|
bool | operator== (const SmallSet &o) const |
|
bool | operator!= (const SmallSet &o) const |
|
void | clear () |
|
int | binary_search (const Value &value) const |
|
const_iterator | find (const Value &value) const |
|
iterator | find (const Value &value) |
|
Value & | add (const Value &item) |
|
void | rearrange_dirty () const |
|
std::vector< Value > | items |
|
size_t | dirty |
|
The documentation for this struct was generated from the following file: