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

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::aclacl () const &
 
zk::aclacl ()&
 
zk::acl acl ()&&
 
const zk::statstat () const
 
zk::statstat ()
 

Detailed Description

The result type of client::get_acl.

Definition at line 163 of file results.hpp.

Member Function Documentation

const zk::acl& zk::get_acl_result::acl ( ) const
inline

The zk::acl of the entry.

Definition at line 172 of file results.hpp.

const zk::stat& zk::get_acl_result::stat ( ) const
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.


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