The Gaudi Framework  master (da3d77e1)
TsDataSvc.cpp File Reference
#include <GaudiKernel/IConversionSvc.h>
#include <GaudiKernel/IConverter.h>
#include <GaudiKernel/IOpaqueAddress.h>
#include <GaudiKernel/DataObject.h>
#include <GaudiKernel/GaudiException.h>
#include <GaudiKernel/DataIncident.h>
#include <GaudiKernel/RegistryEntry.h>
#include <GaudiKernel/TsDataSvc.h>
#include <algorithm>
#include <cassert>
#include <cstdlib>
#include <mutex>
#include <sstream>
#include <vector>
Include dependency graph for TsDataSvc.cpp:

Go to the source code of this file.

Macros

#define TSDATASVC_DATASVC_CPP
 
#define STD_LOCK_GUARD_MACRO   std::scoped_lock lock{ m_accessMutex };
 
#define CAST_REGENTRY(x, y)   dynamic_cast<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()
 

Typedefs

typedef DataSvcHelpers::RegistryEntry RegEntry
 

Macro Definition Documentation

◆ CAST_REGENTRY

#define CAST_REGENTRY (   x,
 
)    dynamic_cast<x>( y )

Definition at line 75 of file TsDataSvc.cpp.

◆ DEBMSG

#define DEBMSG   ON_DEBUG debug()

Definition at line 82 of file TsDataSvc.cpp.

◆ ON_DEBUG

#define ON_DEBUG   if ( msgLevel( MSG::DEBUG ) )

Definition at line 79 of file TsDataSvc.cpp.

◆ ON_VERBOSE

#define ON_VERBOSE   if ( msgLevel( MSG::VERBOSE ) )

Definition at line 80 of file TsDataSvc.cpp.

◆ STD_LOCK_GUARD_MACRO

#define STD_LOCK_GUARD_MACRO   std::scoped_lock lock{ m_accessMutex };

Definition at line 54 of file TsDataSvc.cpp.

◆ TSDATASVC_DATASVC_CPP

#define TSDATASVC_DATASVC_CPP

Definition at line 31 of file TsDataSvc.cpp.

◆ VERMSG

#define VERMSG   ON_VERBOSE verbose()

Definition at line 83 of file TsDataSvc.cpp.

Typedef Documentation

◆ RegEntry

Definition at line 76 of file TsDataSvc.cpp.