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

Re: [ns] bind and delay_bind_init_one




(delay_bind) saves memory because the binding is done only when needed (when
someone on the call stack has done a set or instvar), as opposed to
when the object exists (bind).

Yes, you need to bind it unless it is binded already in A.

- Hyunah

Stagiaire IIE 2000 wrote:

> Hi all,
> 1) What is the difference between bind and delay_bind_init_one ?
>
> 2) I have a C++ variable declared in class A, B inherit from A. Do I have to
> bind it in B if I have to set it in B tcl class ?
>
> Thanks,
> Alioune.