|
Samond Classes Library 1.2.0-RELEASE build 166
|
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 (SCULong line, SCULong character) |
Class SCTextIndex header file.
Contains the declaration of the service class SCTextIndex, which is implements the text index entity.
| SCTextIndex* SCMakeTextIndex | ( | SCULong | line, |
| SCULong | character | ||
| ) |
Returns the text index created by using the specified line number and character number.
| line | - line number |
| character | - character number |
1.8.9.1