zookeeper-cpp
ZooKeeper Client for C++
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Groups
zk::watch_exists_result Class Referencefinal

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_resultinitial () const &
 
exists_resultinitial ()&
 
exists_result initial ()&&
 
const future< event > & next () const &
 
future< event > & next ()&
 
future< eventnext ()&&
 

Detailed Description

The result type of client::watch_exists.

Definition at line 290 of file results.hpp.

Member Function Documentation

const exists_result& zk::watch_exists_result::initial ( ) const
inline

The initial result of the fetch.

Definition at line 301 of file results.hpp.

const future<event>& zk::watch_exists_result::next ( ) const
inline

Future to be delivered when the watch is triggered.

Definition at line 308 of file results.hpp.


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