![]() |
![]() |
Inheritance diagram for Glib::Value< T >:
Public Types | |
typedef T | CppType |
typedef T* | CType |
Public Member Functions | |
void | set (const CppType& data) |
CppType | get () const |
Static Public Member Functions | |
GType | value_type () G_GNUC_CONST |
Any type to be used with this template must implement:
Compiler-generated implementations are OK, provided they do the right thing for the type. In other words, any type that works with std::vector
will work with Glib::Value<>.
|
|
|
|
|
|
|
|
|
Reimplemented from Glib::ValueBase_Boxed.
|