Skip to main content

Module cpp_ast

Module cpp_ast 

Source
Available on crate feature cpp only.
Expand description

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§

Enum
File
A full C++ file
Function
Function or method
Struct
TypeAlias
Var
A variable or a member declaration.

Enums§

Access
Declaration
Declarations (top level, or within a struct)

Traits§

CppType

Functions§

escape_string