gem5  v20.0.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
MakeCallback< T, F > Class Template Reference

Helper template class to turn a simple class member function into a callback. More...

#include <callback.hh>

Inheritance diagram for MakeCallback< T, F >:
Callback

Public Member Functions

 MakeCallback (T *o, bool auto_destroy=false)
 
 MakeCallback (T &o, bool auto_destroy=false)
 
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...
 

Protected Member Functions

void autoDestruct ()
 

Protected Attributes

T * object
 
const bool autoDestroy
 

Detailed Description

template<class T, void(T::*)() F>
class MakeCallback< T, F >

Helper template class to turn a simple class member function into a callback.

Definition at line 62 of file callback.hh.

Constructor & Destructor Documentation

◆ MakeCallback() [1/2]

template<class T, void(T::*)() F>
MakeCallback< T, F >::MakeCallback ( T *  o,
bool  auto_destroy = false 
)
inline

Definition at line 71 of file callback.hh.

◆ MakeCallback() [2/2]

template<class T, void(T::*)() F>
MakeCallback< T, F >::MakeCallback ( T &  o,
bool  auto_destroy = false 
)
inline

Definition at line 75 of file callback.hh.

Member Function Documentation

◆ autoDestruct()

template<class T, void(T::*)() F>
void MakeCallback< T, F >::autoDestruct ( )
inlineprotectedvirtual

Reimplemented from Callback.

Definition at line 68 of file callback.hh.

◆ process()

template<class T, void(T::*)() F>
void MakeCallback< T, F >::process ( )
inlinevirtual

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

Implements Callback.

Definition at line 79 of file callback.hh.

Member Data Documentation

◆ autoDestroy

template<class T, void(T::*)() F>
const bool MakeCallback< T, F >::autoDestroy
protected

Definition at line 66 of file callback.hh.

◆ object

template<class T, void(T::*)() F>
T* MakeCallback< T, F >::object
protected

Definition at line 65 of file callback.hh.


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

Generated on Thu May 28 2020 16:21:47 for gem5 by doxygen 1.8.13