| www.delorie.com/gnu/docs/guile/goops_56.html | search |
![]() Buy GNU books! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
make <class> . initargs (method)
allocate-instance class initargs (generic)
The applied allocate-instance method should allocate storage for
a new instance of class class and return the uninitialized instance.
initialize instance initargs (generic)
instance is the uninitialized instance returned by
allocate-instance. The applied method should initialize the new
instance in whatever sense is appropriate for its class. The method's
return value is ignored.
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |