![]() |
Max OS 0.3
|
A stream that handles strings. More...
#include <inputStream.h>
Public Member Functions | |
| InputStream (InputStreamEventHandler< string > *) | |
| Creates a new InputStream that handles strings. | |
Public Member Functions inherited from MaxOS::common::GenericInputStream< string > | |
| GenericInputStream () | |
| Creates a new GenericInputStream. | |
| GenericInputStream (InputStreamEventHandler< string > *) | |
| Creates a new GenericInputStream and connects it to the handler. | |
| ~GenericInputStream () | |
| Destroys the GenericInputStream and disconnects all handlers. | |
| void | connect_input_stream_event_handler (InputStreamEventHandler< string > *) |
| Adds a inputStreamEventHandler to the list of internetProtocolHandlers. | |
| void | disconnect_input_stream_event_handler (InputStreamEventHandler< string > *) |
| Removes a handler from the list of handlers. | |
Additional Inherited Members | |
Protected Attributes inherited from MaxOS::common::GenericInputStream< string > | |
| common::Vector< InputStreamEventHandler< string > * > | m_input_stream_event_handlers |
| List of streams being observed by this handler. | |
A stream that handles strings.
Definition at line 141 of file inputStream.h.
|
explicit |
Creates a new InputStream that handles strings.
| input_stream_event_handler | The event handler to handle the data |
Definition at line 19 of file inputStream.cpp.