|
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 26 of file results.hpp.