zookeeper-cpp
ZooKeeper Client for C++
|
Describes the various result types of client
operations.
More...
#include <zk/config.hpp>
#include <iosfwd>
#include <string>
#include <vector>
#include "acl.hpp"
#include "buffer.hpp"
#include "future.hpp"
#include "optional.hpp"
#include "types.hpp"
Go to the source code of this file.
Classes | |
class | zk::get_result |
The result type of client::get . More... | |
class | zk::get_children_result |
The result type of client::get_children . More... | |
class | zk::exists_result |
The result type of client::exists . More... | |
class | zk::create_result |
The result type of client::create . More... | |
class | zk::set_result |
The result type of client::set . More... | |
class | zk::get_acl_result |
The result type of client::get_acl . More... | |
class | zk::event |
Data delivered when a watched event triggers. More... | |
class | zk::watch_result |
The result type of client::watch . More... | |
class | zk::watch_children_result |
The result type of client::watch_children . More... | |
class | zk::watch_exists_result |
The result type of client::watch_exists . More... | |
Describes the various result types of client
operations.
Definition in file results.hpp.