gem5  v20.0.0.3
Public Member Functions | Private Attributes | List of all members
BaseTagsCallback Class Reference

#include <base.hh>

Inheritance diagram for BaseTagsCallback:
Callback

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

BaseTagstags
 

Additional Inherited Members

- Protected Member Functions inherited from Callback
virtual void autoDestruct ()
 

Detailed Description

Definition at line 356 of file base.hh.

Constructor & Destructor Documentation

◆ BaseTagsCallback()

BaseTagsCallback::BaseTagsCallback ( BaseTags t)
inline

Definition at line 360 of file base.hh.

Member Function Documentation

◆ process()

virtual void BaseTagsCallback::process ( )
inlinevirtual

virtual process function that is invoked when the callback queue is executed.

Implements Callback.

Definition at line 361 of file base.hh.

References BaseTags::cleanupRefs().

Member Data Documentation

◆ tags

BaseTags* BaseTagsCallback::tags
private

Definition at line 358 of file base.hh.


The documentation for this class was generated from the following file:

Generated on Fri Jul 3 2020 15:53:11 for gem5 by doxygen 1.8.13