dcrud
0.0.0
Distributed data and services
|
#include <dcrud/Arguments.h>
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 void(* dcrudICallback_function)(dcrudICallback This, const char *intrfc, const char *operation, dcrudArguments results) |
Definition at line 10 of file ICallback.h.
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 | ) |