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

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)
 

Function Documentation

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  )