Mercurial > hg > octave-lyh
diff src/ls-oct-ascii.h @ 5099:f7e39f977fe8
[project @ 2004-12-24 19:06:01 by jwe]
author | jwe |
---|---|
date | Fri, 24 Dec 2004 19:06:01 +0000 |
parents | e95c86d48732 |
children | 23b37da9fd5b |
line wrap: on
line diff
--- a/src/ls-oct-ascii.h +++ b/src/ls-oct-ascii.h @@ -25,6 +25,10 @@ #include <cfloat> +#include <string> + +#include "str-vec.h" + // Flag for cell elements #define CELL_ELT_TAG "<cell-element>" @@ -42,6 +46,11 @@ extract_keyword (std::istream& is, const char *keyword, int& value, const bool next_only = false); +extern bool +extract_keyword (std::istream& is, const string_vector& keywords, + std::string& keyword, int& value, + const bool next_only = false); + extern std::string read_ascii_data (std::istream& is, const std::string& filename, bool& global, octave_value& tc, int count);