lua-users home
lua-l archive

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


> I register all of my C++ functions so they call the same 
> callback handler. Then I look up the name of the function 
> that was called in a database of all
> C++ functions and use the function database to validate all of the
> arguments, then call the appropriate function.

Could you explain your lookup mechanism (e.g. how do you build the
database, etc.)?

Thanks,

Brian