zookeeper-cpp
ZooKeeper Client for C++
zk::transaction_id Struct Referencefinal
+ 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
 
- Public Member Functions inherited from zk::strong_id< transaction_id, std::size_t >
constexpr strong_id (value_type val) noexcept
 
constexpr value_type get () const noexcept
 
constexpr operator value_type () noexcept
 
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
 

Detailed Description

Definition at line 169 of file types.hpp.


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