xgboost
|
#include <result.h>
公有成员函数 | |
ResultImpl ()=delete | |
ResultImpl (ResultImpl const &that)=delete | |
ResultImpl (ResultImpl &&that)=default | |
ResultImpl & | operator= (ResultImpl const &that)=delete |
ResultImpl & | operator= (ResultImpl &&that)=default |
ResultImpl (std::string msg) | |
ResultImpl (std::string msg, std::error_code errc) | |
ResultImpl (std::string msg, std::unique_ptr< ResultImpl > prev) | |
ResultImpl (std::string msg, std::error_code errc, std::unique_ptr< ResultImpl > prev) | |
bool | operator== (ResultImpl const &that) const noexcept(true) |
std::string | Report () const |
std::error_code | Code () const |
void | Concat (std::unique_ptr< ResultImpl > rhs) |
公有属性 | |
std::string | message |
std::error_code | errc {} |
std::unique_ptr< ResultImpl > | prev {nullptr} |
|
delete |
|
delete |
|
default |
|
inlineexplicit |
|
inlineexplicit |
|
inlineexplicit |
|
inlineexplicit |
std::error_code xgboost::collective::detail::ResultImpl::Code | ( | ) | const |
void xgboost::collective::detail::ResultImpl::Concat | ( | std::unique_ptr< ResultImpl > | rhs | ) |
|
default |
|
delete |
|
inlinenoexcept |
std::string xgboost::collective::detail::ResultImpl::Report | ( | ) | const |
std::error_code xgboost::collective::detail::ResultImpl::errc {} |
std::string xgboost::collective::detail::ResultImpl::message |
std::unique_ptr<ResultImpl> xgboost::collective::detail::ResultImpl::prev {nullptr} |