gem5
v19.0.0.0
|
Public Member Functions | |
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... | |
Public Attributes | |
bool | processed = false |
Additional Inherited Members | |
![]() | |
virtual void | autoDestruct () |
Definition at line 44 of file callback.test.cc.
|
inlinevirtual |
virtual process function that is invoked when the callback queue is executed.
Implements Callback.
Definition at line 48 of file callback.test.cc.
bool CallbackImpl::processed = false |
Definition at line 47 of file callback.test.cc.
Referenced by TEST().