gem5
|
#include <base.hh>
Public Member Functions | |
BaseTagsCallback (BaseTags *t) | |
virtual void | process () |
virtual process function that is invoked when the callback queue is executed. More... | |
Public Member Functions inherited from Callback | |
virtual | ~Callback () |
virtualize the destructor to make sure that the correct one gets called. More... | |
Private Attributes | |
BaseTags * | tags |
Additional Inherited Members | |
Protected Member Functions inherited from Callback | |
virtual void | autoDestruct () |
|
inlinevirtual |
virtual process function that is invoked when the callback queue is executed.
Implements Callback.
Definition at line 260 of file base.hh.
References BaseTags::cleanupRefs(), and tags.
|
private |