![]() |
ChimeraTK-DeviceAccess-DoocsBackend 01.11.02
|
#include "CatalogueCache.h"#include "RegisterInfo.h"#include "StringUtility.h"#include <doocs/EqCall.h>#include <libxml++/libxml++.h>#include <boost/algorithm/string.hpp>#include <boost/filesystem.hpp>#include <eq_types.h>#include <cerrno>#include <cstdlib>#include <cstring>#include <fstream>
Include dependency graph for CatalogueCache.cc:Go to the source code of this file.
Namespaces | |
| namespace | 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) |