Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
modules
simulator
src
parse_utils.h
Go to the documentation of this file.
1
/*+-------------------------------------------------------------------------+
2
| MultiVehicle simulator (libmvsim) |
3
| |
4
| Copyright (C) 2014-2020 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
input
GLenum GLenum GLenum input
mvsim::parse
std::string parse(const std::string &input, const std::map< std::string, std::string > &variableNamesValues={})
Definition:
parse_utils.cpp:132
mvsim
Author(s):
autogenerated on Fri May 7 2021 03:05:51