ATLAS Offline Software
Loading...
Searching...
No Matches
PersistencySvc_Parameters/TestDriver.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TESTDRIVER_H
6#define TESTDRIVER_H
7
8#include <map>
9#include <string>
10
11namespace pool {
12 class IFileCatalog;
13
14 class TestDriver {
15 public:
18 TestDriver(const TestDriver & ) = delete;
19 TestDriver& operator=(const TestDriver & ) = delete;
20 void write();
21 void read();
22
23 private:
25 std::string m_fileName;
26 std::map< std::string, std::string > m_parameters;
27 };
28
29}
30
31#endif
std::map< std::string, std::string > m_parameters
TestDriver(const std::string &catname="PersExtF.catatlog.xml")
TestDriver(const TestDriver &)=delete
TestDriver & operator=(const TestDriver &)=delete
pool namespace
Definition libname.h:15