ATLAS Offline Software
Loading...
Searching...
No Matches
TrigMessageSvc::MsgAry Struct Referencefinal

Private helper class to keep the count of messages of a type (MSG::LEVEL). More...

Collaboration diagram for TrigMessageSvc::MsgAry:

Public Member Functions

 MsgAry ()=default
 Default constructor.

Public Attributes

std::array< int, MSG::NUM_LEVELS > msg = {{0}}
 Internal array of counters.

Detailed Description

Private helper class to keep the count of messages of a type (MSG::LEVEL).

Definition at line 175 of file TrigMessageSvc.h.

Constructor & Destructor Documentation

◆ MsgAry()

TrigMessageSvc::MsgAry::MsgAry ( )
default

Default constructor.

Member Data Documentation

◆ msg

std::array<int, MSG::NUM_LEVELS> TrigMessageSvc::MsgAry::msg = {{0}}

Internal array of counters.

Definition at line 177 of file TrigMessageSvc.h.

177{{0}};

The documentation for this struct was generated from the following file: