Searched refs:autoDestroy (Results 1 - 1 of 1) sorted by relevance

/gem5/src/base/
H A Dcallback.hh68 const bool autoDestroy; member in class:MakeCallback
70 void autoDestruct() { if (autoDestroy) delete this; }
74 : object(o), autoDestroy(auto_destroy)
78 : object(&o), autoDestroy(auto_destroy)

Completed in 5 milliseconds