os/textandloc/fontservices/textshaperplugin/IcuSource/layout/SingleTableProcessor.h
Update contrib.
3 * (C) Copyright IBM Corp. 1998-2004 - All Rights Reserved
7 #ifndef __SINGLETABLEPROCESSOR_H
8 #define __SINGLETABLEPROCESSOR_H
16 #include "MorphTables.h"
17 #include "SubtableProcessor.h"
18 #include "NonContextualGlyphSubst.h"
19 #include "NonContextualGlyphSubstProc.h"
25 class SingleTableProcessor : public NonContextualGlyphSubstitutionProcessor
28 virtual void process(LEGlyphStorage &glyphStorage);
30 SingleTableProcessor(const MorphSubtableHeader *morphSubtableHeader);
32 virtual ~SingleTableProcessor();
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 SingleTableProcessor();
52 const SingleTableLookupTable *singleTableLookupTable;