Specialization of Glib::Variant containing a std::string (a non-capable UTF8 string). 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. | |
std::string | get () const |
Gets the contents of the Glib::Variant<std::string>. | |
Static Public Member Functions | |
static const Glib::VariantType& | variant_type () |
Gets the Glib::VariantType. | |
static Variant< std::string > | create (const std::string& data) |
Creates a new Glib::Variant<std::string>. |
Specialization of Glib::Variant containing a std::string (a non-capable UTF8 string).
typedef char* Glib::Variant< std::string >::CType |
Reimplemented from Glib::VariantStringBase.
Glib::Variant< std::string >::Variant | ( | ) | [inline] |
Default constructor.
Glib::Variant< std::string >::Variant | ( | GVariant< std::string > * | 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<std::string> Glib::Variant< std::string >::create | ( | const std::string & | data ) | [static] |
Creates a new Glib::Variant<std::string>.
data | The value of the new Glib::Variant<std::string>. |
std::string Glib::Variant< std::string >::get | ( | ) | const |
Gets the contents of the Glib::Variant<std::string>.
static const Glib::VariantType& Glib::Variant< std::string >::variant_type | ( | ) | [static] |