#include <chrono>#include <iostream>#include <map>#include <memory>#include <string.h>#include <string>#include <time.h>#include <vector>#include <optional>#include <tuple>#include <derecho/conf/conf.hpp>#include <derecho/core/derecho.hpp>#include <derecho/mutils-serialization/SerializationSupport.hpp>#include <derecho/persistent/Persistent.hpp>

Go to the source code of this file.
Classes | |
| class | objectstore::Blob |
| class | objectstore::Object |
Namespaces | |
| objectstore | |
Macros | |
| #define | INV_OID (0xffffffffffffffffLLU) |
Typedefs | |
| using | objectstore::OID = uint64_t |
Functions | |
| std::ostream & | objectstore::operator<< (std::ostream &out, const Blob &b) |
| std::ostream & | objectstore::operator<< (std::ostream &out, const Object &o) |
| #define INV_OID (0xffffffffffffffffLLU) |
Definition at line 71 of file Object.hpp.
1.8.13