libzypp 17.37.17
|
Hides the signals emit function from external code. More...
#include <zypp-core/zyppng/base/signals.h>
Public Types | |
using | SignalType = SignalProxyBase<R,T...> |
Public Member Functions | |
SignalProxy (SignalType &sig) | |
template<typename... Args> | |
connection | connect (Args &&... slot) |
Forwards the arguments to the internal connect function of the signal type. |
Private Attributes | |
SignalType & | _sig |
Hides the signals emit function from external code.
using zyppng::SignalProxy< R(T...)>::SignalType = SignalProxyBase<R,T...> |
|
inline |
|
inline |
|
private |