|
SystemC
2.3.2
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 () |
| void | defunct () |
Protected Attributes | |
| T | m_object |
| T::result_type * | m_result_p |
Definition at line 191 of file sc_spawn.h.
|
inline |
Definition at line 193 of file sc_spawn.h.
|
inlineinherited |
Definition at line 101 of file sc_process.h.
|
inlinevirtual |
Definition at line 198 of file sc_spawn.h.
|
protected |
Definition at line 204 of file sc_spawn.h.
|
protected |
Definition at line 205 of file sc_spawn.h.