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
float to_float(const std::string &s)
const std::vector< std::string > split(const std::string &str, const char delim=';')
Definition: parser_utils.cpp:6
XmlRpcServer s
std::int64_t to_long(const std::string &s)


pf_driver
Author(s): Harsh Deshpande
autogenerated on Fri Feb 24 2023 03:59:35