addToolsArray(ToolHandleArray< T > &hndlArr) | Service | inline |
assertUniqueName(std::string_view name) const | PropertyHolder< CommonMessaging< implements< IService, IProperty, IStateful > > > | inlineprivate |
auditorSvc() const | Service | |
base_class typedef | extends< Service, IMessageSvc, IInactiveMessageCounter > | |
bindPropertiesTo(Gaudi::Interfaces::IOptionsSvc &optsSvc) | PropertyHolder< CommonMessaging< implements< IService, IProperty, IStateful > > > | inline |
configure() override | Service | inline |
create_msgStream() const override final | CommonMessaging< implements< IService, IProperty, IStateful > > | inlineprivate |
declareProperty(const std::string &name, ToolHandle< T > &hndl, const std::string &doc="none") | Service | inline |
declareProperty(const std::string &name, ToolHandleArray< T > &hndlArr, const std::string &doc="none") | Service | inline |
PropertyHolder< CommonMessaging< implements< IService, IProperty, IStateful > > >::declareProperty(Gaudi::Details::PropertyBase &prop) | PropertyHolder< CommonMessaging< implements< IService, IProperty, IStateful > > > | inline |
PropertyHolder< CommonMessaging< implements< IService, IProperty, IStateful > > >::declareProperty(const std::string &name, TYPE &value, const std::string &doc="none") | PropertyHolder< CommonMessaging< implements< IService, IProperty, IStateful > > > | inline |
PropertyHolder< CommonMessaging< implements< IService, IProperty, IStateful > > >::declareProperty(const std::string &name, Gaudi::Property< TYPE, VERIFIER, HANDLERS > &prop, const std::string &doc="none") | PropertyHolder< CommonMessaging< implements< IService, IProperty, IStateful > > > | inline |
declareRemoteProperty(const std::string &name, IProperty *rsvc, const std::string &rname="") | PropertyHolder< CommonMessaging< implements< IService, IProperty, IStateful > > > | inline |
declareTool(ToolHandle< T > &handle, bool createIf=true) | Service | inline |
declareTool(ToolHandle< T > &handle, const std::string &toolTypeAndName, bool createIf=true) | Service | inline |
defaultStream() const override | MessageSvc | inline |
eraseMessage() override | MessageSvc | |
eraseMessage(const StatusCode &code) override | MessageSvc | |
eraseMessage(const StatusCode &code, const Message &message) override | MessageSvc | |
eraseStream() override | MessageSvc | |
eraseStream(int message_type) override | MessageSvc | |
eraseStream(int message_type, std::ostream *stream) override | MessageSvc | |
eraseStream(std::ostream *stream) override | MessageSvc | |
ext_iids typedef | extend_interfaces< Interfaces... > | |
extend_interfaces_base typedef | extends< Service, IMessageSvc, IInactiveMessageCounter > | |
Factory typedef | Service | |
finalize() override | MessageSvc | |
FSMState() const override | Service | inline |
getInterfaceNames() const override | extends< Service, IMessageSvc, IInactiveMessageCounter > | inline |
getLogColor(int logLevel) const override | MessageSvc | |
getProperties() const override | PropertyHolder< CommonMessaging< implements< IService, IProperty, IStateful > > > | inline |
getProperty(Gaudi::Details::PropertyBase *p) const override | PropertyHolder< CommonMessaging< implements< IService, IProperty, IStateful > > > | inline |
getProperty(std::string_view name) const override | PropertyHolder< CommonMessaging< implements< IService, IProperty, IStateful > > > | inline |
getProperty(std::string_view n, std::string &v) const override | PropertyHolder< CommonMessaging< implements< IService, IProperty, IStateful > > > | inline |
hasProperty(std::string_view name) const override | PropertyHolder< CommonMessaging< implements< IService, IProperty, IStateful > > > | inline |
i_cast(const InterfaceID &tid) const override | extends< Service, IMessageSvc, IInactiveMessageCounter > | inline |
i_reportMessage(const Message &msg, int outputLevel) | MessageSvc | protectedvirtual |
i_reportMessage(const StatusCode &code, std::string_view source) | MessageSvc | protectedvirtual |
incrInactiveCount(MSG::Level level, std::string_view src) override | MessageSvc | |
initialize() override | MessageSvc | |
initMessaging() const | CommonMessaging< implements< IService, IProperty, IStateful > > | inlineprivate |
initToolHandles() const | Service | private |
insertMessage(const StatusCode &code, Message message) override | MessageSvc | |
insertStream(int message_type, std::string name, std::ostream *stream) override | MessageSvc | |
m_auditInit | Service | protected |
m_auditorFinalize | Service | protected |
m_auditorInitialize | Service | protected |
m_auditorReinitialize | Service | protected |
m_auditorRestart | Service | protected |
m_auditorStart | Service | protected |
m_auditorStop | Service | protected |
m_autoRetrieveTools | Service | protected |
m_checkToolDeps | Service | protected |
m_color | MessageSvc | private |
m_defaultFormat | MessageSvc | private |
m_defaultMessage | MessageSvc | private |
m_defaultStream | MessageSvc | private |
m_defaultTimeFormat | MessageSvc | private |
m_inactCount | MessageSvc | private |
m_inactiveMap | MessageSvc | private |
m_initFlag | Service | private |
m_initSC | Service | private |
m_logColorCodes | MessageSvc | private |
m_logColors | MessageSvc | private |
m_loggedStreams | MessageSvc | private |
m_loggedStreamsName | MessageSvc | private |
m_messageMap | MessageSvc | private |
m_messageMapMutex | MessageSvc | mutableprivate |
m_msgCount | MessageSvc | private |
m_msgLimit | MessageSvc | private |
m_name | Service | private |
m_outputLevel | Service | protected |
m_pAuditorSvc | Service | mutableprotected |
m_properties | PropertyHolder< CommonMessaging< implements< IService, IProperty, IStateful > > > | private |
m_remoteProperties | PropertyHolder< CommonMessaging< implements< IService, IProperty, IStateful > > > | private |
m_reportMutex | MessageSvc | mutableprivate |
m_sourceMap | MessageSvc | private |
m_state | Service | protected |
m_statLevel | MessageSvc | private |
m_stats | MessageSvc | private |
m_streamMap | MessageSvc | private |
m_suppress | MessageSvc | private |
m_svcLocator | Service | mutableprivate |
m_svcManager | Service | private |
m_targetState | Service | protected |
m_thresholdMap | MessageSvc | private |
m_thresholdMapMutex | MessageSvc | mutableprivate |
m_thresholdProp | MessageSvc | private |
m_todelete | PropertyHolder< CommonMessaging< implements< IService, IProperty, IStateful > > > | private |
m_toolHandleArrays | Service | mutableprivate |
m_toolHandles | Service | mutableprivate |
m_toolHandlesInit | Service | mutableprivate |
m_tools | Service | mutableprivate |
m_tracedInactiveSources | MessageSvc | private |
messageCount(MSG::Level logLevel) const override | MessageSvc | |
MessageMap typedef | MessageSvc | |
MessageSvc(const std::string &name, ISvcLocator *svcloc) | MessageSvc | |
msgLevel() const | CommonMessaging< implements< IService, IProperty, IStateful > > | inline |
msgLevel(MSG::Level lvl) const | CommonMessaging< implements< IService, IProperty, IStateful > > | inline |
name() const override | Service | |
NamedStream typedef | MessageSvc | |
operator=(const PropertyHolder &)=delete | PropertyHolder< CommonMessaging< implements< IService, IProperty, IStateful > > > | |
outputLevel() const override | MessageSvc | |
outputLevel(std::string_view source) const override | MessageSvc | |
Properties typedef | PropertyHolder< CommonMessaging< implements< IService, IProperty, IStateful > > > | private |
property(std::string_view name) const | PropertyHolder< CommonMessaging< implements< IService, IProperty, IStateful > > > | inline |
property(std::string_view name, const std::vector< Gaudi::Details::PropertyBase * > &props) const | PropertyHolder< CommonMessaging< implements< IService, IProperty, IStateful > > > | inlineprivate |
PropertyHolder()=default | PropertyHolder< CommonMessaging< implements< IService, IProperty, IStateful > > > | |
PropertyHolder(const PropertyHolder &)=delete | PropertyHolder< CommonMessaging< implements< IService, IProperty, IStateful > > > | |
PropertyHolderImpl typedef | PropertyHolder< CommonMessaging< implements< IService, IProperty, IStateful > > > | |
queryInterface(const InterfaceID &ti, void **pp) override | extends< Service, IMessageSvc, IInactiveMessageCounter > | inline |
reinitialize() override | MessageSvc | |
RemoteProperties typedef | PropertyHolder< CommonMessaging< implements< IService, IProperty, IStateful > > > | private |
reportMessage(const Message &message) override | MessageSvc | |
reportMessage(const Message &msg, int outputLevel) override | MessageSvc | |
reportMessage(const StatusCode &code, std::string_view source="") override | MessageSvc | |
reportMessage(std::string source, int type, std::string message) override | MessageSvc | |
resetMessaging() | CommonMessaging< implements< IService, IProperty, IStateful > > | inlineprotected |
restart() override | Service | |
service(const std::string &name, const T *&psvc, bool createIf=true) const | Service | inline |
service(const std::string &name, T *&psvc, bool createIf=true) const | Service | inline |
service(const std::string &name, bool createIf=true) const | Service | inline |
service(const std::string &svcType, const std::string &svcName, T *&psvc) const | Service | inline |
Service(std::string name, ISvcLocator *svcloc) | Service | |
serviceLocator() const override | Service | |
setDefaultStream(std::ostream *stream) override | MessageSvc | inline |
setOutputLevel(int new_level) override | MessageSvc | |
setOutputLevel(std::string_view source, int new_level) override | MessageSvc | |
setProperty(const std::string &name, const Gaudi::Details::PropertyBase &p) override | PropertyHolder< CommonMessaging< implements< IService, IProperty, IStateful > > > | inline |
setProperty(const std::string &s) override | PropertyHolder< CommonMessaging< implements< IService, IProperty, IStateful > > > | inline |
setProperty(const Gaudi::Details::PropertyBase &p) | PropertyHolder< CommonMessaging< implements< IService, IProperty, IStateful > > > | inline |
setProperty(const std::string &name, const Gaudi::Details::PropertyBase &p)=0 | PropertyHolder< CommonMessaging< implements< IService, IProperty, IStateful > > > | |
setProperty(const std::string &s)=0 | PropertyHolder< CommonMessaging< implements< IService, IProperty, IStateful > > > | |
setProperty(const std::string &name, const char *v) | PropertyHolder< CommonMessaging< implements< IService, IProperty, IStateful > > > | inline |
setProperty(const std::string &name, const std::string &v) | PropertyHolder< CommonMessaging< implements< IService, IProperty, IStateful > > > | inline |
setProperty(const std::string &name, const TYPE &value) | PropertyHolder< CommonMessaging< implements< IService, IProperty, IStateful > > > | inline |
setPropertyRepr(const std::string &n, const std::string &r) override | PropertyHolder< CommonMessaging< implements< IService, IProperty, IStateful > > > | inline |
setServiceManager(ISvcManager *ism) override | Service | private |
setupColors(Gaudi::Details::PropertyBase &prop) | MessageSvc | private |
setupInactCount(Gaudi::Details::PropertyBase &prop) | MessageSvc | private |
setupLimits(Gaudi::Details::PropertyBase &prop) | MessageSvc | private |
setupLogStreams() | MessageSvc | private |
setUpMessaging() const | CommonMessaging< implements< IService, IProperty, IStateful > > | inlineprotected |
setupThreshold(Gaudi::Details::PropertyBase &prop) | MessageSvc | private |
start() override | Service | |
stop() override | Service | |
StreamMap typedef | MessageSvc | |
sysFinalize() override | Service | |
sysInitialize() override | Service | |
sysInitialize_imp() | Service | private |
sysReinitialize() override | Service | |
sysRestart() override | Service | |
sysStart() override | Service | |
sysStop() override | Service | |
targetFSMState() const override | Service | inline |
terminate() override | Service | inline |
ThresholdMap typedef | MessageSvc | |
tools() const | Service | |
tools() | Service | protected |
updateMsgStreamOutputLevel(int level) | CommonMessaging< implements< IService, IProperty, IStateful > > | inlineprotected |
useColor() const override | MessageSvc | inline |
~Service() override | Service | protected |