glibmm  2.33.13
Public Types | Public Member Functions | Static Public Member Functions
Glib::Value_Pointer< T, PtrT > Class Template Reference

#include <glibmm/value_custom.h>

Inheritance diagram for Glib::Value_Pointer< T, PtrT >:
Inheritance graph
[legend]

List of all members.

Public Types

typedef PtrT CppType
typedef void* CType

Public Member Functions

void set (CppType data)
CppType get () const

Static Public Member Functions

static GType value_type ()

Additional Inherited Members

- Protected Member Functions inherited from Glib::ValueBase_Object
void set_object (Glib::ObjectBase* data)
Glib::ObjectBaseget_object () const
Glib::RefPtr< Glib::ObjectBaseget_object_copy () const

Member Typedef Documentation

template <class T, class PtrT>
typedef PtrT Glib::Value_Pointer< T, PtrT >::CppType
template <class T, class PtrT>
typedef void* Glib::Value_Pointer< T, PtrT >::CType

Member Function Documentation

template <class T, class PtrT>
CppType Glib::Value_Pointer< T, PtrT >::get ( ) const
inline
template <class T, class PtrT>
void Glib::Value_Pointer< T, PtrT >::set ( CppType  data)
inline
template <class T, class PtrT>
static GType Glib::Value_Pointer< T, PtrT >::value_type ( )
inlinestatic

Reimplemented from Glib::ValueBase_Object.