|
VapourSynth-llvmexpr
|
#include <llvmexpr/frontend/infix2postfix/AST.hpp>

Public Member Functions | |
| TernaryExpr (std::unique_ptr< Expr > c, std::unique_ptr< Expr > t, std::unique_ptr< Expr > f) | |
Public Attributes | |
| std::unique_ptr< Expr > | cond |
| std::unique_ptr< Expr > | true_expr |
| std::unique_ptr< Expr > | false_expr |
| Range | range |
|
inline |
| std::unique_ptr<Expr> infix2postfix::TernaryExpr::cond |
Definition at line 76 of file AST.hpp.
Referenced by TernaryExpr().
| std::unique_ptr<Expr> infix2postfix::TernaryExpr::false_expr |
Definition at line 78 of file AST.hpp.
Referenced by TernaryExpr().
| Range infix2postfix::TernaryExpr::range |
Definition at line 79 of file AST.hpp.
Referenced by TernaryExpr().
| std::unique_ptr<Expr> infix2postfix::TernaryExpr::true_expr |
Definition at line 77 of file AST.hpp.
Referenced by TernaryExpr().