modules
simulator
src
parse_utils.h
Go to the documentation of this file.
1
/*+-------------------------------------------------------------------------+
2
| MultiVehicle simulator (libmvsim) |
3
| |
4
| Copyright (C) 2014-2023 Jose Luis Blanco Claraco |
5
| Copyright (C) 2017 Borys Tymchenko (Odessa Polytechnic University) |
6
| Distributed under 3-clause BSD License |
7
| See COPYING |
8
+-------------------------------------------------------------------------+ */
9
10
#include <map>
11
#include <string>
12
13
namespace
mvsim
14
{
23
std::string
parse
(
24
const
std::string& input,
25
const
std::map<std::string, std::string>& variableNamesValues = {});
26
27
}
// namespace mvsim
mvsim
mvsim::parse
std::string parse(const std::string &input, const std::map< std::string, std::string > &variableNamesValues={})
Definition:
parse_utils.cpp:211
mvsim
Author(s):
autogenerated on Tue Jul 4 2023 03:08:21