Changeset a2940184


Ignore:
Timestamp:
Jan 14, 2026, 9:25:10 PM (16 hours ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Parents:
39eb23b0
Message:

formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/iostream.hfa

    r39eb23b0 ra2940184  
    1010// Created On       : Wed May 27 17:56:53 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sat Sep 13 16:10:27 2025
    13 // Update Count     : 771
     12// Last Modified On : Wed Jan 14 21:23:53 2026
     13// Update Count     : 772
    1414//
    1515
     
    2727        void (*sepReset$)( ostype & );                                                  // set separator state to default state
    2828        void (*sepReset$)( ostype &, bool );                                    // set separator and default state
    29         const char * (*sepGetCur$)( ostype & );                         // get current separator string
     29        const char * (*sepGetCur$)( ostype & );                                 // get current separator string
    3030        void (*sepSetCur$)( ostype &, const char [] );                  // set current separator string
    31         bool (*getNL$)( ostype & );                                                     // get newline
     31        bool (*getNL$)( ostype & );                                                             // get newline
    3232        bool (*setNL$)( ostype &, bool );                                               // set newline
    3333        bool (*getANL$)( ostype & );                                                    // get auto newline (on/off)
     
    4242        void (*nosep)( ostype & );                                                              // turn separator state off
    4343        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
    45         const char * (*sepGet)( ostype & );                                     // get separator string
     44        bool (*sepOff)( ostype & );                                                             // set default state to off, and return previous state
     45        const char * (*sepGet)( ostype & );                                             // get separator string
    4646        void (*sepSet)( ostype &, const char [] );                              // set separator to string (15 character maximum)
    4747        const char * (*sepGetTuple)( ostype & );                                // get tuple separator string
    48         void (*sepSetTuple)( ostype &, const char [] );         // set tuple separator to string (15 character maximum)
     48        void (*sepSetTuple)( ostype &, const char [] );                 // set tuple separator to string (15 character maximum)
    4949
    5050        void (*ends)( ostype & );                                                               // end of output statement
Note: See TracChangeset for help on using the changeset viewer.