FUNC_VIRTUAL constant

int const FUNC_VIRTUAL

The function is accessed the same as PUREVIRTUAL, except the function has an implementation.

Implementation

static const FUNC_VIRTUAL = 0;