Specialization of Glib::Variant containing a Glib::ustring. More...
#include <glibmm/variant.h>
Public Types | |
typedef char* | CType |
Public Member Functions | |
Variant () | |
Default constructor. | |
Variant (GVariant* castitem, bool take_a_reference=false) | |
GVariant constructor. | |
Glib::ustring | get () const |
Gets the contents of the Glib::Variant<Glib::ustring>. | |
Static Public Member Functions | |
static const Glib::VariantType& | variant_type () |
Gets the Glib::VariantType. | |
static Variant< Glib::ustring > | create (const Glib::ustring& data) |
Creates a new Glib::Variant<Glib::ustring>. |
Specialization of Glib::Variant containing a Glib::ustring.
typedef char* Glib::Variant< Glib::ustring >::CType |
Reimplemented from Glib::VariantStringBase.
Glib::Variant< Glib::ustring >::Variant | ( | ) | [inline] |
Default constructor.
Glib::Variant< Glib::ustring >::Variant | ( | GVariant< Glib::ustring >* | castitem, |
bool | take_a_reference = false |
||
) | [inline, explicit] |
GVariant constructor.
castitem | The GVariant to wrap. |
take_a_reference | Whether to take an extra reference of the GVariant or not (not taking one could destroy the GVariant with the wrapper). |
static Variant<Glib::ustring> Glib::Variant< Glib::ustring >::create | ( | const Glib::ustring& | data ) | [static] |
Creates a new Glib::Variant<Glib::ustring>.
data | The value of the new Glib::Variant<Glib::ustring>. |
Glib::ustring Glib::Variant< Glib::ustring >::get | ( | ) | const |
Gets the contents of the Glib::Variant<Glib::ustring>.
static const Glib::VariantType& Glib::Variant< Glib::ustring >::variant_type | ( | ) | [static] |