HelenOS sources

error_category    153 uspace/lib/cpp/include/__bits/system_error.hpp             constexpr error_category() noexcept = default;
error_category    154 uspace/lib/cpp/include/__bits/system_error.hpp             virtual ~error_category();
error_category    156 uspace/lib/cpp/include/__bits/system_error.hpp             error_category(const error_category&) = delete;
error_category    157 uspace/lib/cpp/include/__bits/system_error.hpp             error_category& operator=(const error_category&) = delete;
error_category    165 uspace/lib/cpp/include/__bits/system_error.hpp             bool operator==(const error_category&) const noexcept;
error_category    166 uspace/lib/cpp/include/__bits/system_error.hpp             bool operator!=(const error_category&) const noexcept;
error_category    167 uspace/lib/cpp/include/__bits/system_error.hpp             bool operator<(const error_category&) const noexcept;
error_category    170 uspace/lib/cpp/include/__bits/system_error.hpp     const error_category& generic_category() noexcept;
error_category    171 uspace/lib/cpp/include/__bits/system_error.hpp     const error_category& system_category() noexcept;
error_category    185 uspace/lib/cpp/include/__bits/system_error.hpp             error_code(int, const error_category&) noexcept;
error_category    200 uspace/lib/cpp/include/__bits/system_error.hpp             void assign(int, const error_category&) noexcept;
error_category    220 uspace/lib/cpp/include/__bits/system_error.hpp             const error_category& category() const noexcept;
error_category    231 uspace/lib/cpp/include/__bits/system_error.hpp             const error_category* cat_;
error_category    260 uspace/lib/cpp/include/__bits/system_error.hpp             error_condition(int, const error_category&) noexcept;
error_category    275 uspace/lib/cpp/include/__bits/system_error.hpp             void assign(int, const error_category&) noexcept;
error_category    295 uspace/lib/cpp/include/__bits/system_error.hpp             const error_category& category() const noexcept;
error_category    305 uspace/lib/cpp/include/__bits/system_error.hpp             const error_category* cat_;
error_category    338 uspace/lib/cpp/include/__bits/system_error.hpp             system_error(int, const error_category&, const string&);
error_category    339 uspace/lib/cpp/include/__bits/system_error.hpp             system_error(int, const error_category&, const char*);
error_category    340 uspace/lib/cpp/include/__bits/system_error.hpp             system_error(int, const error_category&);
error_category     68 uspace/lib/cpp/include/__bits/thread/future_common.hpp     const error_category& future_category() noexcept;
error_category     47 uspace/lib/cpp/src/future.cpp         class future_category_t: public error_category
error_category     51 uspace/lib/cpp/src/future.cpp                     : error_category{}
error_category     68 uspace/lib/cpp/src/future.cpp     const error_category& future_category() noexcept
error_category     36 uspace/lib/cpp/src/system_error.cpp     error_category::~error_category()
error_category     39 uspace/lib/cpp/src/system_error.cpp     error_condition error_category::default_error_condition(int code) const noexcept
error_category     44 uspace/lib/cpp/src/system_error.cpp     bool error_category::equivalent(int code, const error_condition& cond) const noexcept
error_category     49 uspace/lib/cpp/src/system_error.cpp     bool error_category::equivalent(const error_code& ec, int cond) const noexcept
error_category     54 uspace/lib/cpp/src/system_error.cpp     bool error_category::operator==(const error_category& rhs) const noexcept
error_category     59 uspace/lib/cpp/src/system_error.cpp     bool error_category::operator!=(const error_category& rhs) const noexcept
error_category     64 uspace/lib/cpp/src/system_error.cpp     bool error_category::operator<(const error_category& rhs) const noexcept
error_category     66 uspace/lib/cpp/src/system_error.cpp         return less<const error_category*>{}(this, &rhs);
error_category     71 uspace/lib/cpp/src/system_error.cpp         class generic_category_t: public error_category
error_category     75 uspace/lib/cpp/src/system_error.cpp                     : error_category{}
error_category     91 uspace/lib/cpp/src/system_error.cpp         class system_category_t: public error_category
error_category     95 uspace/lib/cpp/src/system_error.cpp                     : error_category{}
error_category    112 uspace/lib/cpp/src/system_error.cpp     const error_category& generic_category() noexcept
error_category    119 uspace/lib/cpp/src/system_error.cpp     const error_category& system_category() noexcept
error_category    130 uspace/lib/cpp/src/system_error.cpp     error_code::error_code(int val, const error_category& cat) noexcept
error_category    134 uspace/lib/cpp/src/system_error.cpp     void error_code::assign(int val, const error_category& cat) noexcept
error_category    151 uspace/lib/cpp/src/system_error.cpp     const error_category& error_code::category() const noexcept
error_category    181 uspace/lib/cpp/src/system_error.cpp     error_condition::error_condition(int val, const error_category& cat) noexcept
error_category    185 uspace/lib/cpp/src/system_error.cpp     void error_condition::assign(int val, const error_category& cat) noexcept
error_category    202 uspace/lib/cpp/src/system_error.cpp     const error_category& error_condition::category() const noexcept
error_category    277 uspace/lib/cpp/src/system_error.cpp     system_error::system_error(int code, const error_category& cat,
error_category    282 uspace/lib/cpp/src/system_error.cpp     system_error::system_error(int code, const error_category& cat,
error_category    287 uspace/lib/cpp/src/system_error.cpp     system_error::system_error(int code, const error_category& cat)
HelenOS homepage, sources at GitHub