comparison src/ls-oct-ascii.h @ 5754:a9ac02e9fda5

[project @ 2006-04-12 17:40:47 by jwe]
author jwe
date Wed, 12 Apr 2006 17:40:48 +0000
parents 297b82335c7b
children 7ba9ad1fec11
comparison
equal deleted inserted replaced
5753:f243564379e5 5754:a9ac02e9fda5
44 extract_keyword (std::istream& is, const char *keyword, 44 extract_keyword (std::istream& is, const char *keyword,
45 const bool next_only = false); 45 const bool next_only = false);
46 46
47 extern std::string 47 extern std::string
48 read_ascii_data (std::istream& is, const std::string& filename, bool& global, 48 read_ascii_data (std::istream& is, const std::string& filename, bool& global,
49 octave_value& tc, int count); 49 octave_value& tc, octave_idx_type count);
50 50
51 extern bool 51 extern bool
52 save_ascii_data (std::ostream& os, const octave_value& val_arg, 52 save_ascii_data (std::ostream& os, const octave_value& val_arg,
53 const std::string& name, bool& infnan_warned, 53 const std::string& name, bool& infnan_warned,
54 bool strip_nan_and_inf, bool mark_as_global, 54 bool strip_nan_and_inf, bool mark_as_global,