Function simics::api::simulator::sim_get_class::_get_class
source · fn _get_class<S>(name: S) -> Result<*mut ConfClass>
Expand description
Get a class by name
§Performance
SIM_get_class
- Performs a hashtable lookup ofname
. Loads the module containing the class namedname
if it is not loaded. This can be expensive once, but is cheap every time thereafter.