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

The result type of client::create. More...

#include <zk/results.hpp>

Public Member Functions

 create_result (std::string name) noexcept
 
const std::string & name () const &
 
std::string & name ()&
 
std::string name ()&&
 

Detailed Description

The result type of client::create.

Definition at line 116 of file results.hpp.

Member Function Documentation

const std::string& zk::create_result::name ( ) const
inline

The name of the created entry. How useful this is depends on the value of create_mode passed to the create operation. If create_mode::sequential was set, this value must be used to see what was created. In all other cases, the name is the same as the path which was passed in.

Definition at line 127 of file results.hpp.


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