dcrud
0.0.0
Distributed data and services
|
#include "Shareable.h"
Go to the source code of this file.
Functions | |
UTIL_ADT (dcrudICRUD) | |
void | dcrudICRUD_create (dcrudICRUD This, dcrudArguments how) |
void | dcrudICRUD_update (dcrudICRUD This, dcrudShareable what, dcrudArguments how) |
void | dcrudICRUD_delete (dcrudICRUD This, dcrudShareable what) |
void dcrudICRUD_create | ( | dcrudICRUD | This, |
dcrudArguments | how | ||
) |
void dcrudICRUD_delete | ( | dcrudICRUD | This, |
dcrudShareable | what | ||
) |
void dcrudICRUD_update | ( | dcrudICRUD | This, |
dcrudShareable | what, | ||
dcrudArguments | how | ||
) |
UTIL_ADT | ( | dcrudICRUD | ) |