Re: Lua C Functions in C++ class
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Lua C Functions in C++ class
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2003年10月21日 16:57:02 -0200
>there's no way to associate any sort of user data with the exported functions
Sure there is. You export C closures, not C functions, in fact. So C function
can have upvalues.
--lhf