#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) |
Definition at line 62 of file Map.hpp.
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||||||
|
|
|
|||||||||
|
Definition at line 113 of file Map.hpp. References BLOCXX_NAMESPACE::Map< Key, T, Compare >::m_impl. |
|
|||||||||
|
Definition at line 109 of file Map.hpp. References BLOCXX_NAMESPACE::Map< Key, T, Compare >::m_impl. Referenced by BLOCXX_NAMESPACE::EnvVars::getenvp(). |
|
|||||||||
|
Definition at line 186 of file Map.hpp. References BLOCXX_NAMESPACE::Map< Key, T, Compare >::m_impl. Referenced by BLOCXX_NAMESPACE::EnvVars::fillEnvMap(). |
|
||||||||||
|
Definition at line 198 of file Map.hpp. References BLOCXX_NAMESPACE::Map< Key, T, Compare >::m_impl. |
|
|||||||||
|
Definition at line 141 of file Map.hpp. References BLOCXX_NAMESPACE::Map< Key, T, Compare >::m_impl. |
|
|||||||||
|
Definition at line 121 of file Map.hpp. References BLOCXX_NAMESPACE::Map< Key, T, Compare >::m_impl. |
|
|||||||||
|
||||||||||
|
Definition at line 223 of file Map.hpp. References BLOCXX_NAMESPACE::Map< Key, T, Compare >::m_impl. |
|
||||||||||
|
Definition at line 218 of file Map.hpp. References BLOCXX_NAMESPACE::Map< Key, T, Compare >::m_impl. |
|
||||||||||||||||
|
Definition at line 182 of file Map.hpp. References BLOCXX_NAMESPACE::Map< Key, T, Compare >::m_impl. |
|
||||||||||
|
Definition at line 178 of file Map.hpp. References BLOCXX_NAMESPACE::Map< Key, T, Compare >::m_impl. |
|
||||||||||
|
Definition at line 174 of file Map.hpp. References BLOCXX_NAMESPACE::Map< Key, T, Compare >::m_impl. Referenced by BLOCXX_NAMESPACE::EnvVars::removeVar(). |
|
||||||||||
|
Definition at line 194 of file Map.hpp. References BLOCXX_NAMESPACE::Map< Key, T, Compare >::m_impl. |
|
||||||||||
|
Definition at line 190 of file Map.hpp. References BLOCXX_NAMESPACE::Map< Key, T, Compare >::m_impl. Referenced by BLOCXX_NAMESPACE::EnvVars::addVar(), BLOCXX_NAMESPACE::Logger::getConfigItem(), BLOCXX_NAMESPACE::EnvVars::getValue(), BLOCXX_NAMESPACE::EnvVars::removeVar(), BLOCXX_NAMESPACE::Logger::setConfigItem(), and BLOCXX_NAMESPACE::EnvVars::updateVar(). |
|
|||||||||
|
Definition at line 97 of file Map.hpp. References BLOCXX_NAMESPACE::Map< Key, T, Compare >::m_impl. |
|
||||||||||||||||||||
|
Definition at line 170 of file Map.hpp. References BLOCXX_NAMESPACE::Map< Key, T, Compare >::m_impl. |
|
||||||||||||||||
|
Definition at line 165 of file Map.hpp. References BLOCXX_NAMESPACE::Map< Key, T, Compare >::m_impl. |
|
||||||||||
|
Definition at line 161 of file Map.hpp. References BLOCXX_NAMESPACE::Map< Key, T, Compare >::m_impl. |
|
|||||||||
|
Definition at line 101 of file Map.hpp. References BLOCXX_NAMESPACE::Map< Key, T, Compare >::m_impl. |
|
||||||||||
|
Definition at line 206 of file Map.hpp. References BLOCXX_NAMESPACE::Map< Key, T, Compare >::m_impl. |
|
||||||||||
|
Definition at line 202 of file Map.hpp. References BLOCXX_NAMESPACE::Map< Key, T, Compare >::m_impl. |
|
|||||||||
|
Definition at line 149 of file Map.hpp. References BLOCXX_NAMESPACE::Map< Key, T, Compare >::m_impl. |
|
||||||||||
|
Definition at line 153 of file Map.hpp. References BLOCXX_NAMESPACE::Map< Key, T, Compare >::m_impl. |
|
|||||||||
|
Definition at line 129 of file Map.hpp. References BLOCXX_NAMESPACE::Map< Key, T, Compare >::m_impl. |
|
|||||||||
|
Definition at line 125 of file Map.hpp. References BLOCXX_NAMESPACE::Map< Key, T, Compare >::m_impl. |
|
|||||||||
|
Definition at line 137 of file Map.hpp. References BLOCXX_NAMESPACE::Map< Key, T, Compare >::m_impl. |
|
|||||||||
|
Definition at line 133 of file Map.hpp. References BLOCXX_NAMESPACE::Map< Key, T, Compare >::m_impl. |
|
|||||||||
|
Definition at line 145 of file Map.hpp. References BLOCXX_NAMESPACE::Map< Key, T, Compare >::m_impl. Referenced by BLOCXX_NAMESPACE::EnvVars::getenvp(). |
|
||||||||||
|
Definition at line 157 of file Map.hpp. References BLOCXX_NAMESPACE::Map< Key, T, Compare >::m_impl, and BLOCXX_NAMESPACE::COWReference< T >::swap(). Referenced by BLOCXX_NAMESPACE::swap(). |
|
||||||||||
|
Definition at line 214 of file Map.hpp. References BLOCXX_NAMESPACE::Map< Key, T, Compare >::m_impl. |
|
||||||||||
|
Definition at line 210 of file Map.hpp. References BLOCXX_NAMESPACE::Map< Key, T, Compare >::m_impl. |
|
|||||||||
|
Definition at line 105 of file Map.hpp. References BLOCXX_NAMESPACE::Map< Key, T, Compare >::m_impl. |
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
|||||
1.4.6