C++: Difference between revisions

Jump to navigation Jump to search
54 bytes removed ,  14 years ago
[unchecked revision][unchecked revision]
Line 63:
int __cxa_atexit(void (*destructor_func)(void *), void *arg, void *__dso_handle);
</source>
Such that, as explained above, <tt>'destructor_func'</tt> is the handle for a destructor function, <tt>'arg'</tt> as defined by the ABI is the single argument it may take, and <tt>__dso_handle</tt> is <em>similar</em>a to the C++ This pointer. Buthandle for more complex objects andthe resourcesDSO this(Dynamic isShared dodgyObject).
=====GCC (version < 3.2)=====
 
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu