Function simics::api::base::conf_object::_object_iterator

source ·
fn _object_iterator(obj: *mut ConfObject) -> ObjectIter
Expand description

Obtain an iterator over the child objects at all depths of a given object

§Argument

  • obj - The object to get an iterator for

§Return Value

The iterator over the object’s children

§Context

Unknown