dict.cc dictionary

DictCfg Members

DictCfg overview

Private Static (Shared) Fields

DEF_DICTFILENAMEThe default dictionary file name
DEF_IDXFILENAMEThe default index file name
DEF_KEYWORDThe default keyword

Private Static (Shared) Properties

CONFIGFILEName of the configuration file

Public Instance Constructors

DictCfg Constructor Initializes the configuration from the CONFIGFILE

Public Instance Properties

dictfileName of the dictionary file to use
idxfileName of the index file
keywordThe last keyword queried in the dictionary

Public Instance Methods

DisposeWrites configuration into the CONFIGFILE
Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
ToString (inherited from Object) 

Protected Instance Methods

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

Private Instance Fields

m_dictfilenameName of the dictionary file to use
m_idxfilenameName of the index file
m_keywordThe last keyword queried in the dictionary

Private Instance Methods

readCfgReads the configuration from m_cfgfilename
writeCfgWrites configuration into the CONFIGFILE

See Also

DictCfg Class | dict Namespace