FuncDeclaration.findVtblIndex

Find index of function in vtbl[0..dim] that this function overrides. Prefer an exact match to a covariant one.

class FuncDeclaration
final
int
findVtblIndex
(
Dsymbols* vtbl
,
int dim
)

Parameters

vtbl Dsymbols*

vtable to use

dim int

maximal vtable dimension

Return Value

Type: int

-1 didn't find one -2 can't determine because of forward references

Suggestion Box / Bug Report