#include <MainWindow.h>
Public Member Functions | |
CompilationResult (bool dump) | |
Public Attributes | |
unsigned | allocatedVariablesCount |
BytecodeVector | bytecode |
std::wostringstream | compilationMessages |
bool | dump |
Error | error |
bool | success |
Compiler::VariablesMap | variablesMap |
Definition at line 171 of file MainWindow.h.
Aseba::NodeTab::CompilationResult::CompilationResult | ( | bool | dump | ) | [inline] |
Definition at line 181 of file MainWindow.h.
Definition at line 176 of file MainWindow.h.
Definition at line 175 of file MainWindow.h.
std::wostringstream Aseba::NodeTab::CompilationResult::compilationMessages |
Definition at line 179 of file MainWindow.h.
Definition at line 173 of file MainWindow.h.
Definition at line 178 of file MainWindow.h.
Definition at line 174 of file MainWindow.h.
Definition at line 177 of file MainWindow.h.