Class CConcordance is a modification of CConcHolder, which automates handling of CConcHolder::m_pIndexator. CConcordance makes all necessary initialization steps in the constructor and the deinitialization steps in the destructor. More...
#include <ConcHolder.h>
Class CConcordance is a modification of CConcHolder, which automates handling of CConcHolder::m_pIndexator. CConcordance makes all necessary initialization steps in the constructor and the deinitialization steps in the destructor.
CConcordance::CConcordance | ( | ) |
References m_bOptionsWereModified, and CConcHolder::m_pIndexator.
CConcordance::~CConcordance | ( | ) | [virtual] |
References CConcHolder::m_pIndexator.
bool CConcordance::LoadProject | ( | const char * | FileName | ) |
Loads indices from the disk in order to start querying.
References CConcHolder::ClearQueryCache(), CConcIndexator::LoadProject(), and CConcHolder::m_pIndexator.
bool CConcordance::SaveProject | ( | string | FileName | ) |
Saves the list of source files to file *.con.
References CConcHolder::m_pIndexator, CSourceFileHolder::SaveSourceFileList(), and CStringIndexator::SetPath().
It shows us that the options were changed.
Referenced by CConcordance().