|
cpp-mate
0.7
Helpful library for C++.
|
#include <Signal.hpp>
Public Member Functions | |
| Receiver (const void *instance, Method method) | |
| Receiver (const std::weak_ptr< void > &&instance, Method method) | |
| Receiver (Function receiver) | |
| Receiver (Lambda receiver) | |
| bool | operator== (const Receiver &other) const |
| bool | operator!= (const Receiver &other) const |
| bool | operator() (const S &sender) const |
| size_t | getHash () const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |