zookeeper-cpp
ZooKeeper Client for C++
|
Represents a version of the ACL of a ZNode. More...
#include <zk/types.hpp>
Additional Inherited Members | |
![]() | |
using | value_type = std::int32_t |
![]() | |
constexpr | strong_id (value_type val) noexcept |
constexpr value_type | get () const noexcept |
constexpr | operator value_type () noexcept |
acl_version & | operator++ () |
acl_version | operator++ (int) |
acl_version & | operator-- () |
acl_version | operator-- (int) |
![]() | |
static constexpr acl_version | invalid () |
An invalid version specifier. More... | |
static constexpr acl_version | any () |
When specified in an operation, this version specifier will always pass. More... | |
![]() | |
value_type | value |
Represents a version of the ACL of a ZNode.