RSB  0.9.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
rsb::converter::VoidConverter Class Reference

Fulfill the interface... More...

#include <VoidConverter.h>

Inheritance diagram for rsb::converter::VoidConverter:
Inheritance graph
Collaboration diagram for rsb::converter::VoidConverter:
Collaboration graph

Public Member Functions

 VoidConverter ()
 
virtual ~VoidConverter ()
 
std::string serialize (const AnnotatedData &data, std::string &wire)
 Serialized the given domain object to the wire. More...
 
AnnotatedData deserialize (const std::string &wireType, const std::string &wire)
 Deserializes a domain object from a wire type. More...
 
- Public Member Functions inherited from rsb::converter::Converter< std::string >
virtual ~Converter ()
 
virtual std::string getDataType () const
 Returns the name of the data type this converter is applicable for. More...
 
virtual std::string getWireSchema () const
 Returns the name of the wire schema this converter can (de)serialize from/to. More...
 

Static Private Attributes

static const std::string TYPE = "void"
 

Additional Inherited Members

- Public Types inherited from rsb::converter::Converter< std::string >
typedef boost::shared_ptr
< Converter< std::string > > 
Ptr
 
- Protected Member Functions inherited from rsb::converter::Converter< std::string >
 Converter (const std::string &dataType, const std::string &wireSchema, bool dummy=true)
 Creates a new instance of this class with automatic handling for types. More...
 
 Converter (const std::string &wireSchema, const DataType *=0)
 Creates a new instance of this class with a data type string that is inferred based on the template parameter DataType. More...
 

Detailed Description

Fulfill the interface...

Converts nothing to nothing. ;)

Author
jwienke

Definition at line 42 of file VoidConverter.h.

Constructor & Destructor Documentation

rsb::converter::VoidConverter::VoidConverter ( )

Definition at line 36 of file VoidConverter.cpp.

rsb::converter::VoidConverter::~VoidConverter ( )
virtual

Definition at line 40 of file VoidConverter.cpp.

Member Function Documentation

AnnotatedData rsb::converter::VoidConverter::deserialize ( const std::string &  wireSchema,
const std::string &  wire 
)
virtual

Deserializes a domain object from a wire type.

Parameters
wireSchematype of the wire message
wirethe wire containing the data
Returns
the deserialized domain object annotated with its data type name
Exceptions
SerializationExceptionif deserializing the message fails

Implements rsb::converter::Converter< std::string >.

Definition at line 48 of file VoidConverter.cpp.

References rsb::converter::Converter< std::string >::getDataType().

Here is the call graph for this function:

string rsb::converter::VoidConverter::serialize ( const AnnotatedData data,
std::string &  wire 
)
virtual

Serialized the given domain object to the wire.

Parameters
datadata to serialize
wirethe wire to serialize on
Returns
the wire schema the data is encoded with
Exceptions
SerializationExceptionif the serialization failed

Implements rsb::converter::Converter< std::string >.

Definition at line 43 of file VoidConverter.cpp.

References TYPE.

Member Data Documentation

const string rsb::converter::VoidConverter::TYPE = "void"
staticprivate

Definition at line 52 of file VoidConverter.h.

Referenced by serialize().


The documentation for this class was generated from the following files: