Function read_strings(istream&)¶
Defined in File parser.cpp
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.cpp
reads a vector of string from a line.
Stops at the first comment character (#) clears the vector before reading