Samond Classes Library 1.2.1-RELEASE build 181
|
Class SCTextIndex header file. More...
#import <scl/SCService.h>
#import <scl/SCTypes.h>
Go to the source code of this file.
Classes | |
class | SCTextIndex |
Text index class. More... | |
Class Constants | |
#define | SCTextIndexClass @"SCTextIndex" |
Class SCTextIndex name. | |
Functions | |
SCTextIndex * | SCMakeTextIndex (SCIndex line, SCIndex character) |
Class SCTextIndex header file.
Contains the declaration of the service class SCTextIndex, which is implements the text index entity.
SCTextIndex* SCMakeTextIndex | ( | SCIndex | line, |
SCIndex | character | ||
) |
Returns the text index created by using the specified line number and character number.
line | - the line number |
character | - the character number |