39 type,
const std::string& value) {
44 std::istringstream stream(value);
45 stream >> variantValue;
50 impl.reset(
new Impl(name, variantValue));
61 BOOST_ASSERT(boost::dynamic_pointer_cast<MessageConstant::Impl>(
impl));
Header file defining exceptions for the variant topic tools.
Header file providing the MessageConstant class interface.