glibmm 2.66.8
|
Specialization for pointers to const instances of any type. More...
#include <glibmm/value_custom.h>
Public Types | |
using | CppType |
using | CType |
![]() | |
using | CppType |
using | CType |
Public Member Functions | |
void | set (const CppType &data) |
CppType | get () const |
![]() | |
ValueBase () | |
Initializes the GValue, but without a type. | |
ValueBase (const ValueBase & other) | |
ValueBase & | operator= (const ValueBase & other) |
~ValueBase () noexcept | |
void | init (GType type) |
Setup the GValue for storing the specified type. | |
void | init (const GValue * value) |
Setup the GValue storing the type and value of the specified value. | |
void | reset () |
Reset contents to the default value of its type. | |
GValue * | gobj () |
const GValue * | gobj () const |
![]() | |
void | set (CppType data) |
CppType | get () const |
Static Public Member Functions | |
static GType | value_type () |
![]() | |
static GType | value_type () |
![]() | |
static GType | value_type () |
![]() | |
static GType | value_type () |
Additional Inherited Members | |
![]() | |
void | set_boxed (const void *data) |
void * | get_boxed () const |
![]() | |
void | set_object (Glib::ObjectBase *data) |
Glib::ObjectBase * | get_object () const |
Glib::RefPtr< Glib::ObjectBase > | get_object_copy () const |
![]() | |
GValue | gobject_ |
Specialization for pointers to const instances of any type.
No attempt is made to manage the memory associated with the pointer, you must take care of that yourself.
using Glib::Value< T >::CppType |
using Glib::Value< T >::CType |
|
inline |
|
inline |
|
static |