LogCabin
|
Namespaces | |
namespace | ProtoBuf |
namespace | Internal |
Classes | |
struct | Result |
Returned by Tree operations; contain a status code and an error message. More... | |
class | Tree |
This is an in-memory, hierarchical key-value store. More... | |
Enumerations | |
enum | Status { OK, INVALID_ARGUMENT, LOOKUP_ERROR, TYPE_ERROR, CONDITION_NOT_MET } |
Status codes returned by Tree operations. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &os, Status status) |
Print a status code to a stream. |
Status codes returned by Tree operations.