ChimeraTK-DeviceAccess-DoocsBackend  01.09.02
CatalogueCache.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RegisterInfo.h"
4 
5 #include <memory>
6 #include <string>
7 
8 namespace Cache {
9  DoocsBackendRegisterCatalogue readCatalogue(const std::string& xmlfile);
10  void saveCatalogue(const DoocsBackendRegisterCatalogue& c, const std::string& xmlfile);
11 } // namespace Cache
Cache::saveCatalogue
void saveCatalogue(const DoocsBackendRegisterCatalogue &c, const std::string &xmlfile)
Definition: CatalogueCache.cc:59
Cache::readCatalogue
DoocsBackendRegisterCatalogue readCatalogue(const std::string &xmlfile)
Definition: CatalogueCache.cc:33
DoocsBackendRegisterCatalogue
Definition: RegisterInfo.h:12
RegisterInfo.h
Cache
Definition: CatalogueCache.h:8
ChimeraTK
Definition: spec_DoocsBackend.dox:2