Max OS
0.3
Loading...
Searching...
No Matches
inputStream.cpp
Go to the documentation of this file.
1
9
#include <
common/inputStream.h
>
10
11
using namespace
MaxOS;
12
using namespace
MaxOS::common;
13
19
InputStream::InputStream
(
InputStreamEventHandler<string>
*
input_stream_event_handler
)
20
:
GenericInputStream
<
string
>::
GenericInputStream
(
input_stream_event_handler
)
21
{
22
23
}
MaxOS::common::GenericInputStream
Manages the connection of a stream to handlers.
Definition
inputStream.h:102
MaxOS::common::InputStream::InputStream
InputStream(InputStreamEventHandler< string > *)
Creates a new InputStream that handles strings.
Definition
inputStream.cpp:19
MaxOS::common::Rectangle
Stores the left, top, width and height of a rectangle.
Definition
rectangle.h:22
inputStream.h
Defines a generic input stream and related classes for handling input data streams.
MaxOS::string
class MaxOS::String string
Typedef for String.
kernel
src
common
inputStream.cpp
Generated by
1.9.8