![]() |
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. | |
![]() | |
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 | |
![]() | |
pLogger | p_log |
The logger. | |
pConfigFile | p_conf |
The configuration file. | |
Bop: The Bebop compiler and decompiler.
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. |