gtkmm  4.10.0
Public Types | Public Member Functions | Static Public Member Functions | List of all members
Glib::Value< RefPtr< Gtk::Expression< T > > > Class Template Reference

#include <gtkmm/expression.h>

Inheritance diagram for Glib::Value< RefPtr< Gtk::Expression< T > > >:
Inheritance graph
[legend]

Public Types

using CppType = RefPtr< Gtk::Expression< T > >
 

Public Member Functions

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

Static Public Member Functions

static GType value_type ()
 

Member Typedef Documentation

◆ CppType

template <class T >
using Glib::Value< RefPtr< Gtk::Expression< T > > >::CppType = RefPtr<Gtk::Expression<T> >

Member Function Documentation

◆ get()

template <class T >
Value< RefPtr< Gtk::Expression< T > > >::CppType Glib::Value< RefPtr< Gtk::Expression< T > > >::get

◆ set()

template <class T >
void Glib::Value< RefPtr< Gtk::Expression< T > > >::set ( const CppType data)

◆ value_type()

template <class T >
GType Glib::Value< RefPtr< Gtk::Expression< T > > >::value_type
static