|
zookeeper-cpp
ZooKeeper Client for C++
|
Represents a version of the children of a ZNode. More...
#include <zk/types.hpp>
Inheritance diagram for zk::child_version:Additional Inherited Members | |
Public Types inherited from zk::strong_id< child_version, std::int32_t > | |
| using | value_type = std::int32_t |
Public Member Functions inherited from zk::strong_id< child_version, std::int32_t > | |
| constexpr | strong_id (value_type val) noexcept |
| constexpr value_type | get () const noexcept |
| constexpr | operator value_type () noexcept |
| child_version & | operator++ () |
| child_version | operator++ (int) |
| child_version & | operator-- () |
| child_version | operator-- (int) |
Static Public Member Functions inherited from zk::basic_version< child_version > | |
| static constexpr child_version | invalid () |
| An invalid version specifier. More... | |
| static constexpr child_version | any () |
| When specified in an operation, this version specifier will always pass. More... | |
Public Attributes inherited from zk::strong_id< child_version, std::int32_t > | |
| value_type | value |
Represents a version of the children of a ZNode.