|
Wayverb
|
Public Member Functions | |
| connection (const std::shared_ptr< impl > &pimpl, callback_type callback) | |
| void | swap (connection &other) noexcept |
| connection (const connection &)=delete | |
| connection (connection &&other) noexcept | |
| connection & | operator= (const connection &)=delete |
| connection & | operator= (connection &&other) noexcept |
| void | disconnect () |
| void | block () |
| void | unblock () |
| operator bool () const | |