3 * (C) Copyright IBM Corp. and others 1998-2014 - All Rights Reserved
7 #ifndef __SIMPLEARRAYPROCESSOR2_H
8 #define __SIMPLEARRAYPROCESSOR2_H
16 #include "MorphTables.h"
17 #include "SubtableProcessor2.h"
18 #include "NonContextualGlyphSubst.h"
19 #include "NonContextualGlyphSubstProc2.h"
25 class SimpleArrayProcessor2
: public NonContextualGlyphSubstitutionProcessor2
28 virtual void process(LEGlyphStorage
&glyphStorage
, LEErrorCode
&success
);
30 SimpleArrayProcessor2(const LEReferenceTo
<MorphSubtableHeader2
> &morphSubtableHeader
, LEErrorCode
&success
);
32 virtual ~SimpleArrayProcessor2();
35 * ICU "poor man's RTTI", returns a UClassID for the actual class.
37 * @deprecated ICU 54. See {@link icu::LayoutEngine}
39 virtual UClassID
getDynamicClassID() const;
42 * ICU "poor man's RTTI", returns a UClassID for this class.
44 * @deprecated ICU 54. See {@link icu::LayoutEngine}
46 static UClassID
getStaticClassID();
49 SimpleArrayProcessor2();
52 LEReferenceTo
<SimpleArrayLookupTable
> simpleArrayLookupTable
;
53 LEReferenceToArrayOf
<LookupValue
> valueArray
;