The CompilerContext represents a context for a specific target which is used with the Compiler class.
More...
#include <scratchcpp/compilercontext.h>
The CompilerContext represents a context for a specific target which is used with the Compiler class.
◆ CompilerContext() [1/2]
| CompilerContext::CompilerContext |
( |
IEngine * | engine, |
|
|
Target * | target ) |
◆ CompilerContext() [2/2]
| libscratchcpp::CompilerContext::CompilerContext |
( |
const CompilerContext & | | ) |
|
|
delete |
◆ ~CompilerContext()
| virtual libscratchcpp::CompilerContext::~CompilerContext |
( |
| ) |
|
|
inlinevirtual |
◆ engine()
| IEngine * CompilerContext::engine |
( |
| ) |
const |
Returns the engine of the project.
◆ preoptimize()
| virtual void libscratchcpp::CompilerContext::preoptimize |
( |
| ) |
|
|
inlinevirtual |
◆ target()
| Target * CompilerContext::target |
( |
| ) |
const |
Returns the target of this context.
The documentation for this class was generated from the following files: