| 
    Samond Classes Library 1.2.6-STABLE build 219
    
   | 
 
Class SCTextIndex header file. More...
Go to the source code of this file.
Classes | |
| class | SCTextIndex | 
| Text index class.  More... | |
Class Constants | |
| #define | SCTextIndexClass @"SCTextIndex" | 
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.
| #define SCTextIndexClass @"SCTextIndex" | 
A name of the class SCTextIndex
| 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 | 
 1.8.9.1