ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
LoggedMessageSvc::MsgAry Struct Referencefinal

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

Collaboration diagram for LoggedMessageSvc::MsgAry:

Public Member Functions

 MsgAry ()=default
 Default constructor. More...
 

Public Attributes

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

Detailed Description

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

Definition at line 160 of file LoggedMessageSvc.h.

Constructor & Destructor Documentation

◆ MsgAry()

LoggedMessageSvc::MsgAry::MsgAry ( )
default

Default constructor.

Member Data Documentation

◆ msg

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

Internal array of counters.

Definition at line 162 of file LoggedMessageSvc.h.


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