Listing classes, properties and methods registered with luabind
Greg Santucci <[email protected]>
| Newsgroups | gmane.comp.lang.lua.bind.user |
|---|---|
| Message-ID | <[email protected]> |
At the lua repl, its possible to get a listing of all global symbols by issuing this command: for k,v in pairs(_G) do print(k) end I'd like to generate a listing of all the members of a class that have been registered with luabind in a similar way. How do I get to the lua table with this information? Regards, Greg Santucci ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ luabind-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/luabind-user