#include <compiler.hpp>

Public Member Functions | |
| Compiler (void) | |
| Constructor. | |
| virtual void | translate (std::istream &inputStream, std::ostream &outputStream) const =0 throw (Error) |
| std::string | translate (const std::string &input) const |
| Wrapper function for convenience. | |
Definition at line 31 of file compiler.hpp.
| Compiler::Compiler | ( | void | ) | [inline] |
| virtual void Compiler::translate | ( | std::istream & | inputStream, | |
| std::ostream & | outputStream | |||
| ) | const throw (Error) [pure virtual] |
Implemented in ChainedCompiler, MealMasterCompiler, Recoder, XSLCompiler, and XSU.
| std::string Compiler::translate | ( | const std::string & | input | ) | const |
Wrapper function for convenience.