gml_Callback.h File Reference


Detailed Description

Management of callback functions and lists of callback functions.

#include "gml/base/gml_Errors.h"
#include "gml/base/gml_List.h"

Go to the source code of this file.


Classes

struct  gml_TCallbackDescr
 A structure that stores a callback and its userdata. More...
class  gml_TCallbackList
 A list of callback functions. Can invoke all functions in the list. More...

Typedefs

typedef void(*) gml_TCallback (gml_TError err, gml_TPointer userData)
 A general type for a "Callback" function pointer.

Typedef Documentation

typedef void(*) gml_TCallback(gml_TError err, gml_TPointer userData)

A general type for a "Callback" function pointer.

Addresses of function of this type are registered to some event, then called asynchronously.

Generated on Tue Jun 12 14:03:28 2007 for gml by Doxygen 1.5.2.