sdbus-c++  0.8.3
High-level C++ D-Bus library based on systemd D-Bus implementation
sdbus::MethodRegistrator Class Reference

Public Member Functions

 MethodRegistrator (IObject &object, const std::string &methodName)
 
 MethodRegistrator (MethodRegistrator &&other)=default
 
MethodRegistrator & onInterface (std::string interfaceName)
 
template<typename _Function >
MethodRegistrator & implementedAs (_Function &&callback)
 
MethodRegistrator & withInputParamNames (std::vector< std::string > paramNames)
 
template<typename... _String>
MethodRegistrator & withInputParamNames (_String... paramNames)
 
MethodRegistrator & withOutputParamNames (std::vector< std::string > paramNames)
 
template<typename... _String>
MethodRegistrator & withOutputParamNames (_String... paramNames)
 
MethodRegistrator & markAsDeprecated ()
 
MethodRegistrator & markAsPrivileged ()
 
MethodRegistrator & withNoReply ()
 

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