glibmm 2.28.2
Public Types | Public Member Functions | Static Public Member Functions
Glib::Variant< Glib::ustring > Class Template Reference

Specialization of Variant containing a Glib::ustring, for variants of type string, bytestring, object path, or signature. More...

#include <glibmm/variant.h>

Inheritance diagram for Glib::Variant< Glib::ustring >:
Inheritance graph
[legend]

List of all members.

Public Types

typedef char* CType
typedef Glib::ustring CppType

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 Variant.

Static Public Member Functions

static const VariantTypevariant_type ()
 Gets the VariantType.
static Variant< Glib::ustringcreate (const Glib::ustring& data)
 Creates a new Variant<Glib::ustring>.

Detailed Description

template<>
class Glib::Variant< Glib::ustring >

Specialization of Variant containing a Glib::ustring, for variants of type string, bytestring, object path, or signature.

Since glibmm 2.28:

Member Typedef Documentation

Reimplemented from Glib::VariantStringBase.

typedef char* Glib::Variant< Glib::ustring >::CType

Reimplemented from Glib::VariantStringBase.


Constructor & Destructor Documentation

Default constructor.

Glib::Variant< Glib::ustring >::Variant ( GVariant< Glib::ustring >*  castitem,
bool  take_a_reference = false 
) [explicit]

GVariant constructor.

Parameters:
castitemThe GVariant to wrap.
take_a_referenceWhether to take an extra reference of the GVariant or not (not taking one could destroy the GVariant with the wrapper).

Member Function Documentation

static Variant<Glib::ustring> Glib::Variant< Glib::ustring >::create ( const Glib::ustring data) [static]

Creates a new Variant<Glib::ustring>.

Parameters:
dataThe value of the new Variant.
Returns:
The new Variant.
Since glibmm 2.28:

Gets the contents of the Variant.

Returns:
The contents of the Variant.
Since glibmm 2.28:
static const VariantType& Glib::Variant< Glib::ustring >::variant_type ( ) [static]

Gets the VariantType.

Returns:
The VariantType.
Since glibmm 2.28: