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

Parses an already pre-processed FORB IDL file and populates forbcc::module::global_module with all the parsed data. More...

#include <parser.hpp>

Public Member Functions

 parser (const std::string &filename)
 Creates a new parser with the given input file.
 
void execute ()
 Performs the parse of the given file and populates forbcc::module::global_module with all the parsed data. More...
 

Detailed Description

Parses an already pre-processed FORB IDL file and populates forbcc::module::global_module with all the parsed data.

Member Function Documentation

§ execute()

void forbcc::parser::execute ( )

Performs the parse of the given file and populates forbcc::module::global_module with all the parsed data.


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