|
OpenMW
|
#include <output.hpp>
Public Member Functions | |
| Output (Locals &locals) | |
| void | getCode (std::vector< Interpreter::Type_Code > &code) const |
| store generated code in code. More... | |
| const Literals & | getLiterals () const |
| const Locals & | getLocals () const |
| const std::vector < Interpreter::Type_Code > & | getCode () const |
| Literals & | getLiterals () |
| std::vector < Interpreter::Type_Code > & | getCode () |
| Locals & | getLocals () |
| void | clear () |
Private Attributes | |
| Literals | mLiterals |
| std::vector < Interpreter::Type_Code > | mCode |
| Locals & | mLocals |
| Compiler::Output::Output | ( | Locals & | locals | ) |
| void Compiler::Output::clear | ( | ) |
| void Compiler::Output::getCode | ( | std::vector< Interpreter::Type_Code > & | code | ) | const |
store generated code in code.
| const std::vector< Interpreter::Type_Code > & Compiler::Output::getCode | ( | ) | const |
| std::vector< Interpreter::Type_Code > & Compiler::Output::getCode | ( | ) |
| const Literals & Compiler::Output::getLiterals | ( | ) | const |
| Literals & Compiler::Output::getLiterals | ( | ) |
| const Locals & Compiler::Output::getLocals | ( | ) | const |
| Locals & Compiler::Output::getLocals | ( | ) |
|
private |
|
private |
|
private |
1.8.6