HOPS
HOPS class reference
|
This is the complete list of members for hops::MHO_BinaryFileInterface, including all inherited members.
Close() | hops::MHO_BinaryFileInterface | inline |
ExtractFileObjectKeys(const std::string &filename, std::vector< MHO_FileKey > &keys) | hops::MHO_BinaryFileInterface | inline |
ExtractFileObjectKeysAndOffsets(const std::string &filename, std::vector< MHO_FileKey > &keys, std::vector< std::size_t > &byte_offsets) | hops::MHO_BinaryFileInterface | inline |
ExtractIndexFileObjectKeys(const std::string &index_filename, std::vector< MHO_FileKey > &keys) | hops::MHO_BinaryFileInterface | inline |
IsOpenForRead() | hops::MHO_BinaryFileInterface | inline |
IsOpenForWrite() | hops::MHO_BinaryFileInterface | inline |
MHO_BinaryFileInterface() | hops::MHO_BinaryFileInterface | inline |
OpenToAppend(const std::string &obj_filename, const std::string &index_filename="") | hops::MHO_BinaryFileInterface | inline |
OpenToRead(const std::string &filename) | hops::MHO_BinaryFileInterface | inline |
OpenToReadAtOffset(const std::string &filename, uint64_t offset_bytes) | hops::MHO_BinaryFileInterface | inline |
OpenToWrite(const std::string &obj_filename, const std::string &index_filename="") | hops::MHO_BinaryFileInterface | inline |
Read(XReadType &obj, MHO_FileKey &obj_key) | hops::MHO_BinaryFileInterface | inline |
Write(const XWriteType &obj, const std::string &shortname="") | hops::MHO_BinaryFileInterface | inline |
Write(const XWriteType &obj, const char *shortname) | hops::MHO_BinaryFileInterface | inline |
~MHO_BinaryFileInterface() | hops::MHO_BinaryFileInterface | inlinevirtual |