DBus::Slot< R, P > Class Template Reference
#include <util.h>
Inheritance diagram for DBus::Slot< R, P >:

Public Member Functions | |
Slot & | operator= (Callback_Base< R, P > *s) |
R | operator() (P param) const |
R | call (P param) const |
bool | empty () const |
Private Attributes | |
RefPtr< Callback_Base< R, P > > | _cb |
Detailed Description
Member Function Documentation
◆ call()
template<class R , class P >
|
inline |
◆ empty()
template<class R , class P >
|
inline |
Definition at line 263 of file util.h.
Referenced by DBus::Slot< void, DBus::DefaultWatch & >::call(), and DBus::Slot< void, DBus::DefaultWatch & >::operator()().
◆ operator()()
template<class R , class P >
|
inline |
◆ operator=()
template<class R , class P >
|
inline |
Member Data Documentation
◆ _cb
template<class R , class P >
|
private |
Definition at line 270 of file util.h.
Referenced by DBus::Slot< void, DBus::DefaultWatch & >::call(), DBus::Slot< void, DBus::DefaultWatch & >::empty(), DBus::Slot< void, DBus::DefaultWatch & >::operator()(), and DBus::Slot< void, DBus::DefaultWatch & >::operator=().
The documentation for this class was generated from the following file: