Main Page
+
Namespaces
Namespace List
+
Namespace Members
All
Functions
Enumerations
Enumerator
+
Classes
Class List
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
+
Functions
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
w
~
+
Variables
a
b
c
d
e
f
h
i
l
m
n
p
q
r
s
t
u
v
w
Typedefs
Enumerations
Enumerator
+
Files
File List
+
File Members
All
Functions
Typedefs
Enumerations
Enumerator
Macros
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