cpp_generator library

Classes

CppGenerator
Class that manages all Cpp code generation.
CppHeaderGenerator
Writes C++ header (.h) file to sink.
CppOptions
Options that control how C++ code will be generated.
CppSourceGenerator
Writes C++ source (.cpp) file to sink.

Functions

validateCpp(CppOptions options, Root root) List<Error>
Validates an AST to make sure the cpp generator supports everything.