dcrud  0.0.0
Distributed data and services
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
ICRUD.h
Go to the documentation of this file.
1 #pragma once
2 #ifdef __cplusplus
3 extern "C" {
4 #endif
5 
6 #include "Shareable.h"
7 
8 UTIL_ADT( dcrudICRUD );
9 
10 void dcrudICRUD_create( dcrudICRUD This, dcrudArguments how );
11 void dcrudICRUD_update( dcrudICRUD This, dcrudShareable what, dcrudArguments how );
12 void dcrudICRUD_delete( dcrudICRUD This, dcrudShareable what );
13 
14 #ifdef __cplusplus
15 }
16 #endif
void dcrudICRUD_create(dcrudICRUD This, dcrudArguments how)
void dcrudICRUD_delete(dcrudICRUD This, dcrudShareable what)
UTIL_ADT(dcrudICRUD)
void dcrudICRUD_update(dcrudICRUD This, dcrudShareable what, dcrudArguments how)