dict.cc dictionary

DictParser Members

DictParser overview

Private Static (Shared) Fields

BUFLENLength of the buffer used for reading input file
CLOSING Characters closing strings to ignore while parsing for index
INDEX_SEPARATOR Strings separating index for the remaining part of the entry
OPENING Characters beginning strings to ignore while parsing for index
SEPARATORS Characters separating indexes from each other
STARTLINE_IGNOREIgnore lines starting with these characters

Public Instance Constructors

DictParser 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 Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

Private Instance Fields

m_handlerHandler for retrieving extracted indexes

Private Instance Methods

processLineExtracts indexes from one single dictionary line

See Also

DictParser Class | dict Namespace | DictImport | DictEntryRef