|
VapourSynth-llvmexpr
|
Public Attributes | |
| std::string | name |
| bool | is_function_like = false |
| std::vector< std::string > | params |
| std::vector< Token > | body |
Definition at line 490 of file Preprocessor.cpp.
| std::vector<Token> infix2postfix::preprocessor::Macro::body |
Definition at line 494 of file Preprocessor.cpp.
| bool infix2postfix::preprocessor::Macro::is_function_like = false |
Definition at line 492 of file Preprocessor.cpp.
Referenced by infix2postfix::preprocessor::Expander::expand().
| std::string infix2postfix::preprocessor::Macro::name |
Definition at line 491 of file Preprocessor.cpp.
Referenced by infix2postfix::Preprocessor::Impl::addPredefinedMacro(), and infix2postfix::preprocessor::MacroTable::define().
| std::vector<std::string> infix2postfix::preprocessor::Macro::params |
Definition at line 493 of file Preprocessor.cpp.