blocxx
|
#include <Map.hpp>
Public Types | |
typedef M::key_type | key_type |
typedef M::mapped_type | mapped_type |
typedef M::value_type | value_type |
typedef M::key_compare | key_compare |
typedef M::value_compare | value_compare |
typedef M::pointer | pointer |
typedef M::const_pointer | const_pointer |
typedef M::reference | reference |
typedef M::const_reference | const_reference |
typedef M::iterator | iterator |
typedef M::const_iterator | const_iterator |
typedef M::reverse_iterator | reverse_iterator |
typedef M::const_reverse_iterator | const_reverse_iterator |
typedef M::size_type | size_type |
typedef M::difference_type | difference_type |
Public Member Functions | |
Map () | |
Map (M *toWrap) | |
Map (const Compare &comp) | |
template<class InputIterator > | |
Map (InputIterator first, InputIterator last) | |
template<class InputIterator > | |
Map (InputIterator first, InputIterator last, const Compare &comp) | |
M * | getImpl () |
key_compare | key_comp () const |
value_compare | value_comp () const |
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 |
bool | empty () const |
size_type | size () const |
size_type | max_size () const |
T & | operator[] (const key_type &k) |
void | swap (Map< Key, T, Compare > &x) |
std::pair< iterator, bool > | insert (const value_type &x) |
iterator | insert (iterator position, 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::map< Key, T, Compare > | M |
Private Attributes | |
COWReference< M > | m_impl |
Friends | |
bool | operator== (const Map< Key, T, Compare > &x, const Map< Key, T, Compare > &y) |
bool | operator< (const Map< Key, T, Compare > &x, const Map< Key, T, Compare > &y) |
M::const_iterator BLOCXX_NAMESPACE::Map< Key, T, Compare >::const_iterator |
M::const_pointer BLOCXX_NAMESPACE::Map< Key, T, Compare >::const_pointer |
M::const_reference BLOCXX_NAMESPACE::Map< Key, T, Compare >::const_reference |
M::const_reverse_iterator BLOCXX_NAMESPACE::Map< Key, T, Compare >::const_reverse_iterator |
M::difference_type BLOCXX_NAMESPACE::Map< Key, T, Compare >::difference_type |
M::iterator BLOCXX_NAMESPACE::Map< Key, T, Compare >::iterator |
M::key_compare BLOCXX_NAMESPACE::Map< Key, T, Compare >::key_compare |
M::key_type BLOCXX_NAMESPACE::Map< Key, T, Compare >::key_type |
|
private |
M::mapped_type BLOCXX_NAMESPACE::Map< Key, T, Compare >::mapped_type |
M::pointer BLOCXX_NAMESPACE::Map< Key, T, Compare >::pointer |
M::reference BLOCXX_NAMESPACE::Map< Key, T, Compare >::reference |
M::reverse_iterator BLOCXX_NAMESPACE::Map< Key, T, Compare >::reverse_iterator |
M::size_type BLOCXX_NAMESPACE::Map< Key, T, Compare >::size_type |
M::value_compare BLOCXX_NAMESPACE::Map< Key, T, Compare >::value_compare |
M::value_type BLOCXX_NAMESPACE::Map< Key, T, Compare >::value_type |
|
inline |
|
inlineexplicit |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
Definition at line 110 of file Map.hpp.
References BLOCXX_NAMESPACE::Map< Key, T, Compare >::m_impl.
Referenced by BLOCXX_NAMESPACE::EnvVars::getenvp().
|
inline |
Definition at line 114 of file Map.hpp.
References BLOCXX_NAMESPACE::Map< Key, T, Compare >::m_impl.
|
inline |
Definition at line 187 of file Map.hpp.
References BLOCXX_NAMESPACE::Map< Key, T, Compare >::m_impl.
Referenced by BLOCXX_NAMESPACE::EnvVars::fillEnvMap().
|
inline |
Definition at line 199 of file Map.hpp.
References BLOCXX_NAMESPACE::Map< Key, T, Compare >::m_impl.
|
inline |
Definition at line 142 of file Map.hpp.
References BLOCXX_NAMESPACE::Map< Key, T, Compare >::m_impl.
|
inline |
Definition at line 118 of file Map.hpp.
References BLOCXX_NAMESPACE::Map< Key, T, Compare >::m_impl.
Referenced by BLOCXX_NAMESPACE::EnvVars::addVar(), BLOCXX_NAMESPACE::EnvVars::getenvp(), BLOCXX_NAMESPACE::EnvVars::getValue(), BLOCXX_NAMESPACE::EnvVars::removeVar(), and BLOCXX_NAMESPACE::EnvVars::updateVar().
|
inline |
Definition at line 122 of file Map.hpp.
References BLOCXX_NAMESPACE::Map< Key, T, Compare >::m_impl.
|
inline |
Definition at line 219 of file Map.hpp.
References BLOCXX_NAMESPACE::Map< Key, T, Compare >::m_impl.
|
inline |
Definition at line 224 of file Map.hpp.
References BLOCXX_NAMESPACE::Map< Key, T, Compare >::m_impl.
|
inline |
Definition at line 179 of file Map.hpp.
References BLOCXX_NAMESPACE::Map< Key, T, Compare >::m_impl.
|
inline |
Definition at line 183 of file Map.hpp.
References BLOCXX_NAMESPACE::Map< Key, T, Compare >::m_impl.
|
inline |
Definition at line 175 of file Map.hpp.
References BLOCXX_NAMESPACE::Map< Key, T, Compare >::m_impl.
Referenced by BLOCXX_NAMESPACE::EnvVars::removeVar().
|
inline |
Definition at line 191 of file Map.hpp.
References BLOCXX_NAMESPACE::Map< Key, T, Compare >::m_impl.
Referenced by BLOCXX_NAMESPACE::EnvVars::addVar(), BLOCXX_NAMESPACE::EnvVars::getValue(), BLOCXX_NAMESPACE::EnvVars::removeVar(), and BLOCXX_NAMESPACE::EnvVars::updateVar().
|
inline |
Definition at line 195 of file Map.hpp.
References BLOCXX_NAMESPACE::Map< Key, T, Compare >::m_impl.
|
inline |
Definition at line 98 of file Map.hpp.
References BLOCXX_NAMESPACE::Map< Key, T, Compare >::m_impl.
|
inline |
Definition at line 162 of file Map.hpp.
References BLOCXX_NAMESPACE::Map< Key, T, Compare >::m_impl.
|
inline |
Definition at line 171 of file Map.hpp.
References BLOCXX_NAMESPACE::Map< Key, T, Compare >::m_impl.
|
inline |
Definition at line 166 of file Map.hpp.
References BLOCXX_NAMESPACE::Map< Key, T, Compare >::m_impl.
|
inline |
Definition at line 102 of file Map.hpp.
References BLOCXX_NAMESPACE::Map< Key, T, Compare >::m_impl.
|
inline |
Definition at line 203 of file Map.hpp.
References BLOCXX_NAMESPACE::Map< Key, T, Compare >::m_impl.
|
inline |
Definition at line 207 of file Map.hpp.
References BLOCXX_NAMESPACE::Map< Key, T, Compare >::m_impl.
|
inline |
Definition at line 150 of file Map.hpp.
References BLOCXX_NAMESPACE::Map< Key, T, Compare >::m_impl.
|
inline |
Definition at line 154 of file Map.hpp.
References BLOCXX_NAMESPACE::Map< Key, T, Compare >::m_impl.
|
inline |
Definition at line 126 of file Map.hpp.
References BLOCXX_NAMESPACE::Map< Key, T, Compare >::m_impl.
|
inline |
Definition at line 130 of file Map.hpp.
References BLOCXX_NAMESPACE::Map< Key, T, Compare >::m_impl.
|
inline |
Definition at line 134 of file Map.hpp.
References BLOCXX_NAMESPACE::Map< Key, T, Compare >::m_impl.
|
inline |
Definition at line 138 of file Map.hpp.
References BLOCXX_NAMESPACE::Map< Key, T, Compare >::m_impl.
|
inline |
Definition at line 146 of file Map.hpp.
References BLOCXX_NAMESPACE::Map< Key, T, Compare >::m_impl.
Referenced by BLOCXX_NAMESPACE::EnvVars::getenvp().
|
inline |
Definition at line 158 of file Map.hpp.
References BLOCXX_NAMESPACE::Map< Key, T, Compare >::m_impl, and BLOCXX_NAMESPACE::COWReference< T >::swap().
Referenced by BLOCXX_NAMESPACE::swap().
|
inline |
Definition at line 211 of file Map.hpp.
References BLOCXX_NAMESPACE::Map< Key, T, Compare >::m_impl.
|
inline |
Definition at line 215 of file Map.hpp.
References BLOCXX_NAMESPACE::Map< Key, T, Compare >::m_impl.
|
inline |
Definition at line 106 of file Map.hpp.
References BLOCXX_NAMESPACE::Map< Key, T, Compare >::m_impl.
|
private |
Definition at line 66 of file Map.hpp.
Referenced by BLOCXX_NAMESPACE::Map< Key, T, Compare >::begin(), BLOCXX_NAMESPACE::Map< Key, T, Compare >::begin(), BLOCXX_NAMESPACE::Map< Key, T, Compare >::clear(), BLOCXX_NAMESPACE::Map< Key, T, Compare >::count(), BLOCXX_NAMESPACE::Map< Key, T, Compare >::empty(), BLOCXX_NAMESPACE::Map< Key, T, Compare >::end(), BLOCXX_NAMESPACE::Map< Key, T, Compare >::end(), BLOCXX_NAMESPACE::Map< Key, T, Compare >::equal_range(), BLOCXX_NAMESPACE::Map< Key, T, Compare >::equal_range(), BLOCXX_NAMESPACE::Map< Key, T, Compare >::erase(), BLOCXX_NAMESPACE::Map< Key, T, Compare >::erase(), BLOCXX_NAMESPACE::Map< Key, T, Compare >::erase(), BLOCXX_NAMESPACE::Map< Key, T, Compare >::find(), BLOCXX_NAMESPACE::Map< Key, T, Compare >::find(), BLOCXX_NAMESPACE::Map< Key, T, Compare >::getImpl(), BLOCXX_NAMESPACE::Map< Key, T, Compare >::insert(), BLOCXX_NAMESPACE::Map< Key, T, Compare >::insert(), BLOCXX_NAMESPACE::Map< Key, T, Compare >::insert(), BLOCXX_NAMESPACE::Map< Key, T, Compare >::key_comp(), BLOCXX_NAMESPACE::Map< Key, T, Compare >::lower_bound(), BLOCXX_NAMESPACE::Map< Key, T, Compare >::lower_bound(), BLOCXX_NAMESPACE::Map< Key, T, Compare >::max_size(), BLOCXX_NAMESPACE::Map< Key, T, Compare >::operator[](), BLOCXX_NAMESPACE::Map< Key, T, Compare >::rbegin(), BLOCXX_NAMESPACE::Map< Key, T, Compare >::rbegin(), BLOCXX_NAMESPACE::Map< Key, T, Compare >::rend(), BLOCXX_NAMESPACE::Map< Key, T, Compare >::rend(), BLOCXX_NAMESPACE::Map< Key, T, Compare >::size(), BLOCXX_NAMESPACE::Map< Key, T, Compare >::swap(), BLOCXX_NAMESPACE::Map< Key, T, Compare >::upper_bound(), BLOCXX_NAMESPACE::Map< Key, T, Compare >::upper_bound(), and BLOCXX_NAMESPACE::Map< Key, T, Compare >::value_comp().