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_base
和std::basic_ios
成员职能。
index
是用户提供的值传递给register_callback()
注册函数时。
另见
copyfmt | copies formatting information (public member function of std::basic_ios) |
---|---|
imbue | sets locale (public member function) |
(destructor) virtual | destructs the object (virtual public member function) |
register_callback | registers event callback function (public member function) |
© cppreference.com
在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。