#include "parse_utils.h"
#include <mrpt/core/exceptions.h>
#include <mrpt/core/get_env.h>
#include <mrpt/expr/CRuntimeCompiledExpression.h>
#include <mrpt/random/RandomGenerators.h>
#include <mrpt/system/filesystem.h>
#include <mrpt/system/os.h>
#include <mrpt/system/string_utils.h>
#include <mrpt/version.h>
#include <algorithm>
#include <cstdlib>
#include <iostream>
#include <sstream>
Go to the source code of this file.
|
static std::string | parseCmdRuns (const std::string &text) |
|
static std::string | parseEnvVars (const std::string &text) |
|
static std::string | parseMathExpr (const std::string &text, const std::map< std::string, std::string > &variableNamesValues) |
|
static std::string | parseVars (const std::string &text, const std::map< std::string, std::string > &variableNamesValues) |
|
◆ parseCmdRuns()
static std::string parseCmdRuns |
( |
const std::string & |
text | ) |
|
|
static |
◆ parseEnvVars()
static std::string parseEnvVars |
( |
const std::string & |
text | ) |
|
|
static |
◆ parseMathExpr()
static std::string parseMathExpr |
( |
const std::string & |
text, |
|
|
const std::map< std::string, std::string > & |
variableNamesValues |
|
) |
| |
|
static |
◆ parseVars()
static std::string parseVars |
( |
const std::string & |
text, |
|
|
const std::map< std::string, std::string > & |
variableNamesValues |
|
) |
| |
|
static |
◆ MVSIM_VERBOSE_PARSE
thread_local const bool MVSIM_VERBOSE_PARSE |
Initial value:=
mrpt::get_env<bool>("MVSIM_VERBOSE_PARSE", false)
Definition at line 26 of file parse_utils.cpp.