#include <types.h>

Public Member Functions

 Variant ()
 
 Variant (MessageIter &it)
 
Variantoperator= (const Variant &v)
 
const Signature signature () const
 
void clear ()
 
MessageIter reader () const
 
MessageIter writer ()
 
template<typename T >
 operator T () const
 

Private Attributes

Message _msg
 

Detailed Description

Definition at line 67 of file types.h.

Constructor & Destructor Documentation

◆ Variant() [1/2]

DBus::Variant::Variant ( )

Definition at line 39 of file types.cpp.

◆ Variant() [2/2]

DBus::Variant::Variant ( MessageIter it)

Member Function Documentation

◆ clear()

void DBus::Variant::clear ( )

Definition at line 61 of file types.cpp.

References _msg.

Referenced by DBus::PropertyAdaptor< T >::operator=(), and DBus::operator>>().

◆ operator T()

template<typename T >
DBus::Variant::operator T
inline

Definition at line 644 of file types.h.

◆ operator=()

Variant & DBus::Variant::operator= ( const Variant v)

Definition at line 52 of file types.cpp.

References _msg.

◆ reader()

MessageIter DBus::Variant::reader ( ) const
inline

Definition at line 81 of file types.h.

Referenced by DBus::operator<<(), and signature().

◆ signature()

const Signature DBus::Variant::signature ( ) const

◆ writer()

MessageIter DBus::Variant::writer ( )
inline

Definition at line 86 of file types.h.

Referenced by DBus::PropertyAdaptor< T >::operator=(), and DBus::operator>>().

Member Data Documentation

◆ _msg

Message DBus::Variant::_msg
private

Definition at line 96 of file types.h.

Referenced by clear(), operator=(), and Variant().


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