gem5 v24.0.0.0
|
#include <sc_spawn.hh>
Public Member Functions | |
ProcessObjFuncWrapper (T t) | |
void | call () override |
Public Member Functions inherited from sc_gem5::ProcessFuncWrapper | |
virtual | ~ProcessFuncWrapper () |
Public Attributes | |
T | t |
Definition at line 50 of file sc_spawn.hh.
|
inline |
Definition at line 54 of file sc_spawn.hh.
|
inlineoverridevirtual |
Implements sc_gem5::ProcessFuncWrapper.
Definition at line 56 of file sc_spawn.hh.
References sc_gem5::ProcessObjFuncWrapper< T >::t.
T sc_gem5::ProcessObjFuncWrapper< T >::t |
Definition at line 52 of file sc_spawn.hh.
Referenced by sc_gem5::ProcessObjFuncWrapper< T >::call().