Definition at line 676 of file mainRepository.cpp. References Impala::CmdOptions::GetInstance(), GetKeywordListLocator(), and ILOG_VAR. Referenced by mainRepository(). 00677 { 00678 ILOG_VAR(Impala.Application.Repository.DoDumpKeywordList); 00679 CmdOptions& options = CmdOptions::GetInstance(); 00680 00681 KeywordListLocator loc = GetKeywordListLocator(options, true); 00682 KeywordList keyList = *(KeywordListRepository().Get(loc)); 00683 for (int i=0 ; i<keyList.size() ; i++) 00684 std::cout << keyList[i] << std::endl; 00685 }
Here is the call graph for this function:
|