gem5  v20.0.0.3
Public Member Functions | Public Attributes | List of all members
CallbackImpl Class Reference
Inheritance diagram for CallbackImpl:
Callback

Public Member Functions

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...
 

Public Attributes

bool processed = false
 

Additional Inherited Members

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

Detailed Description

Definition at line 42 of file callback.test.cc.

Member Function Documentation

◆ process()

void CallbackImpl::process ( )
inlinevirtual

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

Implements Callback.

Definition at line 46 of file callback.test.cc.

Member Data Documentation

◆ processed

bool CallbackImpl::processed = false

Definition at line 45 of file callback.test.cc.

Referenced by TEST().


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

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