treelite
|
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 |
translation unit is abstraction of a source file
Definition at line 72 of file semantic.h.