#include <corona.h>
Inheritance diagram for corona::DLLInterface:
Public Methods | |
void | operator delete (void *p) |
When deriving from this class, do not declare a virtual destructor on your interface.
Definition at line 108 of file corona.h.
|
"delete image" should actually call image->destroy(), thus putting the burden of calling the destructor and freeing the memory on the image object, and thus on Corona's side of the DLL boundary. Reimplemented in corona::DLLImplementation< Image >, and corona::DLLImplementation< File >. Definition at line 122 of file corona.h. References destroy(). |