zookeeper-cpp
ZooKeeper Client for C++
|
The result type of client::get_children
.
More...
#include <zk/results.hpp>
Public Types | |
using | children_list_type = std::vector< std::string > |
Public Member Functions | |
get_children_result (children_list_type children, const stat &parent_stat) noexcept | |
const children_list_type & | children () const & |
The list of children of the parent znode. More... | |
children_list_type & | children ()& |
children_list_type | children ()&& |
const stat & | parent_stat () const |
The stat of the znode client::get_children was called on. More... | |
stat & | parent_stat () |
The result type of client::get_children
.
Definition at line 50 of file results.hpp.
|
inline |
The list of children of the parent znode.
Definition at line 61 of file results.hpp.
|
inline |
The stat
of the znode client::get_children
was called on.
Definition at line 66 of file results.hpp.