glibmm  2.33.2
Public Types | Public Member Functions | Static Public Member Functions
Glib::Value_Boxed Class Reference

#include <glibmm/value.h>

Inheritance diagram for Glib::Value_Boxed:
Inheritance graph
[legend]

List of all members.

Public Types

typedef T CppType
typedef T::BaseObjectType* CType

Public Member Functions

void set (const CppType& data)
CppType get () const

Static Public Member Functions

static GType value_type ()

Member Typedef Documentation

typedef T::BaseObjectType* Glib::Value_Boxed::CType

Member Function Documentation

CppType Glib::Value_Boxed::get ( ) const [inline]
void Glib::Value_Boxed::set ( const CppType data) [inline]
static GType Glib::Value_Boxed::value_type ( ) [inline, static]

Reimplemented from Glib::ValueBase_Boxed.