Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

void Impala::Application::Repository::DoDumpKeywordList (  ) 

Definition at line 1589 of file mainRepository.cpp.

References Impala::CmdOptions::GetInstance(), GetKeywordListLocator(), and ILOG_VAR.

Referenced by mainRepository().

01590 {
01591     ILOG_VAR(Impala.Application.Repository.DoDumpKeywordList);
01592     CmdOptions& options = CmdOptions::GetInstance();
01593 
01594     KeywordListLocator loc = GetKeywordListLocator(options, true);
01595     KeywordList keyList = *(KeywordListRepository().Get(loc));
01596     for (int i=0 ; i<keyList.size() ; i++)
01597         std::cout << keyList[i] << std::endl;
01598 }

Here is the call graph for this function:


Generated on Thu Jan 13 09:15:48 2011 for ImpalaSrc by  doxygen 1.5.1