|
VapourSynth-llvmexpr
|
#include <llvmexpr/frontend/infix2postfix/AST.hpp>
Public Member Functions | |
| StaticRelPixelAccessExpr (Token c, Token x, Token y, std::string suffix) | |
Public Attributes | |
| Token | clip |
| Token | offset_x |
| Token | offset_y |
| std::string | boundary_suffix |
| Range | range |
|
inline |
Definition at line 112 of file AST.hpp.
References boundary_suffix, clip, offset_x, offset_y, and range.
| std::string infix2postfix::StaticRelPixelAccessExpr::boundary_suffix |
Definition at line 109 of file AST.hpp.
Referenced by StaticRelPixelAccessExpr().
| Token infix2postfix::StaticRelPixelAccessExpr::clip |
Definition at line 106 of file AST.hpp.
Referenced by StaticRelPixelAccessExpr().
| Token infix2postfix::StaticRelPixelAccessExpr::offset_x |
Definition at line 107 of file AST.hpp.
Referenced by StaticRelPixelAccessExpr().
| Token infix2postfix::StaticRelPixelAccessExpr::offset_y |
Definition at line 108 of file AST.hpp.
Referenced by StaticRelPixelAccessExpr().
| Range infix2postfix::StaticRelPixelAccessExpr::range |
Definition at line 110 of file AST.hpp.
Referenced by StaticRelPixelAccessExpr().