sdbus-c++ 1.2.0
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
 
MethodRegistratoronInterface (std::string interfaceName)
 
template<typename _Function >
MethodRegistratorimplementedAs (_Function &&callback)
 
MethodRegistratorwithInputParamNames (std::vector< std::string > paramNames)
 
template<typename... _String>
MethodRegistratorwithInputParamNames (_String... paramNames)
 
MethodRegistratorwithOutputParamNames (std::vector< std::string > paramNames)
 
template<typename... _String>
MethodRegistratorwithOutputParamNames (_String... paramNames)
 
MethodRegistratormarkAsDeprecated ()
 
MethodRegistratormarkAsPrivileged ()
 
MethodRegistratorwithNoReply ()
 

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