|
VapourSynth-llvmexpr
|
#include <llvmexpr/frontend/infix2postfix/Preprocessor.hpp>
Public Attributes | |
| std::string | name |
| std::string | body |
| bool | is_function_like = false |
| std::vector< std::string > | parameters |
Definition at line 50 of file Preprocessor.hpp.
| std::string infix2postfix::MacroDefinition::body |
Definition at line 52 of file Preprocessor.hpp.
| bool infix2postfix::MacroDefinition::is_function_like = false |
Definition at line 53 of file Preprocessor.hpp.
| std::string infix2postfix::MacroDefinition::name |
Definition at line 51 of file Preprocessor.hpp.
| std::vector<std::string> infix2postfix::MacroDefinition::parameters |
Definition at line 54 of file Preprocessor.hpp.