Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/iostream.hfa

    r0efb269 r17a1b21  
    1010// Created On       : Wed May 27 17:56:53 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sat Apr 20 12:04:07 2019
    13 // Update Count     : 226
     12// Last Modified On : Tue Feb 26 16:57:22 2019
     13// Update Count     : 221
    1414//
    1515
     
    149149
    150150trait istream( dtype istype ) {
    151         void nlOn( istype & );                                                          // read newline
    152         void nlOff( istype & );                                                         // scan newline
    153         bool getANL( istype & );                                                        // get scan newline (on/off)
    154151        int fail( istype & );
    155152        int eof( istype & );
     
    190187
    191188        // manipulators
    192         istype & nlOn( istype & );
    193         istype & nlOff( istype & );
    194189        istype & ?|?( istype &, istype & (*)( istype & ) );
    195190        istype & nl( istype & is );
Note: See TracChangeset for help on using the changeset viewer.