DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(goops.info.gz) Instance Creation

Info Catalog (goops.info.gz) Class Definition (goops.info.gz) MOP Specification (goops.info.gz) Class Redefinition
 
 Instance Creation
 =================
 
 `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.
 
Info Catalog (goops.info.gz) Class Definition (goops.info.gz) MOP Specification (goops.info.gz) Class Redefinition
automatically generated byinfo2html