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

Static Public Member Functions

static void deliver_raw (int rc_in, ptr< const char > data, int data_sz, ptr< const struct Stat > pstat, ptr< const void > self_in) noexcept
 

Additional Inherited Members

- Public Member Functions inherited from zk::connection_zk::basic_watcher< watch_result >
future< watch_resultget_data_future ()
 
virtual void deliver_event (event ev) override
 
void deliver_data (optional< watch_result > data, std::exception_ptr ex_ptr)
 
- Public Member Functions inherited from zk::connection_zk::watcher
future< eventget_event_future ()
 
- Protected Attributes inherited from zk::connection_zk::watcher
std::atomic< bool > _event_delivered
 
promise< event_event_promise
 

Detailed Description

Definition at line 362 of file connection_zk.cpp.


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