dict.cc dictionary

ParserBase Members

ParserBase overview

Public Static (Shared) Methods

getEncodingReturns encoding of the dictionary file
getInstance Returns a new parser instance for the given dictionary type

Private Static (Shared) Fields

BUFLENLength of the buffer used for reading input file

Public Instance Constructors

ParserBase Constructor Initializes the parser for the given handler

Public Instance Methods

Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
readExtracts indexes from the given stream
ToString (inherited from Object) 

Protected Instance Fields

m_handlerHandler for retrieving extracted indexes

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 
processLineExtracts indexes from one single dictionary line

Private Instance Fields

m_typeThe parser type

See Also

ParserBase Class | dict Namespace