HCE project C++ developers source code library
1.1.1
HCE project developer library
Main Page
Namespaces
Classes
Files
File List
File Members
HCE project C++ developers source code library
HCE project C++ developer source code library
Namespaces
Classes
Files
File List
sources
algorithms
applicationFramework
asmXMLParser
base64
coreDumpChecker
DRCE
exec
HCECSM
jsonObjExtractor
kvdb
messageStream
reduceAdditionCore
reduceCore
reduceDRCE
reduceHandler
reduceSphinx
refine
src
BitsetBase.hpp
BoostPlugin.cpp
BoostPlugin.hpp
CldPlugin.cpp
CldPlugin.hpp
ComponentBase.hpp
CRC.h
CRC64.cpp
CRC64.h
CWords.hpp
DataBase.hpp
Defs.hpp
FakeHCRCPlugin.cpp
FakeHCRCPlugin.hpp
HCETimer.hpp
IcuPlugin.cpp
IcuPlugin.hpp
InDataRefine.hpp
LCore.cpp
LCore.hpp
LCoreData.hpp
Log.hpp
MecabPlugin.cpp
MecabPlugin.hpp
MorphChangeGradBitset.hpp
OutDataRefine.hpp
POSMaskBitset.hpp
ProcessInfo.hpp
Refine.cpp
Refine.hpp
RWords.hpp
SnowballPlugin.cpp
SnowballPlugin.hpp
SymbolInfo.hpp
TagReducePlugin.cpp
TagReducePlugin.hpp
TPlugin.hpp
TurglemPlugin.cpp
TurglemPlugin.hpp
serializable
sphinx
types
xmlCleaner
main.cpp
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
FakeHCRCPlugin.hpp
Go to the documentation of this file.
1
6
#ifndef _FAKE_HCRC_HPP
7
#define _FAKE_HCRC_HPP
8
9
13
#include "
TPlugin.hpp
"
14
#include "
LCoreData.hpp
"
15
#include "
CRC64.h
"
16
17
18
namespace
HCE
19
{
20
21
namespace
component
22
{
23
24
class
FakeHCRCPlugin
:
public
TPlugin
25
{
26
public
:
27
FakeHCRCPlugin
();
28
virtual
~FakeHCRCPlugin
();
29
public
:
30
virtual
void
process
(
LCoreData
&);
31
private
:
32
CRC64
_hCrc64;
33
};
34
35
36
}
/* namespace component */
37
38
}
/* namespace HCE */
39
40
41
#endif
sources
refine
src
FakeHCRCPlugin.hpp
Generated on Mon Jan 13 2014 13:08:38 for HCE project C++ developers source code library by
1.8.1.2