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

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

Collaboration diagram for infix2postfix::PropAccessExpr:

Public Member Functions

 PropAccessExpr (Token c, Token p)

Public Attributes

Token clip
Token prop
Range range

Detailed Description

Definition at line 96 of file AST.hpp.

Constructor & Destructor Documentation

◆ PropAccessExpr()

infix2postfix::PropAccessExpr::PropAccessExpr ( Token c,
Token p )
inline

Definition at line 101 of file AST.hpp.

102 : clip(std::move(c)), prop(std::move(p)), range(clip.range) {}

References clip, prop, and range.

Member Data Documentation

◆ clip

Token infix2postfix::PropAccessExpr::clip

Definition at line 97 of file AST.hpp.

Referenced by PropAccessExpr().

◆ prop

Token infix2postfix::PropAccessExpr::prop

Definition at line 98 of file AST.hpp.

Referenced by PropAccessExpr().

◆ range

Range infix2postfix::PropAccessExpr::range

Definition at line 99 of file AST.hpp.

Referenced by PropAccessExpr().


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