dcrud
0.0.0
Distributed data and services
|
#include <dcrud/Arguments.h>
Go to the source code of this file.
Typedefs | |
typedef dcrudArguments(* | dcrudIOperation )(void *context, dcrudArguments args) |
Functions | |
UTIL_ADT (dcrudIProvided) | |
bool | dcrudIProvided_addOperation (dcrudIProvided provided, const char *name, void *context, dcrudIOperation operation) |
typedef dcrudArguments(* dcrudIOperation)(void *context, dcrudArguments args) |
Definition at line 10 of file IProvided.h.
bool dcrudIProvided_addOperation | ( | dcrudIProvided | provided, |
const char * | name, | ||
void * | context, | ||
dcrudIOperation | operation | ||
) |
UTIL_ADT | ( | dcrudIProvided | ) |