Samond Classes Library 1.2.6-STABLE build 219
Classes
SCTextIndex.h File Reference

Class SCTextIndex header file. More...

#import <Foundation/Foundation.h>
#import <scl/SCCollectionProtocols.h>
#import <scl/SCService.h>

Go to the source code of this file.

Classes

class  SCTextIndex
 Text index class. More...
 

Class Constants

#define SCTextIndexClass   @"SCTextIndex"
 

Functions

SCTextIndexSCMakeTextIndex (SCIndex line, SCIndex character)
 

Detailed Description

Class SCTextIndex header file.

SDK
macOS 10.6+, iOS 7.0+, GNUstep
Since
version 1.1.4

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

Macro Definition Documentation

#define SCTextIndexClass   @"SCTextIndex"

A name of the class SCTextIndex

Function Documentation

SCTextIndex* SCMakeTextIndex ( SCIndex  line,
SCIndex  character 
)

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

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