treelite
Public Member Functions | List of all members
TranslationUnit Class Reference

translation unit is abstraction of a source file More...

#include <semantic.h>

Public Member Functions

 TranslationUnit (const CodeBlock &preamble, const CodeBlock &body)
 
 TranslationUnit (CodeBlock &&preamble, CodeBlock &&body)
 
 TranslationUnit (const TranslationUnit &other)=delete
 
 TranslationUnit (TranslationUnit &&other)=default
 
std::vector< std::string > Compile (const std::string &header_filename) const
 

Detailed Description

translation unit is abstraction of a source file

Definition at line 72 of file semantic.h.


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