VapourSynth-llvmexpr
Loading...
Searching...
No Matches
infix2postfix::StaticRelPixelAccessExpr Struct Reference

#include <llvmexpr/frontend/infix2postfix/AST.hpp>

Collaboration diagram for infix2postfix::StaticRelPixelAccessExpr:

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

Detailed Description

Definition at line 105 of file AST.hpp.

Constructor & Destructor Documentation

◆ StaticRelPixelAccessExpr()

infix2postfix::StaticRelPixelAccessExpr::StaticRelPixelAccessExpr ( Token c,
Token x,
Token y,
std::string suffix )
inline

Definition at line 112 of file AST.hpp.

References boundary_suffix, clip, offset_x, offset_y, and range.

Member Data Documentation

◆ boundary_suffix

std::string infix2postfix::StaticRelPixelAccessExpr::boundary_suffix

Definition at line 109 of file AST.hpp.

Referenced by StaticRelPixelAccessExpr().

◆ clip

Token infix2postfix::StaticRelPixelAccessExpr::clip

Definition at line 106 of file AST.hpp.

Referenced by StaticRelPixelAccessExpr().

◆ offset_x

Token infix2postfix::StaticRelPixelAccessExpr::offset_x

Definition at line 107 of file AST.hpp.

Referenced by StaticRelPixelAccessExpr().

◆ offset_y

Token infix2postfix::StaticRelPixelAccessExpr::offset_y

Definition at line 108 of file AST.hpp.

Referenced by StaticRelPixelAccessExpr().

◆ range

Range infix2postfix::StaticRelPixelAccessExpr::range

Definition at line 110 of file AST.hpp.

Referenced by StaticRelPixelAccessExpr().


The documentation for this struct was generated from the following file:
  • llvmexpr/frontend/infix2postfix/AST.hpp