class_streams.h 551 B

12345678910111213141516171819
  1. /////////////////////////////////////////////////////////////////////////////
  2. // Name: class_streams.h
  3. // Purpose: Stream classes group docs
  4. // Author: wxWidgets team
  5. // Licence: wxWindows licence
  6. /////////////////////////////////////////////////////////////////////////////
  7. /**
  8. @defgroup group_class_streams Streams
  9. @ingroup group_class
  10. wxWidgets has its own set of stream classes, as an alternative to often buggy
  11. standard stream libraries, and to provide enhanced functionality.
  12. Related overviews: @ref overview_stream
  13. */