ChimeraTK-DeviceAccess-DoocsBackend 01.11.02
Loading...
Searching...
No Matches
Cache Namespace Reference

Functions

DoocsBackendRegisterCatalogue readCatalogue (const std::string &xmlfile)
 
void saveCatalogue (const DoocsBackendRegisterCatalogue &c, const std::string &xmlfile)
 
bool is_empty (std::ifstream &f)
 
bool is_empty (std::ifstream &&f)
 

Function Documentation

◆ is_empty() [1/2]

bool Cache::is_empty ( std::ifstream &&  f)

Definition at line 55 of file CatalogueCache.cc.

◆ is_empty() [2/2]

bool Cache::is_empty ( std::ifstream &  f)

Definition at line 51 of file CatalogueCache.cc.

◆ readCatalogue()

DoocsBackendRegisterCatalogue Cache::readCatalogue ( const std::string &  xmlfile)

Definition at line 35 of file CatalogueCache.cc.

◆ saveCatalogue()

void Cache::saveCatalogue ( const DoocsBackendRegisterCatalogue c,
const std::string &  xmlfile 
)

Definition at line 61 of file CatalogueCache.cc.