Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/iostream.hfa

    rf5d9c37 rdc9dd94  
    1010// Created On       : Wed May 27 17:56:53 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Thu Jun 29 11:07:25 2023
    13 // Update Count     : 427
     12// Last Modified On : Thu Jun 15 22:34:31 2023
     13// Update Count     : 411
    1414//
    1515
     
    3636        void setPrt$( ostype &, bool );                                         // set fmt called in output cascade
    3737        // public
     38        void sepOn( ostype & );                                                         // turn separator state on
     39        void sepOff( ostype & );                                                        // turn separator state off
     40        bool sepDisable( ostype & );                                            // set default state to off, and return previous state
     41        bool sepEnable( ostype & );                                                     // set default state to on, and return previous state
    3842        void nlOn( ostype & );                                                          // turn auto-newline state on
    3943        void nlOff( ostype & );                                                         // turn auto-newline state off
    4044
    41         void sep( ostype & );                                                           // turn separator state on
    42         void nosep( ostype & );                                                         // turn separator state off
    43         bool sepOn( ostype & );                                                         // set default state to on, and return previous state
    44         bool sepOff( ostype & );                                                        // set default state to off, and return previous state
    4545        const char * sepGet( ostype & );                                        // get separator string
    4646        void sepSet( ostype &, const char [] );                         // set separator to string (15 character maximum)
     
    135135        ostype & ?|?( ostype &, ostype & (*)( ostype & ) );
    136136        void ?|?( ostype &, ostype & (*)( ostype & ) );
    137 
    138137        ostype & nl( ostype & );
    139138        ostype & nonl( ostype & );
     139        ostype & sep( ostype & );
     140        ostype & sepTuple( ostype & );
     141        ostype & sepOn( ostype & );
     142        ostype & sepOff( ostype & );
     143        ostype & sepDisable( ostype & );
     144        ostype & sepEnable( ostype & );
    140145        ostype & nlOn( ostype & );
    141146        ostype & nlOff( ostype & );
    142 
    143         ostype & sepVal( ostype & );
    144         ostype & sepTupleVal( ostype & );
    145         ostype & sep( ostype & );
    146         ostype & nosep( ostype & );
    147         ostype & sepOn( ostype & );
    148         ostype & sepOff( ostype & );
    149147} // distribution
    150148
Note: See TracChangeset for help on using the changeset viewer.