|
corona
1.0.2
|
#include <corona.h>
Public Member Functions | |
| virtual | ~DLLImplementation () |
| virtual void COR_CALL | destroy () |
| void | operator delete (void *p) |
A helper class for DLL-compatible interface implementations. Derive your implementations from DLLImplementation<YourInterface>.
| virtual corona::DLLImplementation< Interface >::~DLLImplementation | ( | ) | [inline, virtual] |
| virtual void COR_CALL corona::DLLImplementation< Interface >::destroy | ( | ) | [inline, virtual] |
| void corona::DLLImplementation< Interface >::operator delete | ( | void * | p | ) | [inline] |
1.7.6.1