Index - All Packages - All Categories - All Classes

Class CopyRecipe


Package: Udanax-Gold
All Superclasses: Object Heaper Recipe
Immediate Subclasses: CategoryRecipe
Protocols: Object
Categories: Cxx-OtherClass

Instance Methods

create: cat with: cuisine

cuisine points to the *variable* in which the receiver should be registered.

Overrides: Recipe
Overridden by: CategoryRecipe

parse: rcvr

create a new object from the information in the transceiver

Overridden by: CategoryRecipe

parse: rcvr into: memory

create a new object from the information in the rcvr and give it the identity
of memory. The c++ version of this builds the first object received into the
area of supplied memory.

Overridden by: CategoryRecipe


Index - All Packages - All Categories - All Classes