Class Store

Inheritance Relationships

Derived Types

Class Documentation

class Umap::Store

Subclassed by Umap::SparseStore, Umap::StoreFile, Umap::StoreNetwork

Public Functions

std::size_t get_size()
~Store()
ssize_t read_from_store(char *buf, std::size_t nb, off_t off) = 0
ssize_t write_to_store(char *buf, std::size_t nb, off_t off) = 0

Public Static Functions

Store *make_store(void *_region_, std::size_t _rsize_, std::size_t _alignsize_, int _fd_)