Changes in libcfa/src/iostream.hfa [0efb269:17a1b21]
- File:
-
- 1 edited
-
libcfa/src/iostream.hfa (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/iostream.hfa
r0efb269 r17a1b21 10 10 // Created On : Wed May 27 17:56:53 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Sat Apr 20 12:04:07201913 // Update Count : 22 612 // Last Modified On : Tue Feb 26 16:57:22 2019 13 // Update Count : 221 14 14 // 15 15 … … 149 149 150 150 trait istream( dtype istype ) { 151 void nlOn( istype & ); // read newline152 void nlOff( istype & ); // scan newline153 bool getANL( istype & ); // get scan newline (on/off)154 151 int fail( istype & ); 155 152 int eof( istype & ); … … 190 187 191 188 // manipulators 192 istype & nlOn( istype & );193 istype & nlOff( istype & );194 189 istype & ?|?( istype &, istype & (*)( istype & ) ); 195 190 istype & nl( istype & is );
Note:
See TracChangeset
for help on using the changeset viewer.