OpenSDN source code
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
etcd::etcdql::EtcdIf::EtcdAsyncSetCall Struct Reference
Inheritance diagram for etcd::etcdql::EtcdIf::EtcdAsyncSetCall:
Collaboration diagram for etcd::etcdql::EtcdIf::EtcdAsyncSetCall:

Public Attributes

std::unique_ptr
< ClientAsyncResponseReader
< PutResponse > > 
set_reader_
 
PutResponse set_resp_
 
- Public Attributes inherited from etcd::etcdql::EtcdIf::EtcdAsyncCall
Status status_
 
ClientContext ctx_
 
CompletionQueue cq_
 

Detailed Description

TEST ONLY For set operation

Definition at line 146 of file eql_if.h.

Member Data Documentation

std::unique_ptr<ClientAsyncResponseReader<PutResponse> > etcd::etcdql::EtcdIf::EtcdAsyncSetCall::set_reader_

Definition at line 147 of file eql_if.h.

PutResponse etcd::etcdql::EtcdIf::EtcdAsyncSetCall::set_resp_

Definition at line 148 of file eql_if.h.


The documentation for this struct was generated from the following file: