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

The result type of client::set. More...

#include <zk/results.hpp>

Public Member Functions

 set_result (const zk::stat &stat) noexcept
 
const zk::statstat () const
 
zk::statstat ()
 

Detailed Description

The result type of client::set.

Definition at line 141 of file results.hpp.

Member Function Documentation

const zk::stat& zk::set_result::stat ( ) const
inline

The zk::stat of the entry after the set operation.

Definition at line 150 of file results.hpp.


The documentation for this class was generated from the following files: