RSB  0.19.0
rsb::converter::FloatConverter Class Reference

Converter for float type. More...

#include <FloatingPointConverter.h>

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

Public Member Functions

 FloatConverter ()
 
- Public Member Functions inherited from rsb::converter::FloatingPointConverter< float >
 FloatingPointConverter (const std::string &wireSchema)
 
virtual ~FloatingPointConverter ()
 
std::string serialize (const AnnotatedData &data, std::string &wire)
 Serialized the given domain object to the wire. More...
 
AnnotatedData deserialize (const std::string &wireSchema, 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...
 

Additional Inherited Members

- Public Types inherited from rsb::converter::FloatingPointConverter< float >
typedef boost::shared_ptr< FloatingPointConverter< float > > Ptr
 
- 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

Converter for float type.

Author
jmoringe

Definition at line 98 of file FloatingPointConverter.h.

Constructor & Destructor Documentation

rsb::converter::FloatConverter::FloatConverter ( )

Definition at line 32 of file FloatingPointConverter.cpp.


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