C# Class SIL.CoreImpl.CpeTracker

This class is used to obtain the right character property engine while iterating over the characters of a string. It is most effective for consecutive rather than random character access.
Show file Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
CharPropEngine ( int ich ) : ILgCharacterPropertyEngine

Get a suitable CPE for the specified character of the original string.

CpeTracker ( ILgWritingSystemFactory wsf, ITsString tss ) : System

make the compiler happy.

Method Details

CharPropEngine() public method

Get a suitable CPE for the specified character of the original string.
public CharPropEngine ( int ich ) : ILgCharacterPropertyEngine
ich int
return ILgCharacterPropertyEngine

CpeTracker() public method

make the compiler happy.
public CpeTracker ( ILgWritingSystemFactory wsf, ITsString tss ) : System
wsf ILgWritingSystemFactory
tss ITsString
return System