Lines Matching full:boost
3 // Distributed under the Boost Software License, Version 1.0. (See accompanying
4 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
12 #include <boost/system/error_code.hpp>
13 #include <boost/system/system_error.hpp>
19 class error_category : public boost::system::error_category {
32 inline const boost::system::error_category &get_dbus_category() { in get_dbus_category()
67 boost::system::error_code error_code() const;
68 boost::system::system_error system_error() const;
72 inline boost::system::error_code error::error_code() const { in error_code()
73 return boost::system::error_code(is_set(), get_dbus_category()); in error_code()
76 inline boost::system::system_error error::system_error() const { in system_error()
77 return boost::system::system_error( in system_error()