src
pf
http_helpers
http_helpers.cpp
Go to the documentation of this file.
1
#include "
pf_driver/pf/http_helpers/http_helpers.h
"
2
3
std::string
http_helpers::from_array
(
const
Json::Value& val)
4
{
5
std::string
s
=
""
;
6
for
(
int
i = 0; i < val.size() - 1; i++)
7
{
8
s += val[i].asString() +
";"
;
9
}
10
s += val[val.size() - 1].asString();
11
return
s;
12
}
http_helpers::from_array
std::string from_array(const Json::Value &val)
Definition:
http_helpers.cpp:3
s
XmlRpcServer s
http_helpers.h
pf_driver
Author(s): Harsh Deshpande
autogenerated on Fri Feb 24 2023 03:59:35