All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DataSvc.cpp File Reference
#include "GaudiKernel/IConverter.h"
#include "GaudiKernel/IOpaqueAddress.h"
#include "GaudiKernel/IConversionSvc.h"
#include "GaudiKernel/xtoa.h"
#include "GaudiKernel/DataObject.h"
#include "GaudiKernel/GaudiException.h"
#include "GaudiKernel/RegistryEntry.h"
#include "GaudiKernel/DataSvc.h"
#include "GaudiKernel/DataIncident.h"
#include "GaudiKernel/IIncidentSvc.h"
#include <cassert>
#include <cstdlib>
#include <vector>
#include <algorithm>
#include <sstream>
Include dependency graph for DataSvc.cpp:

Go to the source code of this file.

Macros

#define DATASVC_DATASVC_CPP
 
#define CAST_REGENTRY(x, y)   dynamic_cast<x>(y)
 
#define ON_DEBUG   if (UNLIKELY(outputLevel() <= MSG::DEBUG))
 
#define ON_VERBOSE   if (UNLIKELY(outputLevel() <= MSG::VERBOSE))
 
#define DEBMSG   ON_DEBUG debug()
 
#define VERMSG   ON_VERBOSE verbose()
 

Typedefs

typedef
DataSvcHelpers::RegistryEntry 
RegEntry
 

Macro Definition Documentation

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

Definition at line 57 of file DataSvc.cpp.

#define DATASVC_DATASVC_CPP

Definition at line 19 of file DataSvc.cpp.

#define DEBMSG   ON_DEBUG debug()

Definition at line 64 of file DataSvc.cpp.

#define ON_DEBUG   if (UNLIKELY(outputLevel() <= MSG::DEBUG))

Definition at line 61 of file DataSvc.cpp.

#define ON_VERBOSE   if (UNLIKELY(outputLevel() <= MSG::VERBOSE))

Definition at line 62 of file DataSvc.cpp.

#define VERMSG   ON_VERBOSE verbose()

Definition at line 65 of file DataSvc.cpp.

Typedef Documentation

Definition at line 59 of file DataSvc.cpp.