#include <Xrtti.h>
Inheritance diagram for Xrtti::Destructor:
Public Member Functions | |
bool | IsVirtual () const |
bool | IsPureVirtual () const |
const DestructorSignature & | GetSignature () const |
void | Invoke (void *pInstance) const |
|
Returns true if the destructor is virtual, false if it is concrete.
|
|
Returns true if the destructor is pure virtual, false if it is not.
|
|
Returns an object describing the signature of this destructor.
|
|
Invokes this destructor on a constructed object. constructed instance must be deleted by the caller. If the containing Structure is anonymous, this method will return NULL, since anonymous Structures cannot be instantiated.
|