LogCabin
|
#include <cinttypes>
#include <google/protobuf/message.h>
#include <iostream>
#include <memory>
#include <string>
#include "RPC/OpaqueClientRPC.h"
Go to the source code of this file.
Classes | |
class | LogCabin::RPC::ClientRPC |
This class represents an asynchronous remote procedure call. More... | |
Namespaces | |
namespace | LogCabin |
namespace | LogCabin::RPC |
Functions | |
::std::ostream & | LogCabin::RPC::operator<< (::std::ostream &os, ClientRPC::Status status) |
Output a ClientRPC::Status to a stream. |