Modules§
Structs§
- Parse
Output - Output from a single source-file parse: the extracted layouts plus any types that were skipped (e.g. generics whose layout is unknown).
Enums§
- CppStdlib
- C++ standard library implementation variant.
- Source
Language
Functions§
- detect_
language - Detect language from file extension.
- parse_
source - Parse a source file and return layouts plus any skipped types.
- parse_
source_ str - Parse source text directly (useful for tests and piped input).
- record_
skipped - Record a skipped struct/type into the per-thread buffer.
- set_
cpp_ stdlib - Set the C++ stdlib variant used for type-size lookups during source analysis.