logo top
Main Page   Groups   Namespaces  

sigc::internal::trackable_callback Struct Reference

Destroy notification callback. More...

List of all members.

Public Member Functions

 trackable_callback (void* data, void*(* func)(void*))

Public Attributes

void* data_
void*(* func_ )(void*)


Detailed Description

Destroy notification callback.

A destroy notification callback consists of a data pointer and a function pointer. The function is executed from the owning callback list (of type sigc::internal::trackable_callback_list) when its parent object (of type sigc::trackable) is destroyed or overwritten.


Constructor & Destructor Documentation

sigc::internal::trackable_callback::trackable_callback ( void*  data,
void *(*  func)(void *)
[inline]
 


Member Data Documentation

void* sigc::internal::trackable_callback::data_
 

void*(* sigc::internal::trackable_callback::func_)(void*)
 


The documentation for this struct was generated from the following file:
Generated for libsigc++ 2.0 by Doxygen 1.3.3 © 1997-2001