VapourSynth-llvmexpr
Loading...
Searching...
No Matches
infix2postfix::CodeGenError Class Reference

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

Inheritance diagram for infix2postfix::CodeGenError:
Collaboration diagram for infix2postfix::CodeGenError:

Public Member Functions

 CodeGenError (const std::string &message, const Range &r)

Public Attributes

Range range

Detailed Description

Definition at line 38 of file CodeGenerator.hpp.

Constructor & Destructor Documentation

◆ CodeGenError()

infix2postfix::CodeGenError::CodeGenError ( const std::string & message,
const Range & r )
inline

Definition at line 41 of file CodeGenerator.hpp.

42 : std::runtime_error(std::format(": {}", r.to_string(), message)),
43 range(r) {}

References range.

Member Data Documentation

◆ range

Range infix2postfix::CodeGenError::range

Definition at line 40 of file CodeGenerator.hpp.

Referenced by CodeGenError().


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