eapi_impl¶
Warning
doxygenfile: Cannot find file “eos/eapi_impl.h
Type definitions in eapi_impl¶
-
namespace
eos -
class
eapi_response_impl_t¶ - #include <eapi_impl.h>
An eAPI response from the Cli server.
Public Functions
-
eapi_response_impl_t()¶ Default constructor.
-
eapi_response_impl_t(bool success, uint32_t error_code, std::string const &error_message, std::vector<std::string> const &responses)¶ Full constructor.
-
bool
success() const¶ Getter for ‘success’: indicates if a response was received.
-
uint32_t
error_code() const¶ Getter for ‘error_code’: error code from eAPI response.
Friends
-
std::ostream &
operator<<(std::ostream &os, const eapi_response_impl_t &obj)¶ A utility stream operator that adds a string representation of eapi_response_t to the ostream.
-
-
class