|
gem5 v25.0.0.1
|
#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.
References t.
|
inlineoverridevirtual |
| T sc_gem5::ProcessObjFuncWrapper< T >::t |
Definition at line 52 of file sc_spawn.hh.
Referenced by call(), and ProcessObjFuncWrapper().