#include <sc_process_base.h>
Inheritance diagram for sc_spawn_object_v< T >:


Public Methods | |
| sc_spawn_object_v (typename T::result_type *r_p, T object, const char *name_p, const sc_spawn_options *opt_p) | |
| virtual void | semantics () |
Protected Attributes | |
| T | m_object |
| T::result_type * | m_result_p |
|
||||||||||||||||||||||||
|
Definition at line 403 of file sc_process_base.h. References sc_spawn_object_v< T >::m_object, and sc_spawn_object_v< T >::m_result_p. |
|
|||||||||
|
Implements sc_process_base. Definition at line 411 of file sc_process_base.h. References sc_spawn_object_v< T >::m_object, and sc_spawn_object_v< T >::m_result_p. |
|
|||||
|
Definition at line 417 of file sc_process_base.h. Referenced by sc_spawn_object_v< T >::sc_spawn_object_v(), and sc_spawn_object_v< T >::semantics(). |
|
|||||
|
Definition at line 418 of file sc_process_base.h. Referenced by sc_spawn_object_v< T >::sc_spawn_object_v(), and sc_spawn_object_v< T >::semantics(). |
1.2.18