Re: [Vala] Reference to "this pointer" ?




Isn't this a pointer to actual instance of a class (reference) ?

What I want is to add the instance of a class do a GenericArray, but
not a copy.

And is what the actually the function does, and works ok, except by
the part of pass the "this".

A ref argument is a pointer to the pointer of the instance!
If you just want a pointer, remove 'ref'.

   void test(objtype t) {...}

t is a pointer to the original instance, NOT a copy.

Similarly, in

   objtype x = t;

x is NOT a copy of t. x and t refer to the same instance.


Nice day
Nor Jaidi Tuah



PRIVILEGED/CONFIDENTIAL information may be contained in this message. If you are neither the addressee 
(intended recipient) nor an authorised recipient of the addressee, and have received this message in error, 
please destroy this message (including attachments) and notify the sender immediately. STRICT PROHIBITION: 
This message, whether in part or in whole, should not be reviewed, retained, copied, reused, disclosed, 
distributed or used for any purpose whatsoever. Such unauthorised use may be unlawful and may contain 
material protected by the Official Secrets Act (Cap 153) of the Laws of Brunei Darussalam. DISCLAIMER: 
We/This Department/The Government of Brunei Darussalam, accept[s] no responsibility for loss or damage 
arising from the use of this message in any manner whatsoever. Our messages are checked for viruses but we do 
not accept liability for any viruses which may be transmitted in or with this message.


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