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

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

Public Attributes

std::string source
std::vector< LineMappingline_map
std::vector< std::string > errors
bool success
int library_line_count = 0

Detailed Description

Definition at line 57 of file Preprocessor.hpp.

Member Data Documentation

◆ errors

std::vector<std::string> infix2postfix::PreprocessResult::errors

Definition at line 60 of file Preprocessor.hpp.

Referenced by infix2postfix::Preprocessor::Impl::process().

◆ library_line_count

int infix2postfix::PreprocessResult::library_line_count = 0

Definition at line 62 of file Preprocessor.hpp.

Referenced by infix2postfix::Preprocessor::Impl::process().

◆ line_map

std::vector<LineMapping> infix2postfix::PreprocessResult::line_map

Definition at line 59 of file Preprocessor.hpp.

Referenced by infix2postfix::Preprocessor::Impl::process().

◆ source

std::string infix2postfix::PreprocessResult::source

◆ success

bool infix2postfix::PreprocessResult::success

Definition at line 61 of file Preprocessor.hpp.

Referenced by infix2postfix::Preprocessor::Impl::process().


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