Derecho  0.9
Distributed systems toolkit for RDMA
Classes | Namespaces | Macros | Typedefs | Functions
Object.hpp File Reference
#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>
Include dependency graph for Object.hpp:
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

◆ INV_OID

#define INV_OID   (0xffffffffffffffffLLU)

Definition at line 71 of file Object.hpp.