The Gaudi Framework  master (594c33fa)
MessageSvc::MsgAry Struct Referencefinal

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

Collaboration diagram for MessageSvc::MsgAry:

Public Member Functions

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

Public Attributes

std::array< int, MSG::NUM_LEVELSmsg = { { 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 192 of file MessageSvc.h.

Constructor & Destructor Documentation

◆ MsgAry()

MessageSvc::MsgAry::MsgAry ( )
default

Default constructor.

Member Data Documentation

◆ msg

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

Internal array of counters.

Definition at line 194 of file MessageSvc.h.


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