inheritance

Create a range of all base classes and interfaces a component implements.

Warning no order of inherited interfaces and classes is guaranteed.

  1. auto inheritance(ClassInfo classinfo)
    inheritance
    (
    ClassInfo classinfo
    )
  2. struct InheritanceRange

Parameters

classinfo ClassInfo

typeinfo of component for which to create inheritance chain.

Return Value

Type: auto

A range of ClassInfo elements.

Meta