lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> Thankfully, a lot of them share
> common structure and are generated by a handful of macros.

Can you post some of the macros that you use? It's a pity I didn't think
earlier about using macros to declare binding functions. Now as I try to
create a macro that would create the Get/Set functions for the
members of some C++ class, I find that a single macro cannot both
declare the functions and register them (or include them in the table
that is passed to luaL_openlib).

Ivan