The Gaudi Framework  master (ff829712)
Loading...
Searching...
No Matches
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.
 

Public Attributes

std::array< int, MSG::NUM_LEVELSmsg = { { 0 } }
 Internal array of counters.
 

Detailed Description

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

Definition at line 187 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 189 of file MessageSvc.h.

189{ { 0 } };

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