Skip to main content

generate_cpp_header

Function generate_cpp_header 

Source
pub fn generate_cpp_header(
    ast: &Specification,
    opts: &CppGenOptions,
) -> Result<String, CppGenError>
Expand description

Produces a complete C++17 header from an IDL specification.

§Errors