Next:
1 Class and object
Up:
Notion: Notes for the
Previous:
Notion: Notes for the
Index
Contents
1
Class and object hierarchies
1
.
1
Class hierarchy
1
.
2
Object hierarchies: WRegion parents and managers
1
.
3
Summary
2
Object system implementation
2
.
1
Object creation
2
.
2
Safe references
2
.
3
Dynamic dispatch
3
The Lua interface
3
.
1
Supported types
3
.
2
Exporting functions
3
.
3
Calling Lua functions and code
3
.
4
Miscellaneous notes
4
Modules
4
.
1
Anatomy
5
Miscellaneous design notes
5
.
1
Destroying WObj's
5
.
2
Method signatures
5
.
3
Encoding
6
C coding style
6
.
1
Whitespace
6
.
2
Braces
6
.
3
Names
6
.
4
Miscellaneous
A. GNU Free Documentation License
B. Full class hierarchy visible to Lua-side
Index