ATLAS Offline Software
|
Private helper class to keep the count of messages of a type (MSG::LEVEL). More...
Public Member Functions | |
MsgAry ()=default | |
Default constructor. More... | |
Public Attributes | |
std::array< int, MSG::NUM_LEVELS > | msg = {{0}} |
Internal array of counters. More... | |
Private helper class to keep the count of messages of a type (MSG::LEVEL).
Definition at line 175 of file TrigMessageSvc.h.
|
default |
Default constructor.
std::array<int, MSG::NUM_LEVELS> TrigMessageSvc::MsgAry::msg = {{0}} |
Internal array of counters.
Definition at line 177 of file TrigMessageSvc.h.