#include <MarshallerAdaptors.hpp>
Public Member Functions | |
BodyDemarshaller & | body () |
DemarshallConfiguration (InputStream &i_stream) | |
HeaderDemarshaller & | header () |
InputStream & | stream () |
Protected Attributes | |
BodyDemarshaller | body_demarshaller |
HeaderDemarshaller | header_demarshaller |
InputStream & | input |
Contains the required classes for a full demarshalling operation.
Definition at line 93 of file MarshallerAdaptors.hpp.
RTT::DemarshallConfiguration< InputStream, HeaderDemarshaller, BodyDemarshaller >::DemarshallConfiguration | ( | InputStream & | i_stream | ) | [inline] |
Definition at line 96 of file MarshallerAdaptors.hpp.
BodyDemarshaller& RTT::DemarshallConfiguration< InputStream, HeaderDemarshaller, BodyDemarshaller >::body | ( | ) | [inline] |
Definition at line 101 of file MarshallerAdaptors.hpp.
HeaderDemarshaller& RTT::DemarshallConfiguration< InputStream, HeaderDemarshaller, BodyDemarshaller >::header | ( | ) | [inline] |
Definition at line 100 of file MarshallerAdaptors.hpp.
InputStream& RTT::DemarshallConfiguration< InputStream, HeaderDemarshaller, BodyDemarshaller >::stream | ( | ) | [inline] |
Definition at line 102 of file MarshallerAdaptors.hpp.
BodyDemarshaller RTT::DemarshallConfiguration< InputStream, HeaderDemarshaller, BodyDemarshaller >::body_demarshaller [protected] |
Definition at line 106 of file MarshallerAdaptors.hpp.
HeaderDemarshaller RTT::DemarshallConfiguration< InputStream, HeaderDemarshaller, BodyDemarshaller >::header_demarshaller [protected] |
Definition at line 105 of file MarshallerAdaptors.hpp.
InputStream& RTT::DemarshallConfiguration< InputStream, HeaderDemarshaller, BodyDemarshaller >::input [protected] |
Definition at line 108 of file MarshallerAdaptors.hpp.