Function read_strings(istream&)¶
Defined in File parser.hpp
Function Documentation¶
-
vector<string> read_strings(istream &s)
reads a vector of string from a line.
Stops at the first comment character (#) clears the vector before reading
Defined in File parser.hpp
reads a vector of string from a line.
Stops at the first comment character (#) clears the vector before reading