HCE project C++ developers source code library
1.1.1
HCE project developer library
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
ReducingPartsCountersStorageIf.hpp
Go to the documentation of this file.
1
15
#ifndef REDUCINGPARTSCOUNTERSSTORAGEIF_HPP_
16
#define REDUCINGPARTSCOUNTERSSTORAGEIF_HPP_
17
18
namespace
HCE
19
{
20
namespace
reduce
21
{
22
23
class
ReducingPartsCountersStorageIf
{
24
public
:
25
virtual
~ReducingPartsCountersStorageIf
(){}
26
27
virtual
bool
findBy
(
unsigned
long
long
keyId) = 0;
28
virtual
void
deleteBy
(
unsigned
long
long
keyId) = 0;
29
virtual
void
addReducingPartsCounterWithKey
(
unsigned
long
long
keyId) = 0;
30
virtual
void
incrementBy
(
unsigned
long
long
keyId) = 0;
31
virtual
int
getAccumulateReducingParts
(
unsigned
long
long
keyId) = 0;
32
virtual
unsigned
int
getTotalTasksNumber
() = 0;
33
};
34
35
}
36
}
37
38
#endif
sources
reduceHandler
src
ReducingPartsCountersStorageIf.hpp
Generated on Mon Jan 13 2014 13:08:37 for HCE project C++ developers source code library by
1.8.1.2