KaliVeda
Toolkit for HIC analysis
KVUnorderedMap< KeyType, MappedType > Class Template Reference

Detailed Description

template<typename KeyType, typename MappedType>
class KVUnorderedMap< KeyType, MappedType >

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>

Inheritance diagram for KVUnorderedMap< KeyType, MappedType >:

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
 

Member Function Documentation

◆ begin() [1/2]

template<typename KeyType , typename MappedType >
auto KVUnorderedMap< KeyType, MappedType >::begin ( )
inline

Definition at line 25 of file KVUnorderedMap.h.

◆ begin() [2/2]

template<typename KeyType , typename MappedType >
auto KVUnorderedMap< KeyType, MappedType >::begin ( ) const
inline

Definition at line 29 of file KVUnorderedMap.h.

◆ end() [1/2]

template<typename KeyType , typename MappedType >
auto KVUnorderedMap< KeyType, MappedType >::end ( )
inline

Definition at line 33 of file KVUnorderedMap.h.

◆ end() [2/2]

template<typename KeyType , typename MappedType >
auto KVUnorderedMap< KeyType, MappedType >::end ( ) const
inline

Definition at line 37 of file KVUnorderedMap.h.

◆ operator[]()

template<typename KeyType , typename MappedType >
MappedType& KVUnorderedMap< KeyType, MappedType >::operator[] ( KeyType  _key)
inline

Definition at line 20 of file KVUnorderedMap.h.

Member Data Documentation

◆ _map

template<typename KeyType , typename MappedType >
std::unordered_map<KeyType, MappedType> KVUnorderedMap< KeyType, MappedType >::_map
private

Definition at line 17 of file KVUnorderedMap.h.