Vorlage:cpp/io/ios base/dsc openmode
Aus cppreference.com
|- class="t-dsc-sep" | colspan="2" |
|- class="t-dsc"
|
|
Stream offenen Modus-Typ
Die folgenden Konstanten sind ebenfalls definiert:
Constant
Original: Constant The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
Explanation |
| app | versuchen Ende Strom vor jedem Schreibvorgang
Original: seek to the end of stream before each write The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
| binary | Öffnen Sie im Binär-Modus
Original: open in binary mode The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
| in | zum Lesen öffnen
Original: open for reading The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
| out | zum Schreiben geöffnet
Original: open for writing The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
| trunc | Verwerfen der Inhalt des Stroms beim Öffnen
Original: discard the contents of the stream when opening The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
| ate | versuchen Ende Stromes unmittelbar nach geöffnet
Original: seek to the end of stream immediately after open The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
Original:
stream open mode type
The following constants are also defined:
Constant
Original: Constant The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
Explanation |
| app | versuchen Ende Strom vor jedem Schreibvorgang
Original: seek to the end of stream before each write The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
| binary | Öffnen Sie im Binär-Modus
Original: open in binary mode The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
| in | zum Lesen öffnen
Original: open for reading The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
| out | zum Schreiben geöffnet
Original: open for writing The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
| trunc | Verwerfen der Inhalt des Stroms beim Öffnen
Original: discard the contents of the stream when opening The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
| ate | versuchen Ende Stromes unmittelbar nach geöffnet
Original: seek to the end of stream immediately after open The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
(typedef)
|-