forb
Public Member Functions | List of all members
forbcc::generator Class Reference

Generates source and header files from the (already populated) forbcc::module::global_module. More...

#include <generator.hpp>

Public Member Functions

 generator (const std::string &filename)
 Creates a new generator, the given filename will be used as base for the output header and source files.
 
void execute () const
 Generates code header and source files in current directory, it requires forbcc::module::global_module to be already populated. More...
 

Detailed Description

Generates source and header files from the (already populated) forbcc::module::global_module.

Member Function Documentation

§ execute()

void forbcc::generator::execute ( ) const

Generates code header and source files in current directory, it requires forbcc::module::global_module to be already populated.


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