help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Octave - Destructor method


From: Werner Koenig
Subject: Re: Octave - Destructor method
Date: Tue, 03 Sep 2013 22:24:19 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2.28) Gecko/20120306 Thunderbird/3.1.20

On 30.08.2013 21:06, Jordi GutiƩrrez Hermoso wrote:
On Fri, 2013-08-30 at 19:38 +0200, Werner Koenig wrote:
is there a possibility to build a destructor method for a class in Octave.
No, not presently. COW semantics kind of make it impossible to do
this, so you need the handle classes of classdef to get this, but
there is no implementation of classdef in the stable Octave release
(and the classdef implementation in the development version is not at
all ready for production).

You'll have to manually mimic the effect of a destructor.

- Jordi G. H.


Hello Jordi, hello list,

this is certainly what I do until now.
Is there a deadline until the classdef solution shall be implemented in the normal
version of Octave?

So long Werner

Jordi wrotes

Please respond publicly (hit reply all).



P.S I have only forgotten to take the reply all button, sorry !!


reply via email to

[Prev in Thread] Current Thread [Next in Thread]