Mercurial > hg > octave-nkf
comparison src/ov-base-int.h @ 5992:4289ed95dde8
[project @ 2006-09-15 20:29:18 by jwe]
author | jwe |
---|---|
date | Fri, 15 Sep 2006 20:29:18 +0000 |
parents | 85c7dc4afe6b |
children | 9e32bb109980 |
comparison
equal
deleted
inserted
replaced
5991:265723390e7b | 5992:4289ed95dde8 |
---|---|
65 | 65 |
66 // void decrement (void) { matrix -= 1; } | 66 // void decrement (void) { matrix -= 1; } |
67 | 67 |
68 void print_raw (std::ostream& os, bool pr_as_read_syntax = false) const; | 68 void print_raw (std::ostream& os, bool pr_as_read_syntax = false) const; |
69 | 69 |
70 octave_value convert_to_str_internal (bool, bool, char type) const; | |
71 | |
70 bool save_ascii (std::ostream& os, bool& infnan_warned); | 72 bool save_ascii (std::ostream& os, bool& infnan_warned); |
71 | 73 |
72 bool load_ascii (std::istream& is); | 74 bool load_ascii (std::istream& is); |
73 | 75 |
74 bool save_binary (std::ostream& os, bool& ); | 76 bool save_binary (std::ostream& os, bool& ); |
106 | 108 |
107 // void increment (void) { scalar += 1; } | 109 // void increment (void) { scalar += 1; } |
108 | 110 |
109 // void decrement (void) { scalar -= 1; } | 111 // void decrement (void) { scalar -= 1; } |
110 | 112 |
113 octave_value convert_to_str_internal (bool, bool, char type) const; | |
114 | |
111 bool save_ascii (std::ostream& os, bool&); | 115 bool save_ascii (std::ostream& os, bool&); |
112 | 116 |
113 bool load_ascii (std::istream& is); | 117 bool load_ascii (std::istream& is); |
114 | 118 |
115 bool save_binary (std::ostream& os, bool& ); | 119 bool save_binary (std::ostream& os, bool& ); |