xmlrpc.hpp
Go to the documentation of this file.
1 #pragma once
2 
11 #include <string>
12 
13 #include <xmlrpcpp/XmlRpcValue.h>
14 
15 namespace cras
16 {
17 
18 inline ::std::string to_string(const ::XmlRpc::XmlRpcValue& value)
19 {
20  return value.toXml();
21 }
22 
23 }
cras
Definition: any.hpp:15
XmlRpcValue.h
cras::to_string
inline ::std::string to_string(const ::Eigen::Matrix< Scalar, Rows, Cols, Options, MaxRows, MaxCols > &value)
Definition: string_utils/eigen.hpp:21


cras_cpp_common
Author(s): Martin Pecka
autogenerated on Sun Jan 14 2024 03:48:14