Skip to main content

Module cpp

Module cpp 

Source
Available on crate feature cpp only.
Expand description

module for the C++ code generator

Modules§

cpp_ast
This module contains some data structure that helps represent a C++ code. It is then rendered into an actual C++ text using the Display trait

Structs§

Config
The configuration for the C++ code generator

Functions§

concatenate_ident
generate
Returns the text of the C++ code produced by the given root component
generate_type_aliases
generate_types
ident