dcrud  0.0.0
Distributed data and services
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
ICallback.h File Reference
#include <dcrud/Arguments.h>
Include dependency graph for ICallback.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef void(* dcrudICallback_function )(dcrudICallback This, const char *intrfc, const char *operation, dcrudArguments results)
 

Functions

 UTIL_ADT (dcrudICallback)
 
dcrudICallback dcrudICallback_new (dcrudICallback_function callback, void *userData)
 
void dcrudICallback_delete (dcrudICallback *This)
 
void dcrudICallback_callback (dcrudICallback This, const char *intrfc, const char *operation, dcrudArguments results)
 
void * dcrudICallback_getUserData (dcrudICallback This)
 

Typedef Documentation

typedef void(* dcrudICallback_function)(dcrudICallback This, const char *intrfc, const char *operation, dcrudArguments results)

Definition at line 10 of file ICallback.h.

Function Documentation

void dcrudICallback_callback ( dcrudICallback  This,
const char *  intrfc,
const char *  operation,
dcrudArguments  results 
)
void dcrudICallback_delete ( dcrudICallback *  This)
void* dcrudICallback_getUserData ( dcrudICallback  This)
dcrudICallback dcrudICallback_new ( dcrudICallback_function  callback,
void *  userData 
)
UTIL_ADT ( dcrudICallback  )