[sv-cc] Callbacks on virtual interface var - proposal

From: Radoslaw Nawrot <Radoslaw.Nawrot@aldec.com.pl>
Date: Thu Aug 29 2013 - 04:25:30 PDT
Hi All,
From 1800-2012 virtual interface is availble via VPI, but standard do not
define any mechanizm to detect and handle initialization and disconnection
of it 
 
Is:
cbCreateObj After the class constructor call has completed and the internal
state of a class object 
has been initialized, or for shallow copy, after the copy operation has
completed.
 
cbReclaimObj Before the class object has been reclaimed by the automatic
memory
management, when it has been marked as no longer being used. When control is
returned from this callback, any handles to this class object, its
properties or their
subelements, and any associated callbacks should be considered invalid.
 
proposal:
 

cbCreateObj After the class constructor call has completed and the internal
state of a class 
object has been initialized, or for shallow copy, after the copy operation
has  completed or 
virtual interface has been initialized.
 
cbReclaimObj Before the class object has been reclaimed by the automatic
memory
management, when it has been marked as no longer being used or virtual
interface var
has been disconnected by null constant  or other interface instance. When
control is 
returned from this callback, any handles to this class object or virtual
interface var ,
their properties or their subelements, and any associated callbacks should
be considered invalid.

 
Regards,
Radek
 

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
Received on Thu, 29 Aug 2013 13:25:30 +0200

This archive was generated by hypermail 2.1.8 : Thu Aug 29 2013 - 04:26:10 PDT