OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
eql_if.h File Reference
#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"
Include dependency graph for eql_if.h:
This graph shows which files directly or indirectly include this file:

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 }