std::ios_base::event
提供: cppreference.com
![]() |
このページは、Google 翻訳を使って英語版から機械翻訳されました。
翻訳には誤りや奇妙な言い回しがあるかもしれません。文章の上にポインタをおくと、元の文章が見れます。誤りを修正して翻訳を改善する手助けをしてください。翻訳についての説明は、ここをクリックしてください。 |
enum event; |
||
特定のイベントで
register_callback()
によって登録された関数に渡されるイベントの種類を指定します。以下の定数が定義されています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.
定数
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
|
~ios_base() またはbasic_ios::copyfmt()(メンバーのコピーが行われる前)に発行された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
|
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
|
basic_ios::copyfmt()(メンバーのコピー後に行われますが、例外設定がコピーされる前)に発行された
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. |
[編集] 例
This section is incomplete Reason: no example |