#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 205 of file sc_spawn.h.
| sc_core::sc_spawn_object_v< T >::sc_spawn_object_v | ( | typename T::result_type * | r_p, | |
| T | object | |||
| ) | [inline] |
Definition at line 207 of file sc_spawn.h.
| virtual void sc_core::sc_spawn_object_v< T >::semantics | ( | ) | [inline, virtual] |
Definition at line 212 of file sc_spawn.h.
| void sc_core::sc_process_host::defunct | ( | ) | [inline, inherited] |
T sc_core::sc_spawn_object_v< T >::m_object [protected] |
Definition at line 218 of file sc_spawn.h.
T::result_type* sc_core::sc_spawn_object_v< T >::m_result_p [protected] |
Definition at line 219 of file sc_spawn.h.
1.5.5