get_class_hierarchy
Retrieve the inheritance hierarchy for a specified C++ class to identify its base and derived classes, helping you understand the class structure.
Instructions
Get the inheritance hierarchy for a specific C++ class
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| class_name | Yes | Name of the class |