On Thursday 20 September 2007 13:43:37 jerry gay wrote:
> {{ PROPOSAL: I'd like to require that all vtable functions be declared
> with "VTABLE" at the beginning of the declaration, similar to "METHOD"
> and "PCCMETHOD". At the very least it's self-documentation. It might
> also be a usefu
from PDD17:
=head3 Defining vtable functions
Vtable functions are defined as C functions within the body of the C
declaration.
STRING *get_string() {...}
void set_string_native(STRING *value) {...}
{{ PROPOSAL: I'd like to require that all vtable functions be declared
with "VT