On Jun 28, 2005, at 1:49 PM, Alfred Van Hoek wrote:
When a class defines the Operator_Convert to convert from will the
default constructor of this class be called by REALbasic, or should
the plugin take care of it all and implement a copy constructor?
The Operator_Convert from method takes the place of a constructor
method. It does not affect the behavior of the 'constructor' proc on
the REALclassDefinition (which I would like to rename 'initializer',
as it is unrelated to constructor methods).
Mars Saxman
REAL Software
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|