[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
10 Object System
Bigloo’s object system is designed to be as simple as possible and belongs to the CLOS [Bobrow et al. 88] object system family in that it uses classes, generic functions and methods. Its design has been strongly influenced by C. Queinnec’s MEROON [Queinnec93] It does not include any meta object protocol.
10.1 Class declaration | ||
10.2 Creating and accessing objects | ||
10.3 Generic functions | ||
10.4 Widening and shrinking | ||
10.5 Object library | ||
10.6 Object serialization | ||
10.7 Equality | ||
10.8 Introspection |
This document was generated on March 31, 2014 using texi2html 5.0.