zookeeper-cpp
ZooKeeper Client for C++
results.hpp File Reference

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...
 

Functions

std::ostream & zk::operator<< (std::ostream &os, const get_result &self)
 
std::string zk::to_string (const get_result &self)
 
std::ostream & zk::operator<< (std::ostream &os, const get_children_result &self)
 
std::string zk::to_string (const get_children_result &self)
 
std::ostream & zk::operator<< (std::ostream &os, const exists_result &self)
 
std::string zk::to_string (const exists_result &self)
 
std::ostream & zk::operator<< (std::ostream &os, const create_result &self)
 
std::string zk::to_string (const create_result &self)
 
std::ostream & zk::operator<< (std::ostream &os, const set_result &self)
 
std::string zk::to_string (const set_result &self)
 
std::ostream & zk::operator<< (std::ostream &os, const get_acl_result &self)
 
std::string zk::to_string (const get_acl_result &self)
 
std::ostream & zk::operator<< (std::ostream &os, const event &self)
 
std::string zk::to_string (const event &self)
 
std::ostream & zk::operator<< (std::ostream &os, const watch_result &self)
 
std::string zk::to_string (const watch_result &self)
 
std::ostream & zk::operator<< (std::ostream &os, const watch_children_result &self)
 
std::string zk::to_string (const watch_children_result &self)
 
std::ostream & zk::operator<< (std::ostream &os, const watch_exists_result &self)
 
std::string zk::to_string (const watch_exists_result &self)
 

Detailed Description

Describes the various result types of client operations.

Definition in file results.hpp.