C# Класс CRLFAnalyzerNS.TermListType

Class to contain list of positions of line terminators
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Add ( TermListItem tli ) : void

Allows adding TermListItems to the TermList.

TermListType ( ) : System

Constructor.

this ( int index ) : TermListItem

Indexer for accessing this type.

Приватные методы

Метод Описание
UpdateList ( int &Count, int &last, int &first, bool CROnly ) : void

This is really the core of the logic. Updates the jump list allowing for CROnlyNext entries. This method directly modifies the m_* static variables that store the counts and locations of the first and last jump entries.

Описание методов

Add() публичный Метод

Allows adding TermListItems to the TermList.
public Add ( TermListItem tli ) : void
tli TermListItem
Результат void

TermListType() публичный Метод

Constructor.
public TermListType ( ) : System
Результат System

this() публичный Метод

Indexer for accessing this type.
public this ( int index ) : TermListItem
index int
Результат TermListItem