An interface for setting and getting a stream object. This can be a file, a string buffer,... More...
#include <rtt-marsh-fwd.hpp>
Public Member Functions | |
Stream & | getStream () |
void | setStream (Stream &_s) |
StreamProcessor (Stream &_s) | |
StreamProcessor (Stream *_s) | |
Protected Attributes | |
Stream * | s |
An interface for setting and getting a stream object. This can be a file, a string buffer,...
Definition at line 57 of file rtt-marsh-fwd.hpp.
|
inline |
Create a StreamProcessor.
_s | The stream to be processed. |
Definition at line 57 of file StreamProcessor.hpp.
|
inline |
Create a StreamProcessor.
_s | The stream to be processed. |
Definition at line 65 of file StreamProcessor.hpp.
|
inline |
Get the current Stream
Definition at line 82 of file StreamProcessor.hpp.
|
inline |
Set a new Stream.
_s | The stream to be processed. |
Definition at line 73 of file StreamProcessor.hpp.
|
protected |
Definition at line 88 of file StreamProcessor.hpp.