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
include
pf_driver
pf
parser_utils.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <string>
4
#include <vector>
5
6
namespace
parser_utils
7
{
8
const
std::vector<std::string>
split
(
const
std::string& str,
const
char
delim =
';'
);
9
10
std::int64_t
to_long
(
const
std::string&
s
);
11
12
float
to_float
(
const
std::string&
s
);
13
14
}
// namespace parser_utils
parser_utils::to_float
float to_float(const std::string &s)
Definition:
parser_utils.cpp:28
s
XmlRpcServer s
parser_utils
Definition:
parser_utils.h:6
parser_utils::split
const std::vector< std::string > split(const std::string &str, const char delim=';')
Definition:
parser_utils.cpp:6
parser_utils::to_long
std::int64_t to_long(const std::string &s)
Definition:
parser_utils.cpp:13
pf_driver
Author(s): Harsh Deshpande
autogenerated on Sun Feb 4 2024 03:32:56