| sdbus-c++ 1.4.0
    High-level C++ D-Bus library based on systemd D-Bus implementation | 
| Public Member Functions | |
| MethodRegistrator (IObject &object, 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 () |