|
Squid Web Cache master
|
#include <cbdata.h>
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() | |
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().
|
privatepure virtual |
|
pure virtual |
Referenced by AsyncJob::callException(), and AsyncJob::callStart().