Description
Parses and navigates C++ declarations through Python classes. It helps binding generators, documentation tools, and code-analysis scripts inspect C++ APIs without manually reading every header.
C++ parsing depends on compiler settings, include paths, and macros. Validate generated bindings or documentation before relying on them in builds.