| 1 | ///////////////////////////////////////////////////////////////////////////// |
| 2 | // Name: class_streams.h |
| 3 | // Purpose: Stream classes group docs |
| 4 | // Author: wxWidgets team |
| 5 | // RCS-ID: $Id: class_dc.h 52454 2008-03-12 19:08:48Z BP $ |
| 6 | // Licence: wxWindows license |
| 7 | ///////////////////////////////////////////////////////////////////////////// |
| 8 | |
| 9 | /** |
| 10 | |
| 11 | @defgroup group_class_streams Streams |
| 12 | @ingroup group_class |
| 13 | |
| 14 | wxWidgets has its own set of stream classes, as an alternative to often buggy |
| 15 | standard stream libraries, and to provide enhanced functionality. |
| 16 | |
| 17 | Related overviews: @ref overview_stream |
| 18 | |
| 19 | */ |
| 20 | |