Definition at line 42 of file tldc.cpp.
◆ error()
| std::ostream & compiler::error |
( |
| ) |
|
◆ exit_code()
| int compiler::exit_code |
( |
| ) |
const |
◆ run()
◆ set_c_file()
| void compiler::set_c_file |
( |
std::string const & |
c | ) |
|
◆ set_include_offsets()
| void compiler::set_include_offsets |
( |
bool |
include_offsets | ) |
|
◆ set_input_path()
| void compiler::set_input_path |
( |
std::string const & |
path | ) |
|
◆ set_output()
| void compiler::set_output |
( |
std::string const & |
output | ) |
|
◆ set_output_json()
| void compiler::set_output_json |
( |
bool |
verify | ) |
|
◆ set_verbose()
| void compiler::set_verbose |
( |
bool |
verbose | ) |
|
◆ set_verify()
| void compiler::set_verify |
( |
bool |
verify | ) |
|
◆ verify_output()
◆ f_c_file
| std::string compiler::f_c_file = std::string() |
|
private |
◆ f_errcnt
| int compiler::f_errcnt = 0 |
|
private |
◆ f_include_offsets
| bool compiler::f_include_offsets = false |
|
private |
◆ f_input_path
| std::string compiler::f_input_path = std::string() |
|
private |
◆ f_output
| std::string compiler::f_output = std::string() |
|
private |
◆ f_output_json
| bool compiler::f_output_json = false |
|
private |
◆ f_verbose
| bool compiler::f_verbose = false |
|
private |
◆ f_verify
| bool compiler::f_verify = false |
|
private |
The documentation for this class was generated from the following file: