#include <3DPhy.h>
Public Member Functions | |
virtual bool | operator() (C3DPhy *p3DPhy)=0 |
Callback returns a boolean according to its function (Ex : For a delete callback, it returns 'true' on destruction, 'false' otherwise). | |
Protected Member Functions | |
virtual | ~C3DPhyCallback () |
Protected destructor forces the object to be deleted by being dereferenced. |
Definition at line 41 of file 3DPhy.h.
virtual C3DPhyCallback::~C3DPhyCallback | ( | ) | [inline, protected, virtual] |
virtual bool C3DPhyCallback::operator() | ( | C3DPhy * | p3DPhy | ) | [pure virtual] |
Callback returns a boolean according to its function (Ex : For a delete callback, it returns 'true' on destruction, 'false' otherwise).