DBus::PropertyAdaptor< T > Class Template Reference

#include <property.h>

Public Member Functions

 PropertyAdaptor ()
 
void bind (PropertyData &data)
 
operator() (void) const
 
PropertyAdaptoroperator= (const T &t)
 

Private Attributes

PropertyData_data
 

Detailed Description

template<typename T>
class DBus::PropertyAdaptor< T >

Definition at line 36 of file property.h.

Constructor & Destructor Documentation

◆ PropertyAdaptor()

template<typename T >
DBus::PropertyAdaptor< T >::PropertyAdaptor ( )
inline

Definition at line 40 of file property.h.

Member Function Documentation

◆ bind()

template<typename T >
void DBus::PropertyAdaptor< T >::bind ( PropertyData data)
inline

Definition at line 43 of file property.h.

References DBus::PropertyAdaptor< T >::_data.

◆ operator()()

template<typename T >
T DBus::PropertyAdaptor< T >::operator() ( void  ) const
inline

Definition at line 48 of file property.h.

References DBus::PropertyAdaptor< T >::_data, and DBus::PropertyData::value.

◆ operator=()

template<typename T >
PropertyAdaptor & DBus::PropertyAdaptor< T >::operator= ( const T &  t)
inline

Member Data Documentation

◆ _data


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