VapourSynth-llvmexpr
Loading...
Searching...
No Matches
PostfixHelper.hpp File Reference
#include <cstdint>
#include <string>
Include dependency graph for PostfixHelper.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  infix2postfix

Enumerations

enum class  infix2postfix::PostfixMode : std::uint8_t { infix2postfix::Expr , infix2postfix::SingleExpr }

Functions

int infix2postfix::compute_postfix_stack_effect (const std::string &postfix_expr, PostfixMode mode, int line, int num_inputs, int num_intermediate_inputs)