#include <sc_bit_proxies.h>

Public メソッド | |
| sc_subref_r (const X &obj_, int hi_, int lo_) | |
| sc_subref_r (const sc_subref_r< X > &a) | |
| sc_subref_r< X > * | clone () const |
| int | length () const |
| int | size () const |
| sc_logic_value_t | get_bit (int n) const |
| void | set_bit (int n, sc_logic_value_t value) |
| unsigned long | get_word (int i) const |
| void | set_word (int i, unsigned long w) |
| unsigned long | get_cword (int i) const |
| void | set_cword (int i, unsigned long w) |
| void | clean_tail () |
| bool | is_01 () const |
| bool | reversed () const |
Protected 変数 | |
| X & | m_obj |
| int | m_hi |
| int | m_lo |
| int | m_len |
Private メソッド | |
| void | check_bounds () |
| sc_subref_r () | |
| sc_subref_r< X > & | operator= (const sc_subref_r< X > &) |
| sc_dt::sc_subref_r< X >::sc_subref_r | ( | const X & | obj_, | |
| int | hi_, | |||
| int | lo_ | |||
| ) | [inline] |
| sc_dt::sc_subref_r< X >::sc_subref_r | ( | const sc_subref_r< X > & | a | ) | [inline] |
| sc_dt::sc_subref_r< X >::sc_subref_r | ( | ) | [private] |
| void sc_dt::sc_subref_r< X >::check_bounds | ( | ) | [inline, private] |
| sc_subref_r<X>* sc_dt::sc_subref_r< X >::clone | ( | ) | const [inline] |
sc_dt::sc_subref< X >で再定義されています。
| int sc_dt::sc_subref_r< X >::length | ( | ) | const [inline] |
| int sc_dt::sc_subref_r< X >::size | ( | ) | const [inline] |
| sc_logic_value_t sc_dt::sc_subref_r< X >::get_bit | ( | int | n | ) | const [inline] |
| void sc_dt::sc_subref_r< X >::set_bit | ( | int | n, | |
| sc_logic_value_t | value | |||
| ) | [inline] |
| unsigned long sc_dt::sc_subref_r< X >::get_word | ( | int | i | ) | const [inline] |
| void sc_dt::sc_subref_r< X >::set_word | ( | int | i, | |
| unsigned long | w | |||
| ) | [inline] |
| unsigned long sc_dt::sc_subref_r< X >::get_cword | ( | int | i | ) | const [inline] |
| void sc_dt::sc_subref_r< X >::set_cword | ( | int | i, | |
| unsigned long | w | |||
| ) | [inline] |
| void sc_dt::sc_subref_r< X >::clean_tail | ( | ) | [inline] |
| bool sc_dt::sc_subref_r< X >::is_01 | ( | ) | const [inline] |
| bool sc_dt::sc_subref_r< X >::reversed | ( | ) | const [inline] |
| sc_subref_r<X>& sc_dt::sc_subref_r< X >::operator= | ( | const sc_subref_r< X > & | ) | [private] |
sc_dt::sc_subref< X >で再定義されています。
X& sc_dt::sc_subref_r< X >::m_obj [mutable, protected] |
int sc_dt::sc_subref_r< X >::m_hi [protected] |
int sc_dt::sc_subref_r< X >::m_lo [protected] |
int sc_dt::sc_subref_r< X >::m_len [protected] |
1.5.6