The Gaudi Framework
v30r3 (a5ef0a68)
|
#include "GaudiKernel/AttribStringParser.h"
#include "GaudiKernel/DataObject.h"
#include "GaudiKernel/IAddressCreator.h"
#include "GaudiKernel/IConversionSvc.h"
#include "GaudiKernel/IDataManagerSvc.h"
#include "GaudiKernel/IDataProviderSvc.h"
#include "GaudiKernel/IOpaqueAddress.h"
#include "GaudiKernel/IPartitionControl.h"
#include "GaudiKernel/ISvcLocator.h"
#include "GaudiKernel/ISvcManager.h"
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/Service.h"
#include "GaudiKernel/SmartIF.h"
#include "GaudiKernel/TypeNameString.h"
#include "GaudiKernel/compose.h"
#include "boost/variant.hpp"
#include <map>
Go to the source code of this file.
Classes | |
class | MultiStoreSvc |
Data service base class. More... | |
struct | MultiStoreSvc::tagROOT |
Root type (address or object) More... | |
Namespaces | |
detail | |
TupleObj.h GaudiAlg/TupleObj.h namespace with few technical implementations. | |
Macros | |
#define | DATASVC_MULTISTORESVC_CPP |
Typedefs | |
typedef const std::string | CSTR |
typedef IDataStoreAgent | AGENT |
typedef DataObject | OBJECT |
typedef IOpaqueAddress | ADDRESS |
#define DATASVC_MULTISTORESVC_CPP |
Definition at line 18 of file MultiStoreSvc.cpp.
typedef IOpaqueAddress ADDRESS |
Definition at line 46 of file MultiStoreSvc.cpp.
typedef IDataStoreAgent AGENT |
Definition at line 44 of file MultiStoreSvc.cpp.
typedef const std::string CSTR |
Definition at line 41 of file MultiStoreSvc.cpp.
typedef DataObject OBJECT |
Definition at line 45 of file MultiStoreSvc.cpp.