Samond Classes Library 1.2.0-RELEASE build 166
Classes
SCTextIndex.h File Reference

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

SCTextIndexSCMakeTextIndex (SCULong line, SCULong character)
 

Detailed Description

Class SCTextIndex header file.

Since
version 1.1.4

Contains the declaration of the service class SCTextIndex, which is implements the text index entity.

Function Documentation

SCTextIndex* SCMakeTextIndex ( SCULong  line,
SCULong  character 
)

Returns the text index created by using the specified line number and character number.

Parameters
line- line number
character- character number
Returns
A created text index