在线文档教程
C++
输入/输出 | Input/output

std::ios_base::event_callback

科技促进发展:监督办[医]基础::活动[医]回调

typedef void (*event_callback)(event type, ios_base& ios, int index

可以使用register_callback()在特定事件上被召唤。

type是类型的值。ios_base::event它指示将调用此回调的事件的类型。

ios引用调用回调的流对象:*this调用时作为参数传递。std::ios_basestd::basic_ios成员职能。

index是用户提供的值传递给register_callback()注册函数时。

另见

copyfmtcopies formatting information (public member function of std::basic_ios)
imbuesets locale (public member function)
(destructor) virtualdestructs the object (virtual public member function)
register_callbackregisters event callback function (public member function)

© cppreference.com

在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。

http://en.cppreference.com/w/cpp/io/IOS[医]基础/事件[医]回调