The Gaudi Framework  v29r0 (ff2e7097)
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 189 of file MessageSvc.h.

Constructor & Destructor Documentation

MessageSvc::MsgAry::MsgAry ( )
default

Default constructor.

Member Data Documentation

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

Internal array of counters.

Definition at line 191 of file MessageSvc.h.


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