Base class of Glib::Value<T> specializations for enum types. More...
Inherits Glib::ValueBase_Enum.
Public Types | |
typedef T | CppType |
Public Member Functions | |
void | set (CppType data) |
CppType | get () const |
Base class of Glib::Value<T> specializations for enum types.
typedef T Glib::Value_Enum< T >::CppType |
CppType Glib::Value_Enum< T >::get | ( | ) | const [inline] |
void Glib::Value_Enum< T >::set | ( | CppType | data | ) | [inline] |