![]() |
KaliVeda
Toolkit for HIC analysis
|
Wrapper for std::unordered_map, can be written in ROOT files.
The type of the key and the type of the mapped objects are template parameters
Definition at line 16 of file KVUnorderedMap.h.
#include <KVUnorderedMap.h>
Public Member Functions | |
auto | begin () |
auto | begin () const |
auto | end () |
auto | end () const |
MappedType & | operator[] (KeyType _key) |
Private Attributes | |
std::unordered_map< KeyType, MappedType > | _map |
|
inline |
Definition at line 25 of file KVUnorderedMap.h.
|
inline |
Definition at line 29 of file KVUnorderedMap.h.
|
inline |
Definition at line 33 of file KVUnorderedMap.h.
|
inline |
Definition at line 37 of file KVUnorderedMap.h.
|
inline |
Definition at line 20 of file KVUnorderedMap.h.
|
private |
Definition at line 17 of file KVUnorderedMap.h.