std::ios_base::event
Aus cppreference.com
![]() |
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. |
enum event; |
||
Gibt die Art des Ereignisses, die Funktionen von
register_callback()
auf bestimmte Ereignisse registriert übergeben wird. Die folgenden Konstanten sind definiert:Original:
Specifies the event type which is passed to functions registered by
register_callback()
on specific events. The following constants are defined: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.
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 |
erase_event
|
erteilt am
~ios_base() oder basic_ios::copyfmt() (bevor die Kopie der Mitglieder stattfindet)Original: issued on ~ios_base() or basic_ios::copyfmt() (before the copy of members takes place)The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
imbue_event
|
erteilt am
imbue() Original: issued on imbue() The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
copyfmt_event
|
erteilt am basic_ios::copyfmt() (nach der Kopie der Mitglieder erfolgt, aber bevor die Ausnahme Einstellungen werden kopiert)
Original: issued on basic_ios::copyfmt() (after the copy of members takes place, but before the exception settings are copied) The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
[Bearbeiten] Beispiel
This section is incomplete Reason: no example |