MethodProxy specialization for void return type. More...
#include <methodproxybase.h>
Public Member Functions | |
void | operator() (T_arg... args) |
std::future< void > | call_async (T_arg... args) |
Public Member Functions inherited from DBus::MethodProxyBase | |
~MethodProxyBase () | |
InterfaceProxy * | interface_name () const |
const std::string & | name () const |
std::shared_ptr< CallMessage > | create_call_message () const |
std::shared_ptr< const ReturnMessage > | call (std::shared_ptr< const CallMessage >, int timeout_milliseconds=-1) const |
Static Public Member Functions | |
static std::shared_ptr< MethodProxy > | create (const std::string &name) |
Static Public Member Functions inherited from DBus::MethodProxyBase | |
static std::shared_ptr< MethodProxyBase > | create (const std::string &name) |
Protected Member Functions | |
MethodProxy (const std::string &name) | |
Protected Member Functions inherited from DBus::MethodProxyBase | |
MethodProxyBase (const std::string &name) | |
MethodProxyBase (const MethodProxyBase &other) | |
MethodProxy specialization for void return type.
T_arg | Method arguments |
|
inlineprotected |
|
inline |
References DBUSCXX_DEBUG_STDSTR.
|
inlinestatic |
|
inline |
References DBUSCXX_DEBUG_STDSTR.