![]() |
The Gaudi Framework
master (e68eea06)
|
#include <GaudiKernel/DataIncident.h>#include <GaudiKernel/DataObject.h>#include <GaudiKernel/GaudiException.h>#include <GaudiKernel/IConversionSvc.h>#include <GaudiKernel/IConverter.h>#include <GaudiKernel/IOpaqueAddress.h>#include <GaudiKernel/RegistryEntry.h>#include <GaudiKernel/TsDataSvc.h>#include <cassert>#include <cstdlib>#include <string>#include <string_view>
Go to the source code of this file.
Macros | |
| #define | STD_LOCK_GUARD_MACRO std::scoped_lock lock{ m_accessMutex }; |
| #define | CAST_REGENTRY(x, y) |
| #define | ON_DEBUG if ( msgLevel( MSG::DEBUG ) ) |
| #define | ON_VERBOSE if ( msgLevel( MSG::VERBOSE ) ) |
| #define | DEBMSG ON_DEBUG debug() |
| #define | VERMSG ON_VERBOSE verbose() |
| #define CAST_REGENTRY | ( | x, | |
| y ) |
Definition at line 46 of file TsDataSvc.cpp.
| #define DEBMSG ON_DEBUG debug() |
Definition at line 53 of file TsDataSvc.cpp.
| #define ON_DEBUG if ( msgLevel( MSG::DEBUG ) ) |
Definition at line 50 of file TsDataSvc.cpp.
| #define ON_VERBOSE if ( msgLevel( MSG::VERBOSE ) ) |
Definition at line 51 of file TsDataSvc.cpp.
| #define STD_LOCK_GUARD_MACRO std::scoped_lock lock{ m_accessMutex }; |
Definition at line 25 of file TsDataSvc.cpp.
| #define VERMSG ON_VERBOSE verbose() |
Definition at line 54 of file TsDataSvc.cpp.