
Public Member Functions | |
| sc_reset_finder (const sc_in< bool > *port_p, bool level, sc_process_b *target_p) | |
Protected Attributes | |
| bool | m_level |
| sc_reset_finder * | m_next_p |
| const sc_in< bool > * | m_port_p |
| sc_process_b * | m_target_p |
Friends | |
| class | sc_reset |
Definition at line 59 of file sc_reset.cpp.
| sc_core::sc_reset_finder::sc_reset_finder | ( | const sc_in< bool > * | port_p, | |
| bool | level, | |||
| sc_process_b * | target_p | |||
| ) | [inline] |
Definition at line 76 of file sc_reset.cpp.
friend class sc_reset [friend] |
Definition at line 60 of file sc_reset.cpp.
bool sc_core::sc_reset_finder::m_level [protected] |
Definition at line 66 of file sc_reset.cpp.
sc_reset_finder* sc_core::sc_reset_finder::m_next_p [protected] |
Definition at line 67 of file sc_reset.cpp.
const sc_in<bool>* sc_core::sc_reset_finder::m_port_p [protected] |
Definition at line 68 of file sc_reset.cpp.
sc_process_b* sc_core::sc_reset_finder::m_target_p [protected] |
Definition at line 69 of file sc_reset.cpp.
1.5.5