ROSE
0.9.6a
|
#include <roseTranslators.h>
Protected Member Functions | |
virtual void | midend () |
The frontend and backend are default, the midend implements a test on the ROSE infrastructure. More... | |
Protected Member Functions inherited from CppToVendorTranslator | |
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 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 64 of file roseTranslators.h.
|
protectedvirtual |
The frontend and backend are default, the midend implements a test on the ROSE infrastructure.
Reimplemented from CppToCppTranslator.