Jpp 19.3.0-rc.2
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. | |
JEvtCategoryMap (const JEvtCategoryHelper &category, const T &value) | |
Constructor. | |
template<class ... Args> | |
JEvtCategoryMap (const JEvtCategoryHelper &category, const T &value, const Args &...args) | |
Constructor. | |
void | insert (const JEvtCategoryHelper &category, const T &value) |
Insert pair of event category and value. | |
template<class ... Args> | |
void | insert (const JEvtCategoryHelper &category, const T &value, const Args &...args) |
Insert pairs of event categories and values. | |
Auxiliary class for reading a map of event categories.
The template argument corresponds to the mapped value type.
Definition at line 55 of file JEvtCategoryMap.hh.
JEvtCategoryMap<T> JAANET::JEvtCategoryMap< T >::JEvtCategoryMap_t |
Definition at line 60 of file JEvtCategoryMap.hh.
std::map<JEvtCategoryHelper, T> JAANET::JEvtCategoryMap< T >::map_type |
Definition at line 62 of file JEvtCategoryMap.hh.
map_type::iterator JAANET::JEvtCategoryMap< T >::iterator |
Definition at line 64 of file JEvtCategoryMap.hh.
map_type::const_iterator JAANET::JEvtCategoryMap< T >::const_iterator |
Definition at line 65 of file JEvtCategoryMap.hh.
|
inline |
Default constructor.
Definition at line 71 of file JEvtCategoryMap.hh.
|
inline |
Constructor.
category | event category |
value | value |
Definition at line 82 of file JEvtCategoryMap.hh.
|
inline |
Constructor.
category | event category |
value | value |
args | remaining pairs of event categories and values |
Definition at line 99 of file JEvtCategoryMap.hh.
|
inline |
Insert pair of event category and value.
category | event category |
value | value |
Definition at line 114 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 129 of file JEvtCategoryMap.hh.