analyzeCxxBaseSpecified

Analyze the node that represents a inheritance.

reverseScope. scope the class reside in starting from the bottom. class A : public B {}; reverseScope is then [B, A].

canonicalUSR. The resolved USR. It is possible to inherit from for example a typedef. canonicalUSR would be the class the typedef refers.

@safe
analyzeCxxBaseSpecified
(
const(CxxBaseSpecifier) v
,
ref Container container
,
in uint indent
)

Meta