RSB  0.19.0
rsb::converter::Uint64Converter Class Reference

Converter for boost::uint64_t. More...

#include <IntegerConverter.h>

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

Public Member Functions

 Uint64Converter ()
 
- Public Member Functions inherited from rsb::converter::IntegerConverter< boost::uint64_t >
 IntegerConverter (const std::string &wireSchema)
 
virtual ~IntegerConverter ()
 
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::IntegerConverter< boost::uint64_t >
typedef boost::shared_ptr< IntegerConverter< boost::uint64_t > > 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 boost::uint64_t.

Author
jmoringe

Definition at line 98 of file IntegerConverter.h.

Constructor & Destructor Documentation

rsb::converter::Uint64Converter::Uint64Converter ( )

Definition at line 36 of file IntegerConverter.cpp.


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