TopDownCommandTypeGraph

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

Members

Aliases

Node
alias Node = TypeGraphNode
Undocumented in source.

Templates

getTypeIndexOf
template getTypeIndexOf(T)
Undocumented in source.

Variables

adjacencies
Node[][] adjacencies;
Undocumented in source.
rootTypeIndices
size_t[] rootTypeIndices;
Undocumented in source.

Meta