dict.cc dictionary

DictImport Members

DictImport overview

Public Static (Shared) Fields

MAXENTRIESMaximum number of entries per index

Private Static Constructor

DictImport Constructor Initializes the static fields of the DictImport class.

Private Static (Shared) Fields

MUSTMATCHReg. expr. which each index keyword must match

Private Static (Shared) Methods

saveIdxCreates an index file from the index created anIndex

Public Instance Constructors

DictImport Constructor Initializes the creation of the dictionary index

Public Instance Properties

lastexcpLast exception occured in the class, if any

Public Instance Methods

addIndexAdds the given dictionary index entry
DisposeDisposes the object
Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
startStarts the index creation process
stopStops the index creation process
ToString (inherited from Object) 

Protected Instance Methods

FinalizeDisposes the object before beeing destroyed
MemberwiseClone (inherited from Object) 

Private Instance Fields

m_continueIf the process should continue
m_dictfilelenThe length of the dictionary file
m_dictfilenameName of the dictionary file to import
m_idxfilenameName of the resulting index file
m_indexThe index
m_lastexcpLast exception occured during processing
m_progress_handlerHandler for showing progress of the import process
m_thrThread creating the index

Private Instance Methods

createprocThread routine creating the dictionary index

See Also

DictImport Class | dict Namespace | DictParser | DictIndex