|
zookeeper-cpp
ZooKeeper Client for C++
|
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 | |
| part & | operator= (const part &)=delete |
| part & | operator= (part &&)=delete |
| op_type | type () const |
The op_type of the op that caused this result. More... | |
| const create_result & | as_create () const |
| const set_result & | as_set () const |
A part of a result.
The behavior depends on the op_type of op provided to the original transaction.
|
inline |