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

Classes

class  part
 A part of a result. More...
 

Public Types

using iterator = std::vector< part >::iterator
 
using const_iterator = std::vector< part >::const_iterator
 
using size_type = std::vector< part >::size_type
 

Public Member Functions

 multi_result (std::vector< part > parts) noexcept
 
size_type size () const
 
partoperator[] (size_type idx)
 
const partoperator[] (size_type idx) const
 
iterator begin ()
 
const_iterator begin () const
 
const_iterator cbegin () const
 
iterator end ()
 
const_iterator end () const
 
const_iterator cend () const
 
void reserve (size_type capacity)
 
template<typename... TArgs>
void emplace_back (TArgs &&...args)
 
void push_back (part &&x)
 
void push_back (const part &x)
 

Detailed Description

Definition at line 190 of file multi.hpp.


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