#include <OW_SortedVectorSet.hpp>
Collaboration diagram for OW_NAMESPACE::SortedVectorSet< T, Compare >:

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 59 of file OW_SortedVectorSet.hpp.
|
|||||
|
Definition at line 81 of file OW_SortedVectorSet.hpp. |
|
|||||
|
Definition at line 77 of file OW_SortedVectorSet.hpp. |
|
|||||
|
Definition at line 79 of file OW_SortedVectorSet.hpp. |
|
|||||
|
Definition at line 83 of file OW_SortedVectorSet.hpp. |
|
|||||
|
Definition at line 61 of file OW_SortedVectorSet.hpp. |
|
|||||
|
Definition at line 72 of file OW_SortedVectorSet.hpp. |
|
|||||
|
Definition at line 85 of file OW_SortedVectorSet.hpp. |
|
|||||
|
Definition at line 80 of file OW_SortedVectorSet.hpp. |
|
|||||
|
Definition at line 74 of file OW_SortedVectorSet.hpp. |
|
|||||
|
Definition at line 71 of file OW_SortedVectorSet.hpp. |
|
|||||
|
Definition at line 76 of file OW_SortedVectorSet.hpp. |
|
|||||
|
Definition at line 78 of file OW_SortedVectorSet.hpp. |
|
|||||
|
Definition at line 82 of file OW_SortedVectorSet.hpp. |
|
|||||
|
Definition at line 84 of file OW_SortedVectorSet.hpp. |
|
|||||
|
Definition at line 75 of file OW_SortedVectorSet.hpp. |
|
|||||
|
Definition at line 73 of file OW_SortedVectorSet.hpp. |
|
|||||||||
|
Definition at line 86 of file OW_SortedVectorSet.hpp. |
|
||||||||||
|
Definition at line 87 of file OW_SortedVectorSet.hpp. |
|
||||||||||||||||||||
|
Definition at line 90 of file OW_SortedVectorSet.hpp. |
|
|||||||||
|
Definition at line 95 of file OW_SortedVectorSet.hpp. |
|
|||||||||
|
Definition at line 154 of file OW_SortedVectorSet.hpp. |
|
||||||||||
|
|||||||||
|
Definition at line 99 of file OW_SortedVectorSet.hpp. |
|
|||||||||
|
Definition at line 96 of file OW_SortedVectorSet.hpp. Referenced by OW_NAMESPACE::ProviderManager::isRestrictedNamespace(). |
|
||||||||||
|
Definition at line 217 of file OW_SortedVectorSet.hpp. |
|
||||||||||
|
Definition at line 211 of file OW_SortedVectorSet.hpp. |
|
||||||||||||||||
|
Definition at line 228 of file OW_SortedVectorSet.hpp. Referenced by OW_NAMESPACE::SortedVectorSet< String >::insert(). |
|
||||||||||||||||
|
Definition at line 150 of file OW_SortedVectorSet.hpp. |
|
||||||||||
|
Definition at line 137 of file OW_SortedVectorSet.hpp. |
|
||||||||||
|
Definition at line 133 of file OW_SortedVectorSet.hpp. |
|
||||||||||
|
Definition at line 170 of file OW_SortedVectorSet.hpp. |
|
||||||||||
|
Definition at line 158 of file OW_SortedVectorSet.hpp. Referenced by OW_NAMESPACE::ProviderManager::isRestrictedNamespace(). |
|
||||||||||||||||||||
|
Definition at line 125 of file OW_SortedVectorSet.hpp. |
|
||||||||||||||||
|
Definition at line 118 of file OW_SortedVectorSet.hpp. |
|
||||||||||
|
Definition at line 106 of file OW_SortedVectorSet.hpp. |
|
||||||||||
|
Definition at line 197 of file OW_SortedVectorSet.hpp. |
|
||||||||||
|
Definition at line 193 of file OW_SortedVectorSet.hpp. |
|
|||||||||
|
Definition at line 101 of file OW_SortedVectorSet.hpp. |
|
|||||||||
|
Definition at line 97 of file OW_SortedVectorSet.hpp. |
|
|||||||||
|
Definition at line 98 of file OW_SortedVectorSet.hpp. |
|
|||||||||
|
Definition at line 100 of file OW_SortedVectorSet.hpp. Referenced by OW_NAMESPACE::AssocDb2::getAllEntries(), OW_NAMESPACE::AssocDbHandle::getAllEntries(), and OW_NAMESPACE::LogAppender::getLogLevel(). |
|
||||||||||
|
Definition at line 102 of file OW_SortedVectorSet.hpp. Referenced by OW_NAMESPACE::swap(). |
|
||||||||||
|
Definition at line 205 of file OW_SortedVectorSet.hpp. |
|
||||||||||
|
Definition at line 201 of file OW_SortedVectorSet.hpp. |
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
|||||
1.4.6