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: ![]()
|