PandA-2024.02
|
global variables used by each tool More...
#include <cstdlib>
#include <iostream>
#include <string>
Go to the source code of this file.
Functions | |
std::ostream | null_stream (nullptr) |
Mull stream. More... | |
Variables | |
int | exit_code = EXIT_FAILURE |
NOTE: this file must be included only by source code of the executable (i.e., the file with the main) More... | |
size_t | indentation = 0 |
The current indentation for debug messages. More... | |
std::string | panda_message |
The current message to be printed. More... | |
bool | error_on_warning = false |
Transform warning into errors. More... | |
global variables used by each tool
Definition in file global_variables.cpp.
std::ostream null_stream | ( | nullptr | ) |
Mull stream.
Transform warning into errors.
Definition at line 63 of file global_variables.cpp.
Referenced by Parameter::ManageDefaultOptions().
int exit_code = EXIT_FAILURE |
NOTE: this file must be included only by source code of the executable (i.e., the file with the main)
Autoheader include.
utility include
STD include Exit code
Definition at line 51 of file global_variables.cpp.
Referenced by tree_panda_gcc_parameter::Exec(), SpiderParameter::Exec(), EucalyptusParameter::Exec(), BambuParameter::Exec(), XmlFlexLexer::LexerError(), main(), ParseTreeFile(), and throw_error().
size_t indentation = 0 |
The current indentation for debug messages.
In global_variables.hpp.
Definition at line 54 of file global_variables.cpp.
Referenced by DesignFlowManager::Exec(), operator<<(), IndentedOutputStream::~IndentedOutputStream(), and simple_indent::~simple_indent().
std::string panda_message |
The current message to be printed.
This is the message to be printed.
Definition at line 60 of file global_variables.cpp.