Data type LoadedComponents
access this type via: composition.RecursiveLoader (uses)
This type represents a set of recursively loaded components, which started at mainComponent.
Fields
IDC mainComponent The main/origin component from a recursive load procedure.
char graph[] A text-based representation of the wiring graph between the components in loadedComponents.
LoadedComponent loadedComponents[] The set of loaded components.