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
GLenum GLenum GLenum input
std::string parse(const std::string &input, const std::map< std::string, std::string > &variableNamesValues={})


mvsim
Author(s):
autogenerated on Fri May 7 2021 03:05:51