|
zookeeper-cpp
ZooKeeper Client for C++
|
The result type of client::get.
More...
#include <zk/results.hpp>
Public Member Functions | |
| get_result (buffer data, const zk::stat &stat) noexcept | |
| const buffer & | data () const & |
| buffer & | data ()& |
| buffer | data ()&& |
| const zk::stat & | stat () const |
| zk::stat & | stat () |
The result type of client::get.
Definition at line 24 of file results.hpp.
|
inline |
The data read from the entry.
Definition at line 33 of file results.hpp.
|
inline |
The zk::stat of the entry at the time it was read. The most useful value of the returned value is stat::data_version.
Definition at line 41 of file results.hpp.