The Gaudi Framework  master (ff829712)
Loading...
Searching...
No Matches
DataSvc.cpp File Reference
Include dependency graph for DataSvc.cpp:

Go to the source code of this file.

Macros

#define DATASVC_DATASVC_CPP
 
#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()
 

Typedefs

typedef DataSvcHelpers::RegistryEntry RegEntry
 

Macro Definition Documentation

◆ CAST_REGENTRY

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

Definition at line 46 of file DataSvc.cpp.

◆ DATASVC_DATASVC_CPP

#define DATASVC_DATASVC_CPP

Definition at line 11 of file DataSvc.cpp.

◆ DEBMSG

#define DEBMSG   ON_DEBUG debug()

Definition at line 53 of file DataSvc.cpp.

◆ ON_DEBUG

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

Definition at line 50 of file DataSvc.cpp.

◆ ON_VERBOSE

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

Definition at line 51 of file DataSvc.cpp.

◆ VERMSG

#define VERMSG   ON_VERBOSE verbose()

Definition at line 54 of file DataSvc.cpp.

Typedef Documentation

◆ RegEntry

Definition at line 48 of file DataSvc.cpp.