3 * (C) Copyright IBM Corp. 1998-2004 - All Rights Reserved
7 #ifndef __SIMPLEARRAYPROCESSOR_H
8 #define __SIMPLEARRAYPROCESSOR_H
16 #include "MorphTables.h"
17 #include "SubtableProcessor.h"
18 #include "NonContextualGlyphSubst.h"
19 #include "NonContextualGlyphSubstProc.h"
25 class SimpleArrayProcessor
: public NonContextualGlyphSubstitutionProcessor
28 virtual void process(LEGlyphStorage
&glyphStorage
);
30 SimpleArrayProcessor(const MorphSubtableHeader
*morphSubtableHeader
);
32 virtual ~SimpleArrayProcessor();
35 * ICU "poor man's RTTI", returns a UClassID for the actual class.
39 virtual UClassID
getDynamicClassID() const;
42 * ICU "poor man's RTTI", returns a UClassID for this class.
46 static UClassID
getStaticClassID();
49 SimpleArrayProcessor();
52 const SimpleArrayLookupTable
*simpleArrayLookupTable
;