#include <MarshallerAdaptors.hpp>
Public Member Functions | |
BodyMarshaller & | body () |
HeaderMarshaller & | header () |
MarshallConfiguration (OutputStream &o_stream) | |
OutputStream & | stream () |
Protected Attributes | |
BodyMarshaller | body_marshaller |
HeaderMarshaller | header_marshaller |
OutputStream & | output |
Private Types | |
typedef BodyMarshaller::OutputStream | OutputStream |
Contains the required classes for a full marshalling operation.
Definition at line 67 of file MarshallerAdaptors.hpp.
typedef BodyMarshaller::OutputStream RTT::MarshallConfiguration< HeaderMarshaller, BodyMarshaller >::OutputStream [private] |
Definition at line 69 of file MarshallerAdaptors.hpp.
RTT::MarshallConfiguration< HeaderMarshaller, BodyMarshaller >::MarshallConfiguration | ( | OutputStream & | o_stream | ) | [inline] |
Setup a new marshalling configuration to a specific stream.
Definition at line 74 of file MarshallerAdaptors.hpp.
BodyMarshaller& RTT::MarshallConfiguration< HeaderMarshaller, BodyMarshaller >::body | ( | ) | [inline] |
Definition at line 79 of file MarshallerAdaptors.hpp.
HeaderMarshaller& RTT::MarshallConfiguration< HeaderMarshaller, BodyMarshaller >::header | ( | ) | [inline] |
Definition at line 78 of file MarshallerAdaptors.hpp.
OutputStream& RTT::MarshallConfiguration< HeaderMarshaller, BodyMarshaller >::stream | ( | ) | [inline] |
Definition at line 80 of file MarshallerAdaptors.hpp.
BodyMarshaller RTT::MarshallConfiguration< HeaderMarshaller, BodyMarshaller >::body_marshaller [protected] |
Definition at line 84 of file MarshallerAdaptors.hpp.
HeaderMarshaller RTT::MarshallConfiguration< HeaderMarshaller, BodyMarshaller >::header_marshaller [protected] |
Definition at line 83 of file MarshallerAdaptors.hpp.
OutputStream& RTT::MarshallConfiguration< HeaderMarshaller, BodyMarshaller >::output [protected] |
Definition at line 86 of file MarshallerAdaptors.hpp.