Jpp
19.1.0-rc.1
the software that should make you happy
|
Auxiliary class for reading a map of event categories. More...
#include <JEvtCategoryMap.hh>
Public Types | |
typedef JEvtCategoryMap< T > | JEvtCategoryMap_t |
typedef std::map< JEvtCategoryHelper, T > | map_type |
typedef map_type::iterator | iterator |
typedef map_type::const_iterator | const_iterator |
Public Member Functions | |
JEvtCategoryMap () | |
Default constructor. More... | |
JEvtCategoryMap (const JEvtCategoryHelper &category, const T &value) | |
Constructor. More... | |
template<class ... Args> | |
JEvtCategoryMap (const JEvtCategoryHelper &category, const T &value, const Args &...args) | |
Constructor. More... | |
void | insert (const JEvtCategoryHelper &category, const T &value) |
Insert pair of event category and value. More... | |
template<class ... Args> | |
void | insert (const JEvtCategoryHelper &category, const T &value, const Args &...args) |
Insert pairs of event categories and values. More... | |
Auxiliary class for reading a map of event categories.
The template argument corresponds to the mapped value type.
Definition at line 52 of file JEvtCategoryMap.hh.
typedef JEvtCategoryMap<T> JAANET::JEvtCategoryMap< T >::JEvtCategoryMap_t |
Definition at line 57 of file JEvtCategoryMap.hh.
typedef std::map<JEvtCategoryHelper, T> JAANET::JEvtCategoryMap< T >::map_type |
Definition at line 59 of file JEvtCategoryMap.hh.
typedef map_type::iterator JAANET::JEvtCategoryMap< T >::iterator |
Definition at line 61 of file JEvtCategoryMap.hh.
typedef map_type::const_iterator JAANET::JEvtCategoryMap< T >::const_iterator |
Definition at line 62 of file JEvtCategoryMap.hh.
|
inline |
Default constructor.
Definition at line 68 of file JEvtCategoryMap.hh.
|
inline |
Constructor.
category | event category |
value | value |
Definition at line 79 of file JEvtCategoryMap.hh.
|
inline |
Constructor.
category | event category |
value | value |
args | remaining pairs of event categories and values |
Definition at line 96 of file JEvtCategoryMap.hh.
|
inline |
Insert pair of event category and value.
category | event category |
value | value |
Definition at line 111 of file JEvtCategoryMap.hh.
|
inline |
Insert pairs of event categories and values.
category | event category |
value | value |
args | remaining pairs of event categories and values |
Definition at line 126 of file JEvtCategoryMap.hh.