Tkrzw
|
File implementations by positional access. More...
#include <memory>
#include <string>
#include <cinttypes>
#include "tkrzw_file.h"
#include "tkrzw_lib_common.h"
Classes | |
class | tkrzw::PositionalFile |
Interface for positional access file implementations. More... | |
class | tkrzw::PositionalParallelFile |
File implementation by positional access and locking for parallel operations. More... | |
class | tkrzw::PositionalAtomicFile |
File implementation with positional access and locking for atomic operations. More... | |
Namespaces | |
tkrzw | |
Common namespace of Tkrzw. | |
File implementations by positional access.