Public メソッド | |
sc_reset_finder (const sc_in< bool > *port_p, bool level, sc_process_b *target_p) | |
Protected 変数 | |
bool | m_level |
sc_reset_finder * | m_next_p |
const sc_in< bool > * | m_port_p |
sc_process_b * | m_target_p |
Private メソッド | |
sc_reset_finder (const sc_reset_finder &) | |
const sc_reset_finder & | operator= (const sc_reset_finder &) |
フレンド | |
class | sc_reset |
sc_reset.cpp の 59 行で定義されています。
sc_core::sc_reset_finder::sc_reset_finder | ( | const sc_in< bool > * | port_p, | |
bool | level, | |||
sc_process_b * | target_p | |||
) | [inline] |
sc_reset.cpp の 76 行で定義されています。
00078 : 00079 m_level(level), m_port_p(port_p), m_target_p(target_p) 00080 { 00081 m_next_p = reset_finder_q; 00082 reset_finder_q = this; 00083 }
sc_core::sc_reset_finder::sc_reset_finder | ( | const sc_reset_finder & | ) | [private] |
const sc_reset_finder& sc_core::sc_reset_finder::operator= | ( | const sc_reset_finder & | ) | [private] |
friend class sc_reset [friend] |
sc_reset.cpp の 60 行で定義されています。
bool sc_core::sc_reset_finder::m_level [protected] |
sc_reset.cpp の 66 行で定義されています。
sc_reset_finder* sc_core::sc_reset_finder::m_next_p [protected] |
sc_reset.cpp の 67 行で定義されています。
const sc_in<bool>* sc_core::sc_reset_finder::m_port_p [protected] |
sc_reset.cpp の 68 行で定義されています。
sc_process_b* sc_core::sc_reset_finder::m_target_p [protected] |
sc_reset.cpp の 69 行で定義されています。