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

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

Public Attributes

std::string name
std::string body
bool is_function_like = false
std::vector< std::string > parameters

Detailed Description

Definition at line 50 of file Preprocessor.hpp.

Member Data Documentation

◆ body

std::string infix2postfix::MacroDefinition::body

Definition at line 52 of file Preprocessor.hpp.

◆ is_function_like

bool infix2postfix::MacroDefinition::is_function_like = false

Definition at line 53 of file Preprocessor.hpp.

◆ name

std::string infix2postfix::MacroDefinition::name

Definition at line 51 of file Preprocessor.hpp.

◆ parameters

std::vector<std::string> infix2postfix::MacroDefinition::parameters

Definition at line 54 of file Preprocessor.hpp.


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