manpagez: man pages & more
info bigloo
Home | html | info | man
[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

10.5.2 Object handling

bigloo procedure: wide-object? object

Returns #t if object is a wide object otherwise it returns #f.

bigloo generic: object-display object [port]

This generic function is invoked by display to display objects.

bigloo generic: object-write object [port]

This generic function is invoked by write to write objects.

bigloo generic: object->struct object
bigloo procedure: struct->object struct

These functions converts objects into Scheme structures and vice-versa.

bigloo generic: object-equal? object obj

This generic function is invoked by equal? when the first argument is an instance of object.

bigloo generic: object-hashnumber object

This generic function returns an hash number of object.

bigloo procedure: is-a? obj class

Returns #t if obj belongs to class otherwise it returns #f.


This document was generated on March 31, 2014 using texi2html 5.0.

© manpagez.com 2000-2024
Individual documents may contain additional copyright information.