dict.cc dictionary

DictParser Members

DictParser overview

Private Static (Shared) Fields

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) 
read (inherited from ParserBase)Extracts indexes from the given stream
ToString (inherited from Object) 

Protected Instance Fields

m_handler (inherited from ParserBase)Handler for retrieving extracted indexes

Protected Instance Methods

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

See Also

DictParser Class | dict Namespace | DictImport | DictEntryRef