#include <sysc/kernel/sc_process_handle.h>

Definition at line 75 of file sc_process_handle.h.
| sc_core::sc_process_handle::sc_process_handle | ( | ) | [inline] |
Definition at line 147 of file sc_process_handle.h.
| sc_core::sc_process_handle::sc_process_handle | ( | sc_object * | object_p | ) | [inline, explicit] |
Definition at line 161 of file sc_process_handle.h.
| sc_core::sc_process_handle::sc_process_handle | ( | const sc_process_handle & | orig | ) | [inline] |
Definition at line 176 of file sc_process_handle.h.
| sc_core::sc_process_handle::~sc_process_handle | ( | ) | [inline] |
Definition at line 206 of file sc_process_handle.h.
| sc_process_handle & sc_core::sc_process_handle::operator= | ( | const sc_process_handle & | src | ) | [inline] |
Definition at line 191 of file sc_process_handle.h.
| bool sc_core::sc_process_handle::dynamic | ( | ) | const [inline] |
Definition at line 221 of file sc_process_handle.h.
| const std::vector< sc_object * > & sc_core::sc_process_handle::get_child_objects | ( | ) | const [inline] |
Definition at line 227 of file sc_process_handle.h.
| sc_object * sc_core::sc_process_handle::get_parent_object | ( | ) | const [inline] |
Definition at line 233 of file sc_process_handle.h.
| sc_object * sc_core::sc_process_handle::get_process_object | ( | ) | const [inline] |
Definition at line 238 of file sc_process_handle.h.
| const char * sc_core::sc_process_handle::name | ( | ) | const [inline] |
Definition at line 243 of file sc_process_handle.h.
| sc_curr_proc_kind sc_core::sc_process_handle::proc_kind | ( | ) | const [inline] |
Definition at line 248 of file sc_process_handle.h.
| sc_event & sc_core::sc_process_handle::terminated_event | ( | ) | [inline] |
Definition at line 258 of file sc_process_handle.h.
| bool sc_core::sc_process_handle::terminated | ( | ) | const [inline] |
Definition at line 253 of file sc_process_handle.h.
| bool sc_core::sc_process_handle::valid | ( | ) | const [inline] |
Definition at line 264 of file sc_process_handle.h.
| bool sc_core::sc_process_handle::dont_initialize | ( | ) | const [inline, protected] |
Definition at line 108 of file sc_process_handle.h.
| void sc_core::sc_process_handle::dont_initialize | ( | bool | dont | ) | [inline, protected] |
Definition at line 216 of file sc_process_handle.h.
| sc_core::sc_process_handle::operator sc_process_b * | ( | ) | [inline] |
Definition at line 113 of file sc_process_handle.h.
| sc_core::sc_process_handle::operator sc_cthread_handle | ( | ) |
Definition at line 346 of file sc_process.cpp.
| sc_core::sc_process_handle::operator sc_method_handle | ( | ) |
Definition at line 355 of file sc_process.cpp.
| sc_core::sc_process_handle::operator sc_thread_handle | ( | ) |
Definition at line 364 of file sc_process.cpp.
friend class sc_object [friend] |
Definition at line 80 of file sc_process_handle.h.
friend class sc_join [friend] |
Definition at line 81 of file sc_process_handle.h.
friend class sc_module [friend] |
Definition at line 82 of file sc_process_handle.h.
friend class sc_reset [friend] |
Definition at line 83 of file sc_process_handle.h.
friend class sc_sensitive [friend] |
Definition at line 84 of file sc_process_handle.h.
friend class sc_sensitive_pos [friend] |
Definition at line 85 of file sc_process_handle.h.
friend class sc_sensitive_neg [friend] |
Definition at line 86 of file sc_process_handle.h.
friend class sc_thread_process [friend] |
Definition at line 87 of file sc_process_handle.h.
sc_process_b* sc_core::sc_process_handle::m_target_p [protected] |
Definition at line 120 of file sc_process_handle.h.
std::vector< sc_object * > sc_core::sc_process_handle::empty_vector [static, protected] |
Definition at line 123 of file sc_process_handle.h.
sc_event sc_core::sc_process_handle::non_event [static, protected] |
Definition at line 124 of file sc_process_handle.h.
1.5.5