|  | The Gaudi Framework
    v36r1 (3e2fb5a8)
    | 
#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/DataSvc.h"#include "GaudiKernel/IIncidentSvc.h"#include "GaudiKernel/RegistryEntry.h"#include <algorithm>#include <cassert>#include <cstdlib>#include <sstream>#include <vector>
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 ( 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 | 
| #define CAST_REGENTRY | ( | x, | |
| y | |||
| ) | dynamic_cast<x>( y ) | 
Definition at line 73 of file DataSvc.cpp.
| #define DATASVC_DATASVC_CPP | 
Definition at line 30 of file DataSvc.cpp.
| #define DEBMSG ON_DEBUG debug() | 
Definition at line 80 of file DataSvc.cpp.
| #define ON_DEBUG if ( msgLevel( MSG::DEBUG ) ) | 
Definition at line 77 of file DataSvc.cpp.
| #define ON_VERBOSE if ( msgLevel( MSG::VERBOSE ) ) | 
Definition at line 78 of file DataSvc.cpp.
| #define VERMSG ON_VERBOSE verbose() | 
Definition at line 81 of file DataSvc.cpp.
Definition at line 74 of file DataSvc.cpp.