Searched refs:infile (Results 1 – 1 of 1) sorted by relevance
41 ifstream infile( fname.c_str(), ios::in); in Input() local43 if(!infile || infile.eof()){ in Input()53 get_input_lines(input_text, infile); in Input()86 infile.close(); in Input()114 void phSolver::Input::get_input_lines(vector<string> *text, ifstream &infile) in get_input_lines() argument117 while ( getline( infile, textline, '\n' ) ) { in get_input_lines()