|
ROSE
0.9.6a
|
#include <roseTranslators.h>


Protected Member Functions | |
| virtual void | backend () |
Protected Member Functions inherited from CppToCppTranslator | |
| SgProject * | getAstRoot () |
| This function is used to get the root of the Ast which is generated by the frontend. More... | |
| void | setAstRoot (SgProject *) |
| The AST root is set by the frontend. More... | |
| void | setStatusCode (int code) |
Additional Inherited Members | |
Public Member Functions inherited from CppToCppTranslator | |
| CppToCppTranslator () | |
| virtual | ~CppToCppTranslator () |
| virtual void | setOptions (int argc, char **argv) |
| virtual void | frontend () |
| virtual void | midend () |
| virtual int | status () |
| the status code allows to report front/mid/backend warnings and errors. More... | |
| virtual void | printMessage (std::string s) |
| messages to the user (stdout). More... | |
Definition at line 50 of file roseTranslators.h.
|
protectedvirtual |
the backend generates a PDF file (instead of a C++ file).
Reimplemented from CppToCppTranslator.