
|
Main Page
Widgets
Namespaces
Book
Glib::Private< T > Class Template Reference
[Threads]
List of all members.
template <class T>
class Glib::Private< T >
Member Typedef Documentation
template <class T> |
typedef void(* Glib::Private<T>::DestructorFunc)(void*)
|
|
Constructor & Destructor Documentation
template <class T> |
Glib::Private<T>::Private |
( |
DestructorFunc |
destructor_func = &Private< T >::delete_ptr |
) |
[inline, explicit] |
|
Member Function Documentation
template <class T> |
void Glib::Private<T>::delete_ptr |
( |
void* |
data |
) |
[static] |
|
template <class T> |
T* Glib::Private<T>::get |
( |
|
) |
[inline] |
|
template <class T> |
GPrivate* Glib::Private<T>::gobj |
( |
|
) |
[inline] |
|
template <class T> |
void Glib::Private<T>::set |
( |
T* |
data |
) |
[inline] |
|
The documentation for this class was generated from the following file:
Generated for gtkmm by
Doxygen 1.3-rc1 © 1997-2001
|