ddc
|
#include "string.h"
#include "DwdsThesaurus.h"
#include "../CommonLib/util_classes.h"
#include "../CommonLib/bserialize.h"
Functions | |
const CDwdsThesaurus * | LoadDwdsThesaurus () |
void | FreeDwdsThesaurus (const CDwdsThesaurus *pThes) |
string | GetThesaurusPath () |
Variables | |
int | ReferenceCount = 0 |
CDwdsThesaurus * | pDwdsThesaurus = 0 |
const CDwdsThesaurus* LoadDwdsThesaurus | ( | ) |
References CDwdsThesaurus::LoadDwdsThesaurus(), pDwdsThesaurus, and ReferenceCount.
Referenced by CConcIndexator::StartIndexing().
void FreeDwdsThesaurus | ( | const CDwdsThesaurus * | pThes | ) |
References pDwdsThesaurus, and ReferenceCount.
Referenced by CConcIndexator::NormalEndIndexing().
string GetThesaurusPath | ( | ) |
References CanGetRegistryString(), and GetRegistryString().
Referenced by CDwdsThesaurus::LoadDwdsThesaurus().
int ReferenceCount = 0 |
Referenced by FreeDwdsThesaurus(), and LoadDwdsThesaurus().
CDwdsThesaurus* pDwdsThesaurus = 0 |
Referenced by FreeDwdsThesaurus(), and LoadDwdsThesaurus().