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

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_idoperator++ ()
 
transaction_id operator++ (int)
 
transaction_idoperator-- ()
 
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...
 

Detailed Description

Represents the ZooKeeper transaction ID in which an event happened to an entry.

See also
stat::create_transaction
stat::modified_transaction
stat::child_modified_transaction

Definition at line 199 of file types.hpp.


The documentation for this struct was generated from the following file: