OpenSDN source code
|
#include <string>
#include <boost/asio/ip/tcp.hpp>
#include <grpc++/grpc++.h>
#include <boost/function.hpp>
#include "proto/rpc.grpc.pb.h"
#include "proto/kv.pb.h"
Go to the source code of this file.
Classes | |
class | etcd::etcdql::EtcdIf |
struct | etcd::etcdql::EtcdIf::EtcdAsyncCall |
struct | etcd::etcdql::EtcdIf::EtcdAsyncGetCall |
struct | etcd::etcdql::EtcdIf::EtcdAsyncSetCall |
struct | etcd::etcdql::EtcdIf::EtcdAsyncDeleteCall |
struct | etcd::etcdql::EtcdIf::EtcdAsyncWatchCall |
class | etcd::etcdql::EtcdResponse |
Namespaces | |
etcd | |
etcd::etcdql | |
Typedefs | |
typedef boost::asio::ip::tcp::endpoint | etcd::etcdql::Endpoint |
Enumerations | |
enum | etcd::etcdql::WatchAction { etcd::etcdql::CREATE =0, etcd::etcdql::UPDATE, etcd::etcdql::DELETE, etcd::etcdql::INVALID } |