VapourSynth-llvmexpr
Loading...
Searching...
No Matches
InfixConverter.hpp
Go to the documentation of this file.
1
19
20
#ifndef LLVMEXPR_FRONTEND_INFIXCONVERTER_HPP
21
#define LLVMEXPR_FRONTEND_INFIXCONVERTER_HPP
22
23
#include "
infix2postfix/types.hpp
"
24
25
#include <map>
26
#include <string>
27
28
std::string
convert_infix_to_postfix
(
29
const
std::string& infix_expr,
int
num_inputs,
infix2postfix::Mode
mode,
30
const
std::map<std::string, std::string>* predefined_macros =
nullptr
,
31
int
num_intermediate_inputs = 0);
32
33
#endif
convert_infix_to_postfix
std::string convert_infix_to_postfix(const std::string &infix_expr, int num_inputs, infix2postfix::Mode mode, const std::map< std::string, std::string > *predefined_macros=nullptr, int num_intermediate_inputs=0)
Definition
InfixConverter.cpp:28
infix2postfix::Mode
Mode
Definition
types.hpp:205
types.hpp
llvmexpr
frontend
InfixConverter.hpp
Generated by
1.16.0