Definition at line 214 of file mainConceptLearnClient.cpp. References Impala::CmdOptions::GetInstance(), Impala::CmdOptions::Initialise(), and Impala::CmdOptions::ParseArgs(). Referenced by main(). 00215 { 00216 CmdOptions& options = CmdOptions::GetInstance(); 00217 options.Initialise(true, false, true); 00218 00219 00220 if (!options.ParseArgs(argc, argv, "", 0)) 00221 return 1; 00222 00223 std::cout << "starting ConceptLearnClient..." << std::endl; 00224 ConceptLearnClient* c = new ConceptLearnClient(); 00225 00226 return 1; 00227 }
Here is the call graph for this function: ![]()
|