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

Public Attributes

std::string name
bool is_function_like = false
std::vector< std::string > params
std::vector< Tokenbody

Detailed Description

Definition at line 490 of file Preprocessor.cpp.

Member Data Documentation

◆ body

std::vector<Token> infix2postfix::preprocessor::Macro::body

Definition at line 494 of file Preprocessor.cpp.

◆ is_function_like

bool infix2postfix::preprocessor::Macro::is_function_like = false

Definition at line 492 of file Preprocessor.cpp.

Referenced by infix2postfix::preprocessor::Expander::expand().

◆ name

std::string infix2postfix::preprocessor::Macro::name

◆ params

std::vector<std::string> infix2postfix::preprocessor::Macro::params

Definition at line 493 of file Preprocessor.cpp.


The documentation for this struct was generated from the following file: