|
template<typename OutType , typename InType > |
void | reader_visitor (OutType &out, const eprosima::xtypes::ReadableDynamicDataRef &cref) |
| A reader visitor retrieves a value from an xtypes data reference. More...
|
|
template<typename InType , typename OutType > |
void | writer_visitor (const InType &in, eprosima::xtypes::WritableDynamicDataRef &ref) |
| A writer visitor sends a value to an xtypes data reference. More...
|
|
template<> |
void | reader_visitor< std::string, char > (std::string &out, const eprosima::xtypes::ReadableDynamicDataRef &cref) |
|
template<> |
void | writer_visitor< std::string, char > (const std::string &in, eprosima::xtypes::WritableDynamicDataRef &ref) |
|
Helper functions for loading and generating configuration files