#include <sysc/kernel/sc_spawn_options.h>
Definition at line 50 of file sc_spawn_options.h.
sc_core::sc_spawn_options::sc_spawn_options |
( |
| ) |
|
|
inline |
sc_core::sc_spawn_options::~sc_spawn_options |
( |
| ) |
|
void sc_core::sc_spawn_options::async_reset_signal_is |
( |
const sc_in< bool > & |
, |
|
|
bool |
level |
|
) |
| |
void sc_core::sc_spawn_options::async_reset_signal_is |
( |
const sc_inout< bool > & |
, |
|
|
bool |
level |
|
) |
| |
void sc_core::sc_spawn_options::async_reset_signal_is |
( |
const sc_out< bool > & |
, |
|
|
bool |
level |
|
) |
| |
void sc_core::sc_spawn_options::async_reset_signal_is |
( |
const sc_signal_in_if< bool > & |
, |
|
|
bool |
level |
|
) |
| |
void sc_core::sc_spawn_options::dont_initialize |
( |
| ) |
|
|
inline |
bool sc_core::sc_spawn_options::is_method |
( |
| ) |
const |
|
inline |
void sc_core::sc_spawn_options::reset_signal_is |
( |
const sc_in< bool > & |
, |
|
|
bool |
level |
|
) |
| |
void sc_core::sc_spawn_options::reset_signal_is |
( |
const sc_inout< bool > & |
, |
|
|
bool |
level |
|
) |
| |
void sc_core::sc_spawn_options::reset_signal_is |
( |
const sc_out< bool > & |
, |
|
|
bool |
level |
|
) |
| |
void sc_core::sc_spawn_options::reset_signal_is |
( |
const sc_signal_in_if< bool > & |
, |
|
|
bool |
level |
|
) |
| |
void sc_core::sc_spawn_options::set_sensitivity |
( |
const sc_event * |
event | ) |
|
|
inline |
void sc_core::sc_spawn_options::set_sensitivity |
( |
sc_port_base * |
port_base | ) |
|
|
inline |
void sc_core::sc_spawn_options::set_sensitivity |
( |
sc_interface * |
interface_p | ) |
|
|
inline |
void sc_core::sc_spawn_options::set_sensitivity |
( |
sc_export_base * |
export_base | ) |
|
|
inline |
void sc_core::sc_spawn_options::set_sensitivity |
( |
sc_event_finder * |
event_finder | ) |
|
|
inline |
void sc_core::sc_spawn_options::set_stack_size |
( |
int |
stack_size | ) |
|
|
inline |
void sc_core::sc_spawn_options::spawn_method |
( |
| ) |
|
|
inline |
void sc_core::sc_spawn_options::specify_resets |
( |
| ) |
const |
|
protected |
bool sc_core::sc_spawn_options::m_dont_initialize |
|
protected |
std::vector<sc_spawn_reset_base*> sc_core::sc_spawn_options::m_resets |
|
protected |
std::vector<sc_event_finder*> sc_core::sc_spawn_options::m_sensitive_event_finders |
|
protected |
std::vector<const sc_event*> sc_core::sc_spawn_options::m_sensitive_events |
|
protected |
std::vector<sc_interface*> sc_core::sc_spawn_options::m_sensitive_interfaces |
|
protected |
std::vector<sc_port_base*> sc_core::sc_spawn_options::m_sensitive_port_bases |
|
protected |
bool sc_core::sc_spawn_options::m_spawn_method |
|
protected |
int sc_core::sc_spawn_options::m_stack_size |
|
protected |
The documentation for this class was generated from the following file: