![]() |
The Gaudi Framework
v26r0
|
Private helper class to keep the count of messages of a type (MSG::LEVEL). More...
Public Types | |
typedef boost::array< int, MSG::NUM_LEVELS > | ArrayType |
Simple typedef for readability. More... | |
Public Member Functions | |
MsgAry () | |
Default constructor. More... | |
Public Attributes | |
ArrayType | msg |
Internal array of counters. More... | |
Private helper class to keep the count of messages of a type (MSG::LEVEL).
Definition at line 147 of file MessageSvc.h.
typedef boost::array<int,MSG::NUM_LEVELS> MessageSvc::MsgAry::ArrayType |
Simple typedef for readability.
Definition at line 149 of file MessageSvc.h.
|
inline |
Default constructor.
Definition at line 153 of file MessageSvc.h.
ArrayType MessageSvc::MsgAry::msg |
Internal array of counters.
Definition at line 151 of file MessageSvc.h.