std::ios_base::event
Da cppreference.com.
![]() |
Questa pagina è stata tradotta in modo automatico dalla versione in ineglese della wiki usando Google Translate.
La traduzione potrebbe contenere errori e termini strani. Muovi il puntatore sopra al testo per vedere la versione originale. Puoi aiutarci a correggere gli gli errori. Per ulteriori istruzioni clicca qui. |
enum event; |
||
Specifica il tipo di evento che viene passato alle funzioni registrate dal
register_callback()
su eventi specifici. Le costanti si definiscono le seguenti: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
|
rilasciato il
~ios_base() o basic_ios::copyfmt() (prima della copia dei soci ha luogo)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
|
rilasciato il
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
|
rilasciato il basic_ios::copyfmt() (dopo la copia dei soci ha luogo, ma prima che le impostazioni delle eccezioni vengono copiati)
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. |
[modifica] Esempio
This section is incomplete Reason: no example |