如何让 tolua++ 在 collect 函数中调用自定义代码

标题已经很明确了。 我不想让 tolua++ 生成只调用

delete self;

的代码,在 collect 函数中。我想要它做这样的事情:

some_custom_collector(self);

在 .pkg 文件中指定这个可能吗?

点赞