std::basic_filebuf::~basic_filebuf
Aus cppreference.com
< cpp | io | basic filebuf
![]() | This page has been machine-translated from the English version of the wiki using Google Translate. The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
virtual ~basic_filebuf(); | ||
Ruft
close()
die zugehörige Datei zu schließen und zerstört sich alle anderen Mitglieder der basic_filebuf
. Wenn eine Ausnahme von close()
geworfen wird, ist es gefangen und nicht weitergeleitet .Original:
Calls
close()
to close the associated file and destructs all other members of basic_filebuf
. If an exception is thrown by close()
, it is caught and not rethrown.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.
Inhaltsverzeichnis |
[Bearbeiten]Parameter
(None)
Original:
(none)
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.
[Bearbeiten]Rückgabewert
(None)
Original:
(none)
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.
[Bearbeiten]Notes
Typischerweise durch die Destruktor std::basic_fstream genannt .
Original:
Typically called by the destructor of std::basic_fstream.
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.
[Bearbeiten]Beispiel
This section is incomplete Reason: no example |
[Bearbeiten]Siehe auch
konstruiert eine basic_filebuf Objekt Original: constructs a basic_filebuf object The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (öffentliche Elementfunktion) | |
spült die Put-Bereich Puffer und schließt die zugehörige Datei Original: flushes the put area buffer and closes the associated file The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (öffentliche Elementfunktion) |