ChimeraTK-DeviceAccess-DoocsBackend 01.11.02
Loading...
Searching...
No Matches
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
8namespace Cache {
9 DoocsBackendRegisterCatalogue readCatalogue(const std::string& xmlfile);
10 void saveCatalogue(const DoocsBackendRegisterCatalogue& c, const std::string& xmlfile);
11} // namespace Cache
DoocsBackendRegisterCatalogue readCatalogue(const std::string &xmlfile)
void saveCatalogue(const DoocsBackendRegisterCatalogue &c, const std::string &xmlfile)