Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/fstream.hfa

    r874b16e rf5d9c37  
    1010// Created On       : Wed May 27 17:56:53 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Mon Jun  5 22:00:20 2023
    13 // Update Count     : 246
     12// Last Modified On : Thu Jun 29 11:08:31 2023
     13// Update Count     : 251
    1414//
    1515
     
    4040
    4141// private
     42bool getNL$( ofstream & );
     43void setNL$( ofstream &, bool );
     44bool getANL$( ofstream & );
     45
    4246bool sepPrt$( ofstream & );
    4347void sepReset$( ofstream & );
     
    4549const char * sepGetCur$( ofstream & );
    4650void sepSetCur$( ofstream &, const char [] );
    47 bool getNL$( ofstream & );
    48 void setNL$( ofstream &, bool );
    49 bool getANL$( ofstream & );
     51
    5052bool getPrt$( ofstream & );
    5153void setPrt$( ofstream &, bool );
     
    5557
    5658// public
    57 void sepOn( ofstream & );
    58 void sepOff( ofstream & );
    59 bool sepDisable( ofstream & );
    60 bool sepEnable( ofstream & );
    6159void nlOn( ofstream & );
    6260void nlOff( ofstream & );
    6361
     62void sep( ofstream & );
     63void nosep( ofstream & );
     64bool sepOn( ofstream & );
     65bool sepOff( ofstream & );
    6466const char * sepGet( ofstream & );
    6567void sepSet( ofstream &, const char [] );
Note: See TracChangeset for help on using the changeset viewer.