zookeeper-cpp
ZooKeeper Client for C++
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Groups
zk::get_children_result Class Referencefinal

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 &
 
children_list_type & children ()&
 
children_list_type children ()&&
 
const statparent_stat () const
 
statparent_stat ()
 

Detailed Description

The result type of client::get_children.

Definition at line 55 of file results.hpp.

Member Function Documentation

const children_list_type& zk::get_children_result::children ( ) const
inline

The list of children of the originally-queried node. Note that there is no guarantee on ordering of this list.

Definition at line 67 of file results.hpp.

const stat& zk::get_children_result::parent_stat ( ) const
inline

The zk::stat of the entry queried (the parent of the children).

Definition at line 74 of file results.hpp.


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