24 #ifndef TQDBUSVARIANT_H 25 #define TQDBUSVARIANT_H 85 if (&other ==
this)
return true;
100 if (&other ==
this)
return false;
bool operator==(const TQT_DBusVariant &other) const
Checks if the given other variant is equal to this one.
Data type for representing a D-Bus variant.
TQString signature
The D-Bus data signature of the data contained in value.
TQT_DBusVariant(const TQT_DBusVariant &other)
Copies the given other variant object.
TQT_DBusVariant()
Creates an empty variant object.
Class for accurately representing D-Bus data types.
TQT_DBusData value
The D-Bus data type to transport as a variant.
bool operator!=(const TQT_DBusVariant &other) const
Checks if the given other variant is not equal to this one.