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