OpenMW
Public Member Functions | Private Attributes
Compiler::Output Class Reference

#include <output.hpp>

List of all members.

Public Member Functions

 Output (Locals &locals)
void getCode (std::vector< Interpreter::Type_Code > &code) const
 store generated code in \æ code.
const LiteralsgetLiterals () const
const LocalsgetLocals () const
const std::vector
< Interpreter::Type_Code > & 
getCode () const
LiteralsgetLiterals ()
std::vector
< Interpreter::Type_Code > & 
getCode ()
LocalsgetLocals ()
void clear ()

Private Attributes

Literals mLiterals
std::vector
< Interpreter::Type_Code
mCode
LocalsmLocals

Constructor & Destructor Documentation


Member Function Documentation

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

Member Data Documentation


The documentation for this class was generated from the following files: