|
gem5
|
#include <base.hh>
Public Member Functions | |
| BaseTagsDumpCallback (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 () |
|
inline |
|
inlinevirtual |
virtual process function that is invoked when the callback queue is executed.
Implements Callback.
Definition at line 268 of file base.hh.
References BaseTags::computeStats(), and tags.
|
private |