DBus::Variant Class Reference
#include <types.h>
Public Member Functions | |
| Variant () | |
| Variant (MessageIter &it) | |
| Variant & | operator= (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
Constructor & Destructor Documentation
◆ Variant() [1/2]
| DBus::Variant::Variant | ( | ) |
◆ Variant() [2/2]
| DBus::Variant::Variant | ( | MessageIter & | it | ) |
Definition at line 44 of file types.cpp.
References _msg, DBus::MessageIter::copy_data(), and DBus::MessageIter::recurse().
Member Function Documentation
◆ clear()
| void DBus::Variant::clear | ( | ) |
◆ operator T()
template<typename T>
|
inline |
◆ operator=()
◆ reader()
|
inline |
Definition at line 81 of file types.h.
References _msg.
Referenced by DBus::operator<<(), and signature().
◆ signature()
| const Signature DBus::Variant::signature | ( | ) | const |
Definition at line 67 of file types.cpp.
References reader(), DBus::MessageIter::signature(), and signature().
Referenced by DBus::operator<<(), DBus::InterfaceAdaptor::set_property(), and signature().
◆ writer()
|
inline |
Member Data Documentation
◆ _msg
|
private |
Definition at line 96 of file types.h.
Referenced by clear(), operator T(), operator=(), reader(), Variant(), Variant(), and writer().
The documentation for this class was generated from the following files: