![]() |
Jazz 1.25.+
|
Bop: The Bebop compiler and decompiler. More...
#include <bop.h>
Public Member Functions | |
| Bop (pLogger a_logger, pConfigFile a_config) | |
| Bop: Start the compiler. | |
Public Member Functions inherited from jazz_elements::Service | |
| Service (pLogger a_logger, pConfigFile a_config) | |
| virtual StatusCode | start () |
| A simple start()/shut_down() interface (Restart is: shut_down(TRUE):start()) | |
| virtual StatusCode | shut_down () |
| virtual pChar const | id () |
| void | log (int loglevel, const char *message) |
| void | log_printf (int loglevel, const char *fmt,...) |
| bool | get_conf_key (const char *key, int &value) |
| bool | get_conf_key (const char *key, double &value) |
| bool | get_conf_key (const char *key, std::string &value) |
Private Attributes | |
| OpCodes | opcodes |
| The list of opcodes. | |
Additional Inherited Members | |
Data Fields inherited from jazz_elements::Service | |
| pLogger | p_log |
| The logger. | |
| pConfigFile | p_conf |
| The configuration file. | |
| jazz_bebop::Bop::Bop | ( | pLogger | a_logger, |
| pConfigFile | a_config | ||
| ) |
Bop: Start the compiler.
| a_logger | A pointer to the logger. |
| a_config | A pointer to the configuration. |