#include <OtherHashMaps.h>
Public Types | |
typedef std::vector< value_type >::const_iterator | const_iterator |
typedef std::vector< value_type >::iterator | iterator |
typedef std::pair< K, V > | value_type |
Public Member Functions | |
const_iterator | begin () const |
iterator | begin () |
void | clear () |
bool | empty () const |
const_iterator | end () const |
iterator | end () |
V & | operator[] (const K &k) |
UnsortedDumbVectorMap () | |
Private Attributes | |
std::vector< value_type > | data_ |
Definition at line 304 of file OtherHashMaps.h.
typedef std::vector<value_type>::const_iterator cmsutil::UnsortedDumbVectorMap< K, V >::const_iterator |
Definition at line 307 of file OtherHashMaps.h.
typedef std::vector<value_type>::iterator cmsutil::UnsortedDumbVectorMap< K, V >::iterator |
Definition at line 308 of file OtherHashMaps.h.
typedef std::pair<K,V> cmsutil::UnsortedDumbVectorMap< K, V >::value_type |
Definition at line 306 of file OtherHashMaps.h.
|
inline |
Definition at line 326 of file OtherHashMaps.h.
|
inline |
Definition at line 312 of file OtherHashMaps.h.
|
inline |
Definition at line 314 of file OtherHashMaps.h.
|
inline |
Definition at line 310 of file OtherHashMaps.h.
|
inline |
Definition at line 311 of file OtherHashMaps.h.
|
inline |
Definition at line 313 of file OtherHashMaps.h.
|
inline |
Definition at line 315 of file OtherHashMaps.h.
|
inline |
Definition at line 317 of file OtherHashMaps.h.
|
private |
Definition at line 329 of file OtherHashMaps.h.