DBus::PropertyAdaptor< T > Class Template Reference
#include <property.h>
Public Member Functions | |
PropertyAdaptor () | |
void | bind (PropertyData &data) |
T | operator() (void) const |
PropertyAdaptor & | operator= (const T &t) |
Private Attributes | |
PropertyData * | _data |
Detailed Description
template<typename T>
class DBus::PropertyAdaptor< T >
class DBus::PropertyAdaptor< T >
Definition at line 36 of file property.h.
Constructor & Destructor Documentation
◆ PropertyAdaptor()
template<typename T>
|
inline |
Member Function Documentation
◆ bind()
template<typename T>
|
inline |
Definition at line 43 of file property.h.
References _data.
◆ operator()()
template<typename T>
|
inline |
Definition at line 48 of file property.h.
References _data.
◆ operator=()
template<typename T>
|
inline |
Definition at line 53 of file property.h.
References _data, and PropertyAdaptor().
Member Data Documentation
◆ _data
template<typename T>
|
private |
Definition at line 63 of file property.h.
Referenced by bind(), operator()(), operator=(), and PropertyAdaptor().
The documentation for this class was generated from the following file: