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

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

Collaboration diagram for infix2postfix::GlobalDecl:

Public Member Functions

 GlobalDecl (Token t, GlobalMode m, std::vector< Token > g={})

Public Attributes

Token keyword
GlobalMode mode
std::vector< Tokenglobals
Range range

Detailed Description

Definition at line 210 of file AST.hpp.

Constructor & Destructor Documentation

◆ GlobalDecl()

infix2postfix::GlobalDecl::GlobalDecl ( Token t,
GlobalMode m,
std::vector< Token > g = {} )
inline

Definition at line 216 of file AST.hpp.

216 {})
217 : keyword(std::move(t)), mode(m), globals(std::move(g)),
std::vector< Token > globals
Definition AST.hpp:213

Member Data Documentation

◆ globals

std::vector<Token> infix2postfix::GlobalDecl::globals

Definition at line 213 of file AST.hpp.

◆ keyword

Token infix2postfix::GlobalDecl::keyword

Definition at line 211 of file AST.hpp.

◆ mode

GlobalMode infix2postfix::GlobalDecl::mode

Definition at line 212 of file AST.hpp.

◆ range

Range infix2postfix::GlobalDecl::range

Definition at line 214 of file AST.hpp.


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