在线观看不卡亚洲电影_亚洲妓女99综合网_91青青青亚洲娱乐在线观看_日韩无码高清综合久久

鍍金池/ 教程/ C++/ ios_base::event()函數(shù)
std::put_money()函數(shù)
std::setprecision()函數(shù)
std::get_time()函數(shù)
basic_ios::openmode
basic_ios::basic_ios構(gòu)造函數(shù)
ios::rdstate()函數(shù)
ios::good()函數(shù)
C++ <fstream>
fstream::swap()函數(shù)
ios非運算符
ostream運算符=
std::resetiosflags()函數(shù)
ios::move()函數(shù)
ios::clear()函數(shù)
std::fpos()函數(shù)
ios::narrow()函數(shù)
fstream::close()函數(shù)
ios::imbue()函數(shù)
basic_ios::setstate
ios_base::fmtflags
C++ <iomanip>
std::setw()函數(shù)
ios_base::failure
C++ <basic_ios>
ios::fill()函數(shù)
ios_base::Init
ios::widen()函數(shù)
ios庫<ios>
std::setbases()函數(shù)
ios::swap()函數(shù)
ios::set_rdbuf()函數(shù)
std::setiosflags()函數(shù)
std::put_time()函數(shù)
std::get_money()函數(shù)
ios_base::seekdir
ios_base::event_callback()函數(shù)
fstream::rdbuf()函數(shù)
std::setfill()函數(shù)
fstream::isopen()函數(shù)
ios::tie()函數(shù)
ios::copyfmt()函數(shù)
fstream::open()函數(shù)
basic_ios::basic_ios析構(gòu)函數(shù)
ios_event::eof()函數(shù)
io::rdbuf()函數(shù)
ios::exceptions()函數(shù)
ios::init()函數(shù)
ios_base::event()函數(shù)
C++標準庫教程

ios_base::event()函數(shù)

C++函數(shù)ios_base::event用作為ios_base::register_callback注冊函數(shù)的第一個參數(shù)。此參數(shù)標識觸發(fā)函數(shù)調(diào)用的事件類型。

聲明

以下是 ios_base::event 的聲明。

enum event;

ios_event 的值有以下幾種 -

觸發(fā)事件
copyfmt_event 在調(diào)用 ios::copyfmt(在所有格式標志都已復制,但在異常掩碼之前)
erase_event 調(diào)用流析構(gòu)函數(shù)(也在ios::copyfmt的開頭調(diào)用)。
imbue_event 調(diào)用ios_base::imbue(函數(shù)返回之前)。

這個成員枚舉類型在ios_base中定義為 -

enum event { erase_event, imbue_event, copyfmt_event };