sdbus-c++ 1.1.0
High-level C++ D-Bus library based on systemd D-Bus implementation
|
#include <ProxyInterfaces.h>
Protected Member Functions | |
ProxyObjectHolder (std::unique_ptr< IProxy > &&proxy) | |
const IProxy & | getProxy () const |
IProxy & | getProxy () |
ProxyObjectHolder is a helper that simply owns and provides access to a proxy object to other classes in the inheritance hierarchy of a native-like proxy object based on generated interface classes.