CbdataParent Class Referenceabstract
#include <cbdata.h>
Inheritance diagram for CbdataParent:
Public Member Functions | |
virtual | ~CbdataParent () |
virtual void * | toCbdata ()=0 |
Private Member Functions | |
virtual void | finalizedInCbdataChild ()=0 |
hack: ensure CBDATA_CHILD() after a toCbdata()-defining CBDATA_INTERMEDIATE() More... | |
Detailed Description
Starts cbdata-protection in a class hierarchy. Intermediate classes in the same hierarchy must use CBDATA_INTERMEDIATE() if they risk creating cbdata pointers in their constructors. Final classes in the same hierarchy must use CBDATA_CHILD().
Constructor & Destructor Documentation
◆ ~CbdataParent()
Member Function Documentation
◆ finalizedInCbdataChild()
|
privatepure virtual |
◆ toCbdata()
|
pure virtual |
Referenced by AsyncJob::callException(), and AsyncJob::callStart().
The documentation for this class was generated from the following file:
- src/cbdata.h