Definition at line 34 of file traits_map.h.
#include <mrpt/utils/traits_map.h>

Public Member Functions | |
Constructors, read/write access and other operations | |
| size_t | size () const |
| bool | empty () const |
| size_type | count (const key_type i) const |
| Count how many entries have a given key value - unlike std::map<K,V>, recall that this class will say an element i<N-1 exists just due to an insertion of element at N. More... | |
| size_type | max_size () const |
| Maximum size due to system limits. More... | |
| const vec_t & | getVector () const |
| Return a read-only reference to the internal vector. More... | |
| void | clear () |
| Clear the contents of this container. More... | |
| void | swap (map_as_vector< KEY, VALUE > &o) |
| Efficient swap with another object. More... | |
| VALUE & | operator[] (const size_t i) |
| Write/read via [i] operator, that creates all elements up to (and including) the i'th if they didn't exist already. More... | |
| void | insert (const iterator &guess_point, const value_type &keyvalpair) |
| Insert pair<key,val>, as in std::map (guess_point is actually ignored in this class) More... | |
| void | insert (const value_type &keyvalpair) |
| Insert pair<key,val>, as in std::map. More... | |
| iterator | find (const size_t i) |
| Constant-time find, returning an iterator to the <key,val> pair or to end() if not found (that is, if it's above the maximum index in the vector) More... | |
| const_iterator | find (const size_t i) const |
| Constant-time find, returning an iterator to the <key,val> pair or to end() if not found (that is, if it's above the maximum index in the vector) More... | |
Iterators stuff and other types | |
| typedef KEY | key_type |
| typedef std::pair< KEY, VALUE > | value_type |
| typedef typename mrpt::aligned_containers< std::pair< KEY, VALUE > >::vector_t | vec_t |
| typedef vec_t::size_type | size_type |
| typedef vec_t::iterator | iterator |
| typedef vec_t::const_iterator | const_iterator |
| typedef std::reverse_iterator< iterator > | reverse_iterator |
| typedef std::reverse_iterator< const_iterator > | const_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 |
|
inherited |
Definition at line 56 of file map_as_vector.h.
|
inherited |
Definition at line 58 of file map_as_vector.h.
|
inherited |
Definition at line 55 of file map_as_vector.h.
|
inherited |
Definition at line 51 of file map_as_vector.h.
|
inherited |
Definition at line 57 of file map_as_vector.h.
|
inherited |
Definition at line 54 of file map_as_vector.h.
|
inherited |
Definition at line 52 of file map_as_vector.h.
|
inherited |
Definition at line 53 of file map_as_vector.h.
|
inlineinherited |
Definition at line 60 of file map_as_vector.h.
|
inlineinherited |
Definition at line 62 of file map_as_vector.h.
|
inlineinherited |
Clear the contents of this container.
Definition at line 93 of file map_as_vector.h.
|
inlineinherited |
Count how many entries have a given key value - unlike std::map<K,V>, recall that this class will say an element i<N-1 exists just due to an insertion of element at N.
Definition at line 84 of file map_as_vector.h.
|
inlineinherited |
Definition at line 81 of file map_as_vector.h.
|
inlineinherited |
Definition at line 61 of file map_as_vector.h.
|
inlineinherited |
Definition at line 63 of file map_as_vector.h.
|
inlineinherited |
Constant-time find, returning an iterator to the <key,val> pair or to end() if not found (that is, if it's above the maximum index in the vector)
Definition at line 111 of file map_as_vector.h.
|
inlineinherited |
Constant-time find, returning an iterator to the <key,val> pair or to end() if not found (that is, if it's above the maximum index in the vector)
Definition at line 113 of file map_as_vector.h.
|
inlineinherited |
Return a read-only reference to the internal vector.
Definition at line 90 of file map_as_vector.h.
|
inlineinherited |
Insert pair<key,val>, as in std::map (guess_point is actually ignored in this class)
Definition at line 106 of file map_as_vector.h.
|
inlineinherited |
Insert pair<key,val>, as in std::map.
Definition at line 108 of file map_as_vector.h.
|
inlineinherited |
Maximum size due to system limits.
Definition at line 87 of file map_as_vector.h.
|
inlineinherited |
Write/read via [i] operator, that creates all elements up to (and including) the i'th if they didn't exist already.
Definition at line 99 of file map_as_vector.h.
|
inlineinherited |
Definition at line 64 of file map_as_vector.h.
|
inlineinherited |
Definition at line 65 of file map_as_vector.h.
|
inlineinherited |
Definition at line 66 of file map_as_vector.h.
|
inlineinherited |
Definition at line 67 of file map_as_vector.h.
|
inlineinherited |
Definition at line 80 of file map_as_vector.h.
|
inlineinherited |
Efficient swap with another object.
Definition at line 96 of file map_as_vector.h.
| Page generated by Doxygen 1.8.9.1 for MRPT 1.3.0 SVN: at Sun Sep 13 03:55:12 UTC 2015 |