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