Expand description
Cgen Rust Library
The Cgen Rust library provides a builder API for generating C code.
Structs
- Defines a C++ class attribute (data member)
- defines the scope of the generated C code
- Defines a C++ class
- defines a comment block
- holds a method definition
- Documentation.
- Defines a C enum.
- Defines an struct field
- defines a C function
- Defines a function parameter
- defines a comment block
- Defines an struct field
- Defines an struct field
- holds a method definition
- Defines an struct field
- defines the scope of the generated C code
- defines a struct
- The
Type
corresponds to a full type. This is a base type with modifiers. - defines a union
- Defines an struct field
- Defines an enumeration variant
Enums
- Represents a base type in C/C++.
- Defines an statement
- Represents the visibility for C++ class members