Inherits iostream.
Public Member Functions | |
TextBox_iostream (SmartWin::WidgetTextBox< Parent, MessageMapPolicy > *TextBox) | |
The constructor requires a created WidgetTextBox. |
This is a new iostream based upon the custom streambuf called WidgetTextBox_streambuf. All that is needed is to use the iostream constructor with a tcp_streambuf. Then you have the normal iostream operations just as cout or cin.