iostream hierarchy
ios_base:: event
  cplusplus.com  
(enum-like type)

Type to indicate event.
  Type used as an argument to call functions registered by register_callback. This argument identifies the type of event occurred.

valuetype of event
ios_base::copyfmt_eventcopyfmt has been called.
ios_base::erase_eventdestroying object.
ios_base::imbue_eventimbue has been called.

See also.
  register_callback
  ios_base class


© The C++ Resources Network, 2001