|
|
|
|
|
by loeg
301 days ago
|
|
I think the author is talking about this: object->ops->start(object)
Where not only is it explicit, but you need to specify the object twice (once to resolve the Vtable, and a second time to pass the object to the stateless C method implementation). |
|