gem5
v20.0.0.3
|
Helper template class to turn a simple class member function into a callback. More...
#include <callback.hh>
Public Member Functions | |
MakeCallback (T *o, bool auto_destroy=false) | |
MakeCallback (T &o, bool auto_destroy=false) | |
void | process () |
virtual process function that is invoked when the callback queue is executed. More... | |
![]() | |
virtual | ~Callback () |
virtualize the destructor to make sure that the correct one gets called. More... | |
Protected Member Functions | |
void | autoDestruct () |
Protected Attributes | |
T * | object |
const bool | autoDestroy |
Helper template class to turn a simple class member function into a callback.
Definition at line 62 of file callback.hh.
|
inline |
Definition at line 71 of file callback.hh.
|
inline |
Definition at line 75 of file callback.hh.
|
inlineprotectedvirtual |
Reimplemented from Callback.
Definition at line 68 of file callback.hh.
|
inlinevirtual |
virtual process function that is invoked when the callback queue is executed.
Implements Callback.
Definition at line 79 of file callback.hh.
|
protected |
Definition at line 66 of file callback.hh.
|
protected |
Definition at line 65 of file callback.hh.