dcrud
0.0.0
Distributed data and services
|
#include <ICRUD.hpp>
Public Member Functions | |
virtual | ~ICRUD (void) |
virtual void | create (const Arguments &how)=0 |
virtual void | update (Shareable &what, const Arguments &how)=0 |
virtual void | deleTe (Shareable &what)=0 |
|
pure virtual |
|
pure virtual |