#include <MRSignal.h>
Inheritance diagram for MR::Signal< T >:Public Member Functions | |
| Signal () noexcept=default | |
| Signal (const Signal &) noexcept | |
| Signal (Signal &&) noexcept=default | |
| Signal & | operator= (const Signal &) noexcept |
| Signal & | operator= (Signal &&) noexcept=default |
| Signal & | operator= (boost::signals2::signal< T > &&b) noexcept |
This class wraps boost::signals2::signal adding copy constructor and copy assignment operator, which do nothing, but allow putting this as a member in copyable classes
|
defaultnoexcept |
|
inlinenoexcept |
|
defaultnoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
defaultnoexcept |