Function simics::api::base::conf_object::get_class_name

source ·
pub fn get_class_name(cls: *mut ConfClass) -> Result<String>
Expand description

Get the name of a class. The name is copied, which differs from the C API.

§Arguments

  • cls - The class to get the name of

§Return Value

The name of the class

§Context

Cell Context