zookeeper-cpp
ZooKeeper Client for C++
|
The result type of client::get_acl. More...
#include <zk/results.hpp>
Public Member Functions | |
get_acl_result (zk::acl acl, const zk::stat &stat) noexcept | |
const zk::acl & | acl () const & |
zk::acl & | acl ()& |
zk::acl | acl ()&& |
const zk::stat & | stat () const |
zk::stat & | stat () |
The result type of client::get_acl.
Definition at line 163 of file results.hpp.
|
inline |
The zk::acl of the entry.
Definition at line 172 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::acl_version.
Definition at line 180 of file results.hpp.