Namespaces | |
Private | |
Functions | |
std::string | fileDirname (const char *filename) |
std::string | fileTail (const char *filename) |
std::string | joinDir1WithName2 (const char *fname1, const char *fname2) |
StringArchive * | loadStringArchiveFromArchive (AbsArchive &arch, const unsigned long long id) |
std::string | localFileURI (const char *filename) |
StringArchive * | readCompressedStringArchive (const char *filename) |
StringArchive * | readCompressedStringArchiveExt (const char *filename, const char *suffix) |
StringArchive * | readStringArchive (const char *filename) |
bool | writeBinaryCatalog (std::ostream &os, const unsigned compressionCode, const unsigned mergeLevel, const std::vector< std::string > &annotations, const AbsCatalog &catalog, const unsigned formatId) |
bool | writeCompressedStringArchive (const StringArchive &ar, const char *filename, const unsigned inCompressionMode, const int compressionLevel, const unsigned minSizeToCompress, const unsigned bufSize) |
bool | writeCompressedStringArchiveExt (const StringArchive &ar, const char *filename, const char *suffix) |
bool | writeStringArchive (const StringArchive &ar, const char *filename) |
std::string gs::fileDirname | ( | const char * | filename | ) |
Definition at line 31 of file uriUtils.cc.
References AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by joinDir1WithName2().
std::string gs::fileTail | ( | const char * | filename | ) |
Definition at line 20 of file uriUtils.cc.
References corrVsCorr::filename, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by joinDir1WithName2().
std::string gs::joinDir1WithName2 | ( | const char * | fname1, |
const char * | fname2 | ||
) |
Definition at line 41 of file uriUtils.cc.
References fileDirname(), fileTail(), and AlCaHLTBitMon_QueryRunRegistry::string.
StringArchive* gs::loadStringArchiveFromArchive | ( | AbsArchive & | arch, |
const unsigned long long | id | ||
) |
std::string gs::localFileURI | ( | const char * | filename | ) |
Definition at line 8 of file uriUtils.cc.
References corrVsCorr::filename, and AlCaHLTBitMon_QueryRunRegistry::string.
StringArchive* gs::readCompressedStringArchive | ( | const char * | filename | ) |
StringArchive* gs::readCompressedStringArchiveExt | ( | const char * | filename, |
const char * | suffix | ||
) |
Definition at line 105 of file stringArchiveIO.cc.
References readCompressedStringArchive(), readStringArchive(), and suffix_matches().
StringArchive* gs::readStringArchive | ( | const char * | filename | ) |
bool gs::writeBinaryCatalog | ( | std::ostream & | os, |
const unsigned | compressionCode, | ||
const unsigned | mergeLevel, | ||
const std::vector< std::string > & | annotations, | ||
const AbsCatalog & | catalog, | ||
const unsigned | formatId | ||
) |
Definition at line 4 of file CatalogIO.cc.
bool gs::writeCompressedStringArchive | ( | const StringArchive & | ar, |
const char * | filename, | ||
const unsigned | inCompressionMode, | ||
const int | compressionLevel, | ||
const unsigned | minSizeToCompress, | ||
const unsigned | bufSize | ||
) |
Definition at line 54 of file stringArchiveIO.cc.
References funct::m, and mps_update::status.
Referenced by writeCompressedStringArchiveExt().
bool gs::writeCompressedStringArchiveExt | ( | const StringArchive & | ar, |
const char * | filename, | ||
const char * | suffix | ||
) |
Definition at line 114 of file stringArchiveIO.cc.
References suffix_matches(), writeCompressedStringArchive(), and writeStringArchive().
bool gs::writeStringArchive | ( | const StringArchive & | ar, |
const char * | filename | ||
) |
Definition at line 29 of file stringArchiveIO.cc.
References mps_update::status.
Referenced by writeCompressedStringArchiveExt().