#include <SortedVectorSet.hpp>
Public Types | |
typedef T | key_type |
typedef T | data_type |
typedef T | value_type |
typedef Compare | key_compare |
typedef Compare | value_compare |
typedef container_t::pointer | pointer |
typedef container_t::const_pointer | const_pointer |
typedef container_t::reference | reference |
typedef container_t::const_reference | const_reference |
typedef container_t::iterator | iterator |
typedef container_t::const_iterator | const_iterator |
typedef container_t::reverse_iterator | reverse_iterator |
typedef container_t::const_reverse_iterator | const_reverse_iterator |
typedef container_t::size_type | size_type |
typedef container_t::difference_type | difference_type |
Public Member Functions | |
SortedVectorSet () | |
SortedVectorSet (container_t *toWrap) | |
template<class InputIterator> | |
SortedVectorSet (InputIterator first, InputIterator last) | |
const_iterator | begin () const |
const_iterator | end () const |
const_reverse_iterator | rbegin () const |
const_reverse_iterator | rend () const |
bool | empty () const |
size_type | size () const |
size_type | max_size () const |
void | swap (SortedVectorSet< T, Compare > &x) |
std::pair< iterator, bool > | insert (const value_type &x) |
iterator | insert (iterator, const value_type &x) |
template<class InputIterator> | |
void | insert (InputIterator first, InputIterator last) |
void | erase (iterator position) |
size_type | erase (const key_type &x) |
void | erase (iterator first, iterator last) |
void | clear () |
iterator | find (const key_type &x) |
const_iterator | find (const key_type &x) const |
size_type | count (const key_type &x) const |
iterator | lower_bound (const key_type &x) |
const_iterator | lower_bound (const key_type &x) const |
iterator | upper_bound (const key_type &x) |
const_iterator | upper_bound (const key_type &x) const |
std::pair< iterator, iterator > | equal_range (const key_type &x) |
std::pair< const_iterator, const_iterator > | equal_range (const key_type &x) const |
Private Types | |
typedef std::vector< T > | container_t |
Private Member Functions | |
bool | equivalent (const key_type &x, const key_type &y) const |
Private Attributes | |
COWReference< container_t > | m_impl |
Friends | |
bool | operator== (const SortedVectorSet< T, Compare > &x, const SortedVectorSet< T, Compare > &y) |
bool | operator< (const SortedVectorSet< T, Compare > &x, const SortedVectorSet< T, Compare > &y) |
Definition at line 61 of file SortedVectorSet.hpp.
|
Definition at line 83 of file SortedVectorSet.hpp. |
|
Definition at line 79 of file SortedVectorSet.hpp. |
|
Definition at line 81 of file SortedVectorSet.hpp. |
|
Definition at line 85 of file SortedVectorSet.hpp. |
|
Definition at line 63 of file SortedVectorSet.hpp. |
|
Definition at line 74 of file SortedVectorSet.hpp. |
|
Definition at line 87 of file SortedVectorSet.hpp. |
|
Definition at line 82 of file SortedVectorSet.hpp. |
|
Definition at line 76 of file SortedVectorSet.hpp. |
|
Definition at line 73 of file SortedVectorSet.hpp. |
|
Definition at line 78 of file SortedVectorSet.hpp. |
|
Definition at line 80 of file SortedVectorSet.hpp. |
|
Definition at line 84 of file SortedVectorSet.hpp. |
|
Definition at line 86 of file SortedVectorSet.hpp. |
|
Definition at line 77 of file SortedVectorSet.hpp. |
|
Definition at line 75 of file SortedVectorSet.hpp. |
|
Definition at line 88 of file SortedVectorSet.hpp. |
|
Definition at line 89 of file SortedVectorSet.hpp. |
|
Definition at line 92 of file SortedVectorSet.hpp. |
|
Definition at line 97 of file SortedVectorSet.hpp. |
|
Definition at line 156 of file SortedVectorSet.hpp. |
|
|
Definition at line 101 of file SortedVectorSet.hpp. |
|
Definition at line 98 of file SortedVectorSet.hpp. |
|
Definition at line 219 of file SortedVectorSet.hpp. |
|
Definition at line 213 of file SortedVectorSet.hpp. |
|
Definition at line 230 of file SortedVectorSet.hpp. Referenced by BLOCXX_NAMESPACE::SortedVectorSet< String >::insert(). |
|
Definition at line 152 of file SortedVectorSet.hpp. |
|
Definition at line 139 of file SortedVectorSet.hpp. |
|
Definition at line 135 of file SortedVectorSet.hpp. |
|
Definition at line 172 of file SortedVectorSet.hpp. |
|
Definition at line 160 of file SortedVectorSet.hpp. |
|
Definition at line 127 of file SortedVectorSet.hpp. |
|
Definition at line 120 of file SortedVectorSet.hpp. |
|
Definition at line 108 of file SortedVectorSet.hpp. |
|
Definition at line 199 of file SortedVectorSet.hpp. |
|
Definition at line 195 of file SortedVectorSet.hpp. |
|
Definition at line 103 of file SortedVectorSet.hpp. |
|
Definition at line 99 of file SortedVectorSet.hpp. |
|
Definition at line 100 of file SortedVectorSet.hpp. |
|
Definition at line 102 of file SortedVectorSet.hpp. Referenced by BLOCXX_NAMESPACE::LogAppender::getLogLevel(). |
|
Definition at line 104 of file SortedVectorSet.hpp. Referenced by BLOCXX_NAMESPACE::swap(). |
|
Definition at line 207 of file SortedVectorSet.hpp. |
|
Definition at line 203 of file SortedVectorSet.hpp. |
|
|
|
|
|