|
zookeeper-cpp
ZooKeeper Client for C++
|
Represents the ZooKeeper transaction ID in which an event happened to an entry. More...
#include <zk/types.hpp>
Inheritance diagram for zk::transaction_id:Additional Inherited Members | |
Public Types inherited from zk::strong_id< transaction_id, std::size_t > | |
| using | value_type = std::size_t |
| The representation type of this ID. More... | |
Public Member Functions inherited from zk::strong_id< transaction_id, std::size_t > | |
| strong_id () noexcept=default | |
| Default construct the ID. More... | |
| constexpr | strong_id (value_type value) noexcept |
| Construct this instance with the given value. More... | |
| constexpr value_type | get () const noexcept |
| Get the value of this ID. More... | |
| constexpr | operator value_type () noexcept |
| Get the value of this ID. More... | |
| transaction_id & | operator++ () |
| transaction_id | operator++ (int) |
| transaction_id & | operator-- () |
| transaction_id | operator-- (int) |
Public Attributes inherited from zk::strong_id< transaction_id, std::size_t > | |
| value_type | value |
| Underlying value of this ID. More... | |
Represents the ZooKeeper transaction ID in which an event happened to an entry.