Jazz 1.25.+
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes
jazz_bebop::Bop Class Reference

Bop: The Bebop compiler and decompiler. More...

#include <bop.h>

Inheritance diagram for jazz_bebop::Bop:
jazz_elements::Service

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.
 

Detailed Description

Bop: The Bebop compiler and decompiler.

Constructor & Destructor Documentation

◆ Bop()

jazz_bebop::Bop::Bop ( pLogger  a_logger,
pConfigFile  a_config 
)

Bop: Start the compiler.

Parameters
a_loggerA pointer to the logger.
a_configA pointer to the configuration.

The documentation for this class was generated from the following files: