- Timestamp:
- Apr 14, 2025, 9:05:58 PM (6 months ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/user/user.tex
r10ef475 r768d091 11 11 %% Created On : Wed Apr 6 14:53:29 2016 12 12 %% Last Modified By : Peter A. Buhr 13 %% Last Modified On : Fri Apr 11 18:33:42202514 %% Update Count : 706 413 %% Last Modified On : Mon Apr 14 20:53:55 2025 14 %% Update Count : 7065 15 15 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 16 16 … … 4736 4736 // *********************************** ofstream *********************************** 4737 4737 bool fail( ofstream & );§\indexc{fail}\index{ofstream@©ofstream©!©fail©}§ 4738 void clear ( ofstream & );§\indexc{clear}\index{ofstream@©ofstream©!©clear©}§4738 void clearerr( ofstream & );§\indexc{clearerr}\index{ofstream@©ofstream©!©clearerr©}§ 4739 4739 int flush( ofstream & );§\indexc{flush}\index{ofstream@©ofstream©!©flush©}§ 4740 4740 void open( ofstream &, const char name[], const char mode[] = "w" );§\indexc{open}\index{ofstream@©ofstream©!©open©}§ … … 4747 4747 // *********************************** ifstream *********************************** 4748 4748 bool fail( ifstream & is );§\indexc{fail}\index{ifstream@©ifstream©!©fail©}§ 4749 void clear ( ifstream & );§\indexc{clear}\index{ifstream@©ifstream©!©clear©}§4749 void clearerr( ifstream & );§\indexc{clearerr}\index{ifstream@©ifstream©!©clearerr©}§ 4750 4750 bool eof( ifstream & is );§\indexc{eof}\index{ifstream@©ifstream©!©eof©}§ 4751 4751 void 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.