|
zookeeper-cpp
ZooKeeper Client for C++
|
The result type of client::watch. More...
#include <zk/results.hpp>
Public Member Functions | |
| watch_result (get_result initial, future< event > next) noexcept | |
| watch_result (watch_result &&)=default | |
| const get_result & | initial () const & |
| get_result & | initial ()& |
| get_result | initial ()&& |
| const future< event > & | next () const & |
| future< event > & | next ()& |
| future< event > | next ()&& |
The result type of client::watch.
Definition at line 224 of file results.hpp.
|
inline |
The initial result of the fetch.
Definition at line 235 of file results.hpp.
|
inline |
Future to be delivered when the watch is triggered.
Definition at line 242 of file results.hpp.