BottomUpCommandTypeGraph

Represents a command type graph where the information about the parent-child relationships of commands are drawn from the children, via the @ParentCommand UDA.

Members

Aliases

Node
alias Node = TypeGraphNode
Undocumented in source.
Types
alias Types = _Types
Undocumented in source.

Templates

getTypeIndexOf
template getTypeIndexOf(T)
Undocumented in source.

Meta