CCA
cca::ComponentInfoConverter Class Reference

Converter for cca::ComponentInfo to rst Value. More...

#include <InfoConverter.h>

List of all members.

Public Member Functions

 ComponentInfoConverter ()
virtual ~ComponentInfoConverter ()
std::string getWireSchema () const
std::string serialize (const rsb::AnnotatedData &data, std::string &wire)
rsb::AnnotatedData deserialize (const std::string &wireType, const std::string &wire)

Private Attributes

boost::shared_ptr
< rsb::converter::Converter
< std::string > > 
converter

Detailed Description

Converter for cca::ComponentInfo to rst Value.

Author:
anordman

Definition at line 45 of file InfoConverter.h.


Constructor & Destructor Documentation


Member Function Documentation

rsb::AnnotatedData cca::ComponentInfoConverter::deserialize ( const std::string &  wireType,
const std::string &  wire 
)

Definition at line 76 of file InfoConverter.cpp.

References converter.

Definition at line 51 of file InfoConverter.cpp.

References converter.

string cca::ComponentInfoConverter::serialize ( const rsb::AnnotatedData &  data,
std::string &  wire 
)

Definition at line 55 of file InfoConverter.cpp.

References converter.


Member Data Documentation

boost::shared_ptr<rsb::converter::Converter<std::string> > cca::ComponentInfoConverter::converter [private]

Definition at line 59 of file InfoConverter.h.

Referenced by ComponentInfoConverter(), deserialize(), getWireSchema(), and serialize().


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