SystemC
2.3.1
Accellera SystemC proof-of-concept library
|
#include <sysc/kernel/sc_spawn.h>
Public Member Functions | |
sc_spawn_object_v (typename T::result_type *r_p, T object) | |
virtual void | semantics () |
![]() | |
sc_process_host () | |
virtual | ~sc_process_host () |
void | defunct () |
Protected Attributes | |
T | m_object |
T::result_type * | m_result_p |
Definition at line 185 of file sc_spawn.h.
|
inline |
Definition at line 187 of file sc_spawn.h.
|
inlinevirtual |
Definition at line 192 of file sc_spawn.h.
|
protected |
Definition at line 198 of file sc_spawn.h.
|
protected |
Definition at line 199 of file sc_spawn.h.