Design Patterns
structural::facade::Compiler Class Reference

#include <compiler.h>

Collaboration diagram for structural::facade::Compiler:

Public Member Functions

 Compiler ()
 
virtual ~Compiler ()
 
virtual void Compile (std::istringstream &, BytecodeStream *)
 

Constructor & Destructor Documentation

structural::facade::Compiler::Compiler ( )
structural::facade::Compiler::~Compiler ( )
virtual

Member Function Documentation

void structural::facade::Compiler::Compile ( std::istringstream &  input,
BytecodeStream output 
)
virtual

Here is the call graph for this function:


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