sdbus-c++ 2.3.0
High-level C++ D-Bus library based on systemd D-Bus implementation
Loading...
Searching...
No Matches
sdbus::MethodInvoker Class Reference

Public Member Functions

MethodInvokeronInterface (const InterfaceName &interfaceName)
 
MethodInvokeronInterface (const std::string &interfaceName)
 
MethodInvokeronInterface (const char *interfaceName)
 
MethodInvokerwithTimeout (uint64_t usec)
 
template<typename Rep, typename Period>
MethodInvokerwithTimeout (const std::chrono::duration< Rep, Period > &timeout)
 
template<typename... Args>
MethodInvokerwithArguments (Args &&... args)
 
template<typename... Args>
void storeResultsTo (Args &... args)
 
void dontExpectReply ()
 
 MethodInvoker (const MethodInvoker &)=delete
 
MethodInvokeroperator= (const MethodInvoker &)=delete
 
 MethodInvoker (MethodInvoker &&other)=default
 
MethodInvokeroperator= (MethodInvoker &&)=delete
 

The documentation for this class was generated from the following files: