ChimeraTK-DeviceAccess-DoocsBackend
01.09.02
|
#include "CatalogueCache.h"
#include "RegisterInfo.h"
#include "StringUtility.h"
#include <doocs/EqCall.h>
#include <eq_types.h>
#include <libxml++/libxml++.h>
#include <boost/algorithm/string.hpp>
#include <boost/filesystem.hpp>
#include <cerrno>
#include <cstdlib>
#include <cstring>
#include <fstream>
Go to the source code of this file.
Namespaces | |
Cache | |
Functions | |
DoocsBackendRegisterCatalogue | Cache::readCatalogue (const std::string &xmlfile) |
bool | Cache::is_empty (std::ifstream &f) |
bool | Cache::is_empty (std::ifstream &&f) |
void | Cache::saveCatalogue (const DoocsBackendRegisterCatalogue &c, const std::string &xmlfile) |