Changeset a2940184
- Timestamp:
- Jan 14, 2026, 9:25:10 PM (16 hours ago)
- Branches:
- master
- Parents:
- 39eb23b0
- File:
-
- 1 edited
-
libcfa/src/iostream.hfa (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/iostream.hfa
r39eb23b0 ra2940184 10 10 // Created On : Wed May 27 17:56:53 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Sat Sep 13 16:10:27 202513 // Update Count : 77 112 // Last Modified On : Wed Jan 14 21:23:53 2026 13 // Update Count : 772 14 14 // 15 15 … … 27 27 void (*sepReset$)( ostype & ); // set separator state to default state 28 28 void (*sepReset$)( ostype &, bool ); // set separator and default state 29 const char * (*sepGetCur$)( ostype & ); // get current separator string29 const char * (*sepGetCur$)( ostype & ); // get current separator string 30 30 void (*sepSetCur$)( ostype &, const char [] ); // set current separator string 31 bool (*getNL$)( ostype & ); // get newline31 bool (*getNL$)( ostype & ); // get newline 32 32 bool (*setNL$)( ostype &, bool ); // set newline 33 33 bool (*getANL$)( ostype & ); // get auto newline (on/off) … … 42 42 void (*nosep)( ostype & ); // turn separator state off 43 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 state45 const char * (*sepGet)( ostype & ); // get separator string44 bool (*sepOff)( ostype & ); // set default state to off, and return previous state 45 const char * (*sepGet)( ostype & ); // get separator string 46 46 void (*sepSet)( ostype &, const char [] ); // set separator to string (15 character maximum) 47 47 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) 49 49 50 50 void (*ends)( ostype & ); // end of output statement
Note:
See TracChangeset
for help on using the changeset viewer.