Changeset 768d091 for doc/user


Ignore:
Timestamp:
Apr 14, 2025, 9:05:58 PM (6 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
0d41e600
Parents:
10ef475
git-author:
Peter A. Buhr <pabuhr@…> (04/14/25 20:59:04)
git-committer:
Peter A. Buhr <pabuhr@…> (04/14/25 21:05:58)
Message:

rename I/O function "clear" to "clearerr"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/user/user.tex

    r10ef475 r768d091  
    1111%% Created On       : Wed Apr  6 14:53:29 2016
    1212%% Last Modified By : Peter A. Buhr
    13 %% Last Modified On : Fri Apr 11 18:33:42 2025
    14 %% Update Count     : 7064
     13%% Last Modified On : Mon Apr 14 20:53:55 2025
     14%% Update Count     : 7065
    1515%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    1616
     
    47364736// *********************************** ofstream ***********************************
    47374737bool fail( ofstream & );§\indexc{fail}\index{ofstream@©ofstream©!©fail©}§
    4738 void clear( ofstream & );§\indexc{clear}\index{ofstream@©ofstream©!©clear©}§
     4738void clearerr( ofstream & );§\indexc{clearerr}\index{ofstream@©ofstream©!©clearerr©}§
    47394739int flush( ofstream & );§\indexc{flush}\index{ofstream@©ofstream©!©flush©}§
    47404740void open( ofstream &, const char name[], const char mode[] = "w" );§\indexc{open}\index{ofstream@©ofstream©!©open©}§
     
    47474747// *********************************** ifstream ***********************************
    47484748bool fail( ifstream & is );§\indexc{fail}\index{ifstream@©ifstream©!©fail©}§
    4749 void clear( ifstream & );§\indexc{clear}\index{ifstream@©ifstream©!©clear©}§
     4749void clearerr( ifstream & );§\indexc{clearerr}\index{ifstream@©ifstream©!©clearerr©}§
    47504750bool eof( ifstream & is );§\indexc{eof}\index{ifstream@©ifstream©!©eof©}§
    47514751void open( ifstream & is, const char name[], const char mode[] = "r" );§\indexc{open}\index{ifstream@©ifstream©!©open©}§
Note: See TracChangeset for help on using the changeset viewer.