#include <property.h>
Public Member Functions | |
PropertyAdaptor () | |
void | bind (PropertyData &data) |
T | operator() (void) const |
PropertyAdaptor & | operator= (const T &t) |
Definition at line 35 of file property.h.
DBus::PropertyAdaptor< T >::PropertyAdaptor | ( | ) | [inline] |
Definition at line 39 of file property.h.
void DBus::PropertyAdaptor< T >::bind | ( | PropertyData & | data | ) | [inline] |
Definition at line 42 of file property.h.
T DBus::PropertyAdaptor< T >::operator() | ( | void | ) | const [inline] |
PropertyAdaptor& DBus::PropertyAdaptor< T >::operator= | ( | const T & | t | ) | [inline] |
Definition at line 52 of file property.h.
References DBus::Variant::clear(), DBus::PropertyData::value, and DBus::Variant::writer().