#include <connection.hpp>
boost::BOOST_SIGNALS_NAMESPACE::connection::connection |
( |
| ) |
|
|
inline |
boost::BOOST_SIGNALS_NAMESPACE::connection::connection |
( |
const connection & |
| ) |
|
boost::BOOST_SIGNALS_NAMESPACE::connection::~connection |
( |
| ) |
|
void boost::BOOST_SIGNALS_NAMESPACE::connection::block |
( |
bool |
should_block = true | ) |
|
|
inline |
bool boost::BOOST_SIGNALS_NAMESPACE::connection::blocked |
( |
| ) |
const |
|
inline |
bool boost::BOOST_SIGNALS_NAMESPACE::connection::connected |
( |
| ) |
const |
|
inline |
void boost::BOOST_SIGNALS_NAMESPACE::connection::disconnect |
( |
| ) |
const |
bool boost::BOOST_SIGNALS_NAMESPACE::connection::operator< |
( |
const connection & |
other | ) |
const |
bool boost::BOOST_SIGNALS_NAMESPACE::connection::operator== |
( |
const connection & |
other | ) |
const |
void boost::BOOST_SIGNALS_NAMESPACE::connection::set_controlling |
( |
bool |
control = true | ) |
|
|
inline |
void boost::BOOST_SIGNALS_NAMESPACE::connection::swap |
( |
connection & |
other | ) |
|
void boost::BOOST_SIGNALS_NAMESPACE::connection::unblock |
( |
| ) |
|
|
inline |
friend class detail::signal_base_impl |
|
friend |
The documentation for this class was generated from the following file: