zookeeper-cpp
ZooKeeper Client for C++
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Groups
zk::connection_zk::basic_watcher< TResult > Class Template Reference
+ Inheritance diagram for zk::connection_zk::basic_watcher< TResult >:

Public Member Functions

future< TResult > get_data_future ()
 
virtual void deliver_event (event ev) override
 
void deliver_data (optional< TResult > data, std::exception_ptr ex_ptr)
 
- Public Member Functions inherited from zk::connection_zk::watcher
future< eventget_event_future ()
 

Additional Inherited Members

- Protected Attributes inherited from zk::connection_zk::watcher
std::atomic< bool > _event_delivered
 
promise< event_event_promise
 

Detailed Description

template<typename TResult>
class zk::connection_zk::basic_watcher< TResult >

Definition at line 234 of file connection_zk.cpp.


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