#include <sc_signed.h>

Public メソッド | |
| virtual | ~sc_signed_subref_r () |
| sc_signed_subref_r (const sc_signed_subref_r &a) | |
| int | length () const |
| operator sc_unsigned () 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 |
| virtual int | concat_length (bool *xz_present_p) const |
| virtual uint64 | concat_get_uint64 () const |
| virtual bool | concat_get_ctrl (sc_digit *dst_p, int low_i) const |
| virtual bool | concat_get_data (sc_digit *dst_p, int low_i) 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 |
| void | print (::std::ostream &os=::std::cout) const |
Protected メソッド | |
| sc_signed_subref_r () | |
| void | initialize (const sc_signed *obj_p, int left_, int right_) |
Protected 変数 | |
| int | m_left |
| sc_signed * | m_obj_p |
| int | m_right |
Private メソッド | |
| const sc_signed_subref_r & | operator= (const sc_signed_subref_r &) |
フレンド | |
| class | sc_signed |
| class | sc_signed_signal |
| class | sc_unsigned |
sc_signed.h の 881 行で定義されています。
| sc_dt::sc_signed_subref_r::sc_signed_subref_r | ( | ) | [inline, protected] |
| virtual sc_dt::sc_signed_subref_r::~sc_signed_subref_r | ( | ) | [inline, virtual] |
| sc_dt::sc_signed_subref_r::sc_signed_subref_r | ( | const sc_signed_subref_r & | a | ) | [inline] |
| void sc_dt::sc_signed_subref_r::initialize | ( | const sc_signed * | obj_p, | |
| int | left_, | |||
| int | right_ | |||
| ) | [inline, protected] |
sc_signed.h の 894 行で定義されています。
00895 { 00896 m_obj_p = ( CCAST<sc_signed*>( obj_p )); 00897 m_left = left_; 00898 m_right = right_; 00899 }
| int sc_dt::sc_signed_subref_r::length | ( | ) | const [inline] |
| sc_dt::sc_signed_subref_r::operator sc_unsigned | ( | ) | const |
sc_signed.cpp の 8052 行で定義されています。
| int sc_dt::sc_signed_subref_r::to_int | ( | ) | const |
sc_signed.cpp の 8061 行で定義されています。
| unsigned int sc_dt::sc_signed_subref_r::to_uint | ( | ) | const |
sc_signed.cpp の 8068 行で定義されています。
| long sc_dt::sc_signed_subref_r::to_long | ( | ) | const |
sc_signed.cpp の 8075 行で定義されています。
| unsigned long sc_dt::sc_signed_subref_r::to_ulong | ( | ) | const |
sc_signed.cpp の 8082 行で定義されています。
| int64 sc_dt::sc_signed_subref_r::to_int64 | ( | ) | const |
sc_signed.cpp の 8089 行で定義されています。
| uint64 sc_dt::sc_signed_subref_r::to_uint64 | ( | ) | const |
sc_signed.cpp の 8096 行で定義されています。
| double sc_dt::sc_signed_subref_r::to_double | ( | ) | const |
sc_signed.cpp の 8103 行で定義されています。
| const std::string sc_dt::sc_signed_subref_r::to_string | ( | sc_numrep | numrep = SC_DEC |
) | const |
sc_signed.cpp の 8113 行で定義されています。
| const std::string sc_dt::sc_signed_subref_r::to_string | ( | sc_numrep | numrep, | |
| bool | w_prefix | |||
| ) | const |
sc_signed.cpp の 8121 行で定義されています。
| virtual int sc_dt::sc_signed_subref_r::concat_length | ( | bool * | xz_present_p | ) | const [inline, virtual] |
| uint64 sc_dt::sc_signed_subref_r::concat_get_uint64 | ( | ) | const [virtual] |
| bool sc_dt::sc_signed_subref_r::concat_get_ctrl | ( | sc_digit * | dst_p, | |
| int | low_i | |||
| ) | const [virtual] |
| bool sc_dt::sc_signed_subref_r::concat_get_data | ( | sc_digit * | dst_p, | |
| int | low_i | |||
| ) | const [virtual] |
| bool sc_dt::sc_signed_subref_r::and_reduce | ( | ) | const [inline] |
| bool sc_dt::sc_signed_subref_r::nand_reduce | ( | ) | const [inline] |
| bool sc_dt::sc_signed_subref_r::or_reduce | ( | ) | const [inline] |
| bool sc_dt::sc_signed_subref_r::nor_reduce | ( | ) | const [inline] |
| bool sc_dt::sc_signed_subref_r::xor_reduce | ( | ) | const [inline] |
| bool sc_dt::sc_signed_subref_r::xnor_reduce | ( | ) | const [inline] |
| void sc_dt::sc_signed_subref_r::print | ( | ::std::ostream & | os = ::std::cout |
) | const [inline] |
| const sc_signed_subref_r& sc_dt::sc_signed_subref_r::operator= | ( | const sc_signed_subref_r & | ) | [private] |
sc_dt::sc_signed_subrefで再定義されています。
friend class sc_signed [friend] |
friend class sc_signed_signal [friend] |
sc_signed.h の 884 行で定義されています。
friend class sc_unsigned [friend] |
sc_signed.h の 885 行で定義されています。
int sc_dt::sc_signed_subref_r::m_left [protected] |
sc_signed.h の 971 行で定義されています。
sc_signed* sc_dt::sc_signed_subref_r::m_obj_p [protected] |
sc_signed.h の 972 行で定義されています。
int sc_dt::sc_signed_subref_r::m_right [protected] |
sc_signed.h の 973 行で定義されています。
1.5.6