Calling a C++ function pointer on a specific object instance

前端 未结 10 1890
傲寒
傲寒 2020-12-06 01:25

I have a function pointer defined by:

typedef void (*EventFunction)(int nEvent);

Is there a way to handle that function with a specific ins

10条回答
提交回复
热议问题