glibmm 2.66.8
|
Thread-local data pointer. More...
#include <glibmm/thread.h>
Public Types | |
using | DestroyNotifyFunc = void (*) (void*) |
Public Member Functions | |
T * | get () |
void | set (T *data, DestroyNotifyFunc notify_func=&StaticPrivate< T >::delete_ptr) |
GStaticPrivate * | gobj () |
Static Public Member Functions | |
static void | delete_ptr (void *data) |
Related Symbols | |
(Note that these are not member symbols.) | |
#define | GLIBMM_STATIC_PRIVATE_INIT |
Initializer macro for Glib::StaticPrivate. | |
Thread-local data pointer.
using Glib::StaticPrivate< T >::DestroyNotifyFunc = void (*) (void*) |
|
static |
|
inline |
|
inline |
|
inline |
|
Initializer macro for Glib::StaticPrivate.