#include <sc_int_base.h>

Public メソッド | |
| sc_int_subref_r (const sc_int_subref_r &a) | |
| virtual | ~sc_int_subref_r () |
| int | length () const |
| virtual int | concat_length (bool *xz_present_p) const |
| virtual bool | concat_get_ctrl (unsigned long *dst_p, int low_i) const |
| virtual bool | concat_get_data (unsigned long *dst_p, int low_i) const |
| virtual uint64 | concat_get_uint64 () const |
| bool | and_reduce () const |
| bool | nand_reduce () const |
| bool | or_reduce () const |
| bool | nor_reduce () const |
| bool | xor_reduce () const |
| bool | xnor_reduce () const |
| operator uint_type () const | |
| uint_type | value () const |
| int | to_int () const |
| unsigned int | to_uint () const |
| long | to_long () const |
| unsigned long | to_ulong () const |
| int64 | to_int64 () const |
| uint64 | to_uint64 () const |
| double | to_double () const |
| const std::string | to_string (sc_numrep numrep=SC_DEC) const |
| const std::string | to_string (sc_numrep numrep, bool w_prefix) const |
| void | print (::std::ostream &os=::std::cout) const |
Protected メソッド | |
| sc_int_subref_r () | |
| void | initialize (const sc_int_base *obj_p, int left_i, int right_i) |
Protected 変数 | |
| int | m_left |
| sc_int_base * | m_obj_p |
| int | m_right |
Private メソッド | |
| const sc_int_subref_r & | operator= (const sc_int_subref_r &) |
フレンド | |
| class | sc_int_base |
| class | sc_int_signal |
| class | sc_int_subref |
| sc_dt::sc_int_subref_r::sc_int_subref_r | ( | ) | [inline, protected] |
| sc_dt::sc_int_subref_r::sc_int_subref_r | ( | const sc_int_subref_r & | a | ) | [inline] |
| virtual sc_dt::sc_int_subref_r::~sc_int_subref_r | ( | ) | [inline, virtual] |
| void sc_dt::sc_int_subref_r::initialize | ( | const sc_int_base * | obj_p, | |
| int | left_i, | |||
| int | right_i | |||
| ) | [inline, protected] |
| int sc_dt::sc_int_subref_r::length | ( | ) | const [inline] |
| virtual int sc_dt::sc_int_subref_r::concat_length | ( | bool * | xz_present_p | ) | const [inline, virtual] |
sc_dt::sc_value_baseを再定義しています。
| bool sc_dt::sc_int_subref_r::concat_get_ctrl | ( | unsigned long * | dst_p, | |
| int | low_i | |||
| ) | const [virtual] |
sc_dt::sc_value_baseを再定義しています。
| bool sc_dt::sc_int_subref_r::concat_get_data | ( | unsigned long * | dst_p, | |
| int | low_i | |||
| ) | const [virtual] |
sc_dt::sc_value_baseを再定義しています。
| virtual uint64 sc_dt::sc_int_subref_r::concat_get_uint64 | ( | ) | const [inline, virtual] |
sc_dt::sc_value_baseを再定義しています。
| bool sc_dt::sc_int_subref_r::and_reduce | ( | ) | const [inline] |
| bool sc_dt::sc_int_subref_r::nand_reduce | ( | ) | const [inline] |
| bool sc_dt::sc_int_subref_r::or_reduce | ( | ) | const [inline] |
| bool sc_dt::sc_int_subref_r::nor_reduce | ( | ) | const [inline] |
| bool sc_dt::sc_int_subref_r::xor_reduce | ( | ) | const [inline] |
| bool sc_dt::sc_int_subref_r::xnor_reduce | ( | ) | const [inline] |
| sc_dt::sc_int_subref_r::operator uint_type | ( | ) | const [inline] |
| uint_type sc_dt::sc_int_subref_r::value | ( | ) | const [inline] |
| int sc_dt::sc_int_subref_r::to_int | ( | ) | const [inline] |
| unsigned int sc_dt::sc_int_subref_r::to_uint | ( | ) | const [inline] |
| long sc_dt::sc_int_subref_r::to_long | ( | ) | const [inline] |
| unsigned long sc_dt::sc_int_subref_r::to_ulong | ( | ) | const [inline] |
| int64 sc_dt::sc_int_subref_r::to_int64 | ( | ) | const [inline] |
| uint64 sc_dt::sc_int_subref_r::to_uint64 | ( | ) | const [inline] |
| double sc_dt::sc_int_subref_r::to_double | ( | ) | const [inline] |
| const std::string sc_dt::sc_int_subref_r::to_string | ( | sc_numrep | numrep = SC_DEC |
) | const [inline] |
| const std::string sc_dt::sc_int_subref_r::to_string | ( | sc_numrep | numrep, | |
| bool | w_prefix | |||
| ) | const [inline] |
| void sc_dt::sc_int_subref_r::print | ( | ::std::ostream & | os = ::std::cout |
) | const [inline] |
| const sc_int_subref_r& sc_dt::sc_int_subref_r::operator= | ( | const sc_int_subref_r & | ) | [private] |
sc_dt::sc_int_subrefで再定義されています。
friend class sc_int_base [friend] |
sc_dt::sc_int_subrefで再定義されています。
friend class sc_int_signal [friend] |
friend class sc_int_subref [friend] |
int sc_dt::sc_int_subref_r::m_left [protected] |
sc_int_base* sc_dt::sc_int_subref_r::m_obj_p [protected] |
int sc_dt::sc_int_subref_r::m_right [protected] |
1.5.6