zookeeper-cpp
ZooKeeper Client for C++
zk::multi_result::part Class Referencefinal

A part of a result. More...

#include <zk/multi.hpp>

Public Member Functions

 part (op_type, std::nullptr_t) noexcept
 
 part (create_result) noexcept
 
 part (set_result) noexcept
 
 part (const part &)
 
 part (part &&) noexcept
 
partoperator= (const part &)=delete
 
partoperator= (part &&)=delete
 
op_type type () const
 The op_type of the op that caused this result. More...
 
const create_resultas_create () const
 
const set_resultas_set () const
 

Detailed Description

A part of a result.

The behavior depends on the op_type of op provided to the original transaction.

Definition at line 211 of file multi.hpp.

Member Function Documentation

op_type zk::multi_result::part::type ( ) const
inline

The op_type of the op that caused this result.

Definition at line 227 of file multi.hpp.


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