dcrud
0.0.0
Distributed data and services
Main Page
Namespaces
Data Structures
Files
File List
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
ICRUD.hpp
Go to the documentation of this file.
1
#pragma once
2
3
namespace
dcrud {
4
5
class
Arguments;
6
7
class
ICRUD
{
8
public
:
9
10
virtual
~ ICRUD
(
void
) {}
11
12
virtual
void
create
(
const
Arguments
& how ) = 0;
13
virtual
void
update
(
Shareable
& what,
const
Arguments
& how ) = 0;
14
virtual
void
deleTe
(
Shareable
& what ) = 0;
15
};
16
}
dcrud::Shareable
Definition:
Shareable.hpp:13
dcrud::ICRUD::~ICRUD
virtual ~ICRUD(void)
Definition:
ICRUD.hpp:10
dcrud::Arguments
Definition:
Arguments.hpp:15
dcrud::ICRUD::deleTe
virtual void deleTe(Shareable &what)=0
dcrud::ICRUD::update
virtual void update(Shareable &what, const Arguments &how)=0
dcrud::ICRUD::create
virtual void create(const Arguments &how)=0
dcrud::ICRUD
Definition:
ICRUD.hpp:7
inc
dcrud
ICRUD.hpp
Generated on Sun Jan 10 2016 19:24:09 for dcrud by
1.8.7