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
- Type
Alias - Var
- A variable or a member declaration.
Enums§
- Access
- Declaration
- Declarations (top level, or within a struct)