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