#include "GaudiKernel/IInterface.h"
#include <string>
#include <vector>
#include <map>
Include dependency graph for IDatabaseSvc.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | IDatabaseSvc |
Typedefs | |
typedef std::map< std::string, std::string > | DatabaseRecord |
typedef std::vector< DatabaseRecord > | DatabaseRecordVector |
Variables | |
static const InterfaceID | IID_IDatabaseSvc ("IDatabaseSvc", 1, 0) |
typedef std::map<std::string,std::string> DatabaseRecord |
Definition at line 10 of file IDatabaseSvc.h.
typedef std::vector<DatabaseRecord> DatabaseRecordVector |
Definition at line 11 of file IDatabaseSvc.h.
const InterfaceID IID_IDatabaseSvc("IDatabaseSvc", 1, 0) [static] |