next up previous contents
Next: 4.4.3 Building the type Up: 4.4 Building a LuaCOM Previous: 4.4.1.0.1 Example   Contents

4.4.2 Objects to be exported

The objects to be exported are those belonging to the hierarchy rooted in the Application object. In Lua world, objects are ordinarily represented as tables or userdatas. So it's necessary to identify (or to implement) the Lua tables used to implement the objects to be exported.

Fabio Mascarenhas de Queiroz 2005-06-06