#include <sysc/datatypes/bit/sc_proxy.h>

Public Member Functions | |
| virtual | ~sc_proxy () |
| X & | back_cast () |
| const X & | back_cast () const |
| template<class Y> | |
| X & | assign_ (const sc_proxy< Y > &a) |
| X & | assign_ (const char *a) |
| X & | assign_ (const bool *a) |
| X & | assign_ (const sc_logic *a) |
| X & | assign_ (const sc_unsigned &a) |
| X & | assign_ (const sc_signed &a) |
| X & | assign_ (const sc_uint_base &a) |
| X & | assign_ (const sc_int_base &a) |
| X & | assign_ (unsigned int a) |
| X & | assign_ (int a) |
| X & | assign_ (unsigned long a) |
| X & | assign_ (long a) |
| X & | assign_ (uint64 a) |
| X & | assign_ (int64 a) |
| X & | b_not () |
| const sc_lv_base | operator~ () const |
| X & | operator &= (const char *b) |
| X & | operator &= (const bool *b) |
| X & | operator &= (const sc_logic *b) |
| X & | operator &= (const sc_unsigned &b) |
| X & | operator &= (const sc_signed &b) |
| X & | operator &= (const sc_uint_base &b) |
| X & | operator &= (const sc_int_base &b) |
| X & | operator &= (unsigned long b) |
| X & | operator &= (long b) |
| X & | operator &= (unsigned int b) |
| X & | operator &= (int b) |
| X & | operator &= (uint64 b) |
| X & | operator &= (int64 b) |
| const sc_lv_base | operator & (const char *b) const |
| const sc_lv_base | operator & (const bool *b) const |
| const sc_lv_base | operator & (const sc_logic *b) const |
| const sc_lv_base | operator & (const sc_unsigned &b) const |
| const sc_lv_base | operator & (const sc_signed &b) const |
| const sc_lv_base | operator & (const sc_uint_base &b) const |
| const sc_lv_base | operator & (const sc_int_base &b) const |
| const sc_lv_base | operator & (unsigned long b) const |
| const sc_lv_base | operator & (long b) const |
| const sc_lv_base | operator & (unsigned int b) const |
| const sc_lv_base | operator & (int b) const |
| const sc_lv_base | operator & (uint64 b) const |
| const sc_lv_base | operator & (int64 b) const |
| X & | operator|= (const char *b) |
| X & | operator|= (const bool *b) |
| X & | operator|= (const sc_logic *b) |
| X & | operator|= (const sc_unsigned &b) |
| X & | operator|= (const sc_signed &b) |
| X & | operator|= (const sc_uint_base &b) |
| X & | operator|= (const sc_int_base &b) |
| X & | operator|= (unsigned long b) |
| X & | operator|= (long b) |
| X & | operator|= (unsigned int b) |
| X & | operator|= (int b) |
| X & | operator|= (uint64 b) |
| X & | operator|= (int64 b) |
| const sc_lv_base | operator| (const char *b) const |
| const sc_lv_base | operator| (const bool *b) const |
| const sc_lv_base | operator| (const sc_logic *b) const |
| const sc_lv_base | operator| (const sc_unsigned &b) const |
| const sc_lv_base | operator| (const sc_signed &b) const |
| const sc_lv_base | operator| (const sc_uint_base &b) const |
| const sc_lv_base | operator| (const sc_int_base &b) const |
| const sc_lv_base | operator| (unsigned long b) const |
| const sc_lv_base | operator| (long b) const |
| const sc_lv_base | operator| (unsigned int b) const |
| const sc_lv_base | operator| (int b) const |
| const sc_lv_base | operator| (uint64 b) const |
| const sc_lv_base | operator| (int64 b) const |
| X & | operator^= (const char *b) |
| X & | operator^= (const bool *b) |
| X & | operator^= (const sc_logic *b) |
| X & | operator^= (const sc_unsigned &b) |
| X & | operator^= (const sc_signed &b) |
| X & | operator^= (const sc_uint_base &b) |
| X & | operator^= (const sc_int_base &b) |
| X & | operator^= (unsigned long b) |
| X & | operator^= (long b) |
| X & | operator^= (unsigned int b) |
| X & | operator^= (int b) |
| X & | operator^= (uint64 b) |
| X & | operator^= (int64 b) |
| const sc_lv_base | operator^ (const char *b) const |
| const sc_lv_base | operator^ (const bool *b) const |
| const sc_lv_base | operator^ (const sc_logic *b) const |
| const sc_lv_base | operator^ (const sc_unsigned &b) const |
| const sc_lv_base | operator^ (const sc_signed &b) const |
| const sc_lv_base | operator^ (const sc_uint_base &b) const |
| const sc_lv_base | operator^ (const sc_int_base &b) const |
| const sc_lv_base | operator^ (unsigned long b) const |
| const sc_lv_base | operator^ (long b) const |
| const sc_lv_base | operator^ (unsigned int b) const |
| const sc_lv_base | operator^ (int b) const |
| const sc_lv_base | operator^ (uint64 b) const |
| const sc_lv_base | operator^ (int64 b) const |
| X & | operator<<= (int n) |
| const sc_lv_base | operator<< (int n) const |
| X & | operator>>= (int n) |
| const sc_lv_base | operator>> (int n) const |
| X & | lrotate (int n) |
| X & | rrotate (int n) |
| X & | reverse () |
| sc_bitref< X > | operator[] (int i) |
| sc_bitref_r< X > | operator[] (int i) const |
| sc_bitref< X > | bit (int i) |
| sc_bitref_r< X > | bit (int i) const |
| sc_subref< X > | operator() (int hi, int lo) |
| sc_subref_r< X > | operator() (int hi, int lo) const |
| sc_subref< X > | range (int hi, int lo) |
| sc_subref_r< X > | range (int hi, int lo) const |
| sc_logic_value_t | and_reduce () const |
| sc_logic_value_t | nand_reduce () const |
| sc_logic_value_t | or_reduce () const |
| sc_logic_value_t | nor_reduce () const |
| sc_logic_value_t | xor_reduce () const |
| sc_logic_value_t | xnor_reduce () const |
| bool | operator== (const char *b) const |
| bool | operator== (const bool *b) const |
| bool | operator== (const sc_logic *b) const |
| bool | operator== (const sc_unsigned &b) const |
| bool | operator== (const sc_signed &b) const |
| bool | operator== (const sc_uint_base &b) const |
| bool | operator== (const sc_int_base &b) const |
| bool | operator== (unsigned long b) const |
| bool | operator== (long b) const |
| bool | operator== (unsigned int b) const |
| bool | operator== (int b) const |
| bool | operator== (uint64 b) const |
| bool | operator== (int64 b) const |
| const std::string | to_string () const |
| const std::string | to_string (sc_numrep) const |
| const std::string | to_string (sc_numrep, bool) const |
| int64 | to_int64 () const |
| uint64 | to_uint64 () const |
| int | to_int () const |
| unsigned int | to_uint () const |
| long | to_long () const |
| unsigned long | to_ulong () const |
| void | print (::std::ostream &os=::std::cout) const |
| void | scan (::std::istream &is=::std::cin) |
Protected Member Functions | |
| void | check_bounds (int n) const |
| void | check_wbounds (int n) const |
| sc_digit | to_anything_unsigned () const |
| int64 | to_anything_signed () const |
Definition at line 124 of file sc_proxy.h.
| virtual sc_dt::sc_proxy< X >::~sc_proxy | ( | ) | [inline, virtual] |
Definition at line 130 of file sc_proxy.h.
| X& sc_dt::sc_proxy< X >::back_cast | ( | ) | [inline] |
Definition at line 135 of file sc_proxy.h.
| const X& sc_dt::sc_proxy< X >::back_cast | ( | ) | const [inline] |
Definition at line 138 of file sc_proxy.h.
| X& sc_dt::sc_proxy< X >::assign_ | ( | const sc_proxy< Y > & | a | ) | [inline] |
Definition at line 145 of file sc_proxy.h.
| X & sc_dt::sc_proxy< X >::assign_ | ( | const char * | a | ) | [inline] |
Definition at line 790 of file sc_proxy.h.
| X & sc_dt::sc_proxy< X >::assign_ | ( | const bool * | a | ) | [inline] |
Definition at line 814 of file sc_proxy.h.
| X & sc_dt::sc_proxy< X >::assign_ | ( | const sc_logic * | a | ) | [inline] |
Definition at line 828 of file sc_proxy.h.
| X& sc_dt::sc_proxy< X >::assign_ | ( | const sc_unsigned & | a | ) | [inline] |
Definition at line 152 of file sc_proxy.h.
| X& sc_dt::sc_proxy< X >::assign_ | ( | const sc_signed & | a | ) | [inline] |
Definition at line 155 of file sc_proxy.h.
| X& sc_dt::sc_proxy< X >::assign_ | ( | const sc_uint_base & | a | ) | [inline] |
Definition at line 158 of file sc_proxy.h.
| X& sc_dt::sc_proxy< X >::assign_ | ( | const sc_int_base & | a | ) | [inline] |
Definition at line 161 of file sc_proxy.h.
| X & sc_dt::sc_proxy< X >::assign_ | ( | unsigned int | a | ) | [inline] |
Definition at line 842 of file sc_proxy.h.
| X & sc_dt::sc_proxy< X >::assign_ | ( | int | a | ) | [inline] |
Definition at line 855 of file sc_proxy.h.
| X & sc_dt::sc_proxy< X >::assign_ | ( | unsigned long | a | ) | [inline] |
Definition at line 906 of file sc_proxy.h.
| X & sc_dt::sc_proxy< X >::assign_ | ( | long | a | ) | [inline] |
Definition at line 919 of file sc_proxy.h.
| X & sc_dt::sc_proxy< X >::assign_ | ( | uint64 | a | ) | [inline] |
Definition at line 932 of file sc_proxy.h.
| X & sc_dt::sc_proxy< X >::assign_ | ( | int64 | a | ) | [inline] |
Definition at line 950 of file sc_proxy.h.
| X & sc_dt::sc_proxy< X >::b_not | ( | ) | [inline] |
Definition at line 973 of file sc_proxy.h.
| const sc_lv_base sc_dt::sc_proxy< X >::operator~ | ( | ) | const [inline] |
Definition at line 356 of file sc_lv_base.h.
| X& sc_dt::sc_proxy< X >::operator &= | ( | const char * | b | ) |
| X& sc_dt::sc_proxy< X >::operator &= | ( | const bool * | b | ) |
| X& sc_dt::sc_proxy< X >::operator &= | ( | const sc_logic * | b | ) |
| X& sc_dt::sc_proxy< X >::operator &= | ( | const sc_unsigned & | b | ) |
| X& sc_dt::sc_proxy< X >::operator &= | ( | const sc_signed & | b | ) |
| X& sc_dt::sc_proxy< X >::operator &= | ( | const sc_uint_base & | b | ) | [inline] |
Definition at line 192 of file sc_proxy.h.
| X& sc_dt::sc_proxy< X >::operator &= | ( | const sc_int_base & | b | ) | [inline] |
Definition at line 195 of file sc_proxy.h.
| X& sc_dt::sc_proxy< X >::operator &= | ( | unsigned long | b | ) |
| X& sc_dt::sc_proxy< X >::operator &= | ( | long | b | ) |
| X& sc_dt::sc_proxy< X >::operator &= | ( | unsigned int | b | ) | [inline] |
Definition at line 201 of file sc_proxy.h.
| X& sc_dt::sc_proxy< X >::operator &= | ( | int | b | ) | [inline] |
Definition at line 204 of file sc_proxy.h.
| X& sc_dt::sc_proxy< X >::operator &= | ( | uint64 | b | ) |
| X& sc_dt::sc_proxy< X >::operator &= | ( | int64 | b | ) |
| const sc_lv_base sc_dt::sc_proxy< X >::operator & | ( | const char * | b | ) | const |
| const sc_lv_base sc_dt::sc_proxy< X >::operator & | ( | const bool * | b | ) | const |
| const sc_lv_base sc_dt::sc_proxy< X >::operator & | ( | const sc_logic * | b | ) | const |
| const sc_lv_base sc_dt::sc_proxy< X >::operator & | ( | const sc_unsigned & | b | ) | const |
| const sc_lv_base sc_dt::sc_proxy< X >::operator & | ( | const sc_signed & | b | ) | const |
| const sc_lv_base sc_dt::sc_proxy< X >::operator & | ( | const sc_uint_base & | b | ) | const |
| const sc_lv_base sc_dt::sc_proxy< X >::operator & | ( | const sc_int_base & | b | ) | const |
| const sc_lv_base sc_dt::sc_proxy< X >::operator & | ( | unsigned long | b | ) | const |
| const sc_lv_base sc_dt::sc_proxy< X >::operator & | ( | long | b | ) | const |
| const sc_lv_base sc_dt::sc_proxy< X >::operator & | ( | unsigned int | b | ) | const |
| const sc_lv_base sc_dt::sc_proxy< X >::operator & | ( | int | b | ) | const |
| const sc_lv_base sc_dt::sc_proxy< X >::operator & | ( | uint64 | b | ) | const |
| const sc_lv_base sc_dt::sc_proxy< X >::operator & | ( | int64 | b | ) | const |
| X& sc_dt::sc_proxy< X >::operator|= | ( | const char * | b | ) |
| X& sc_dt::sc_proxy< X >::operator|= | ( | const bool * | b | ) |
| X& sc_dt::sc_proxy< X >::operator|= | ( | const sc_logic * | b | ) |
| X& sc_dt::sc_proxy< X >::operator|= | ( | const sc_unsigned & | b | ) |
| X& sc_dt::sc_proxy< X >::operator|= | ( | const sc_signed & | b | ) |
| X& sc_dt::sc_proxy< X >::operator|= | ( | const sc_uint_base & | b | ) | [inline] |
Definition at line 234 of file sc_proxy.h.
| X& sc_dt::sc_proxy< X >::operator|= | ( | const sc_int_base & | b | ) | [inline] |
Definition at line 237 of file sc_proxy.h.
| X& sc_dt::sc_proxy< X >::operator|= | ( | unsigned long | b | ) |
| X& sc_dt::sc_proxy< X >::operator|= | ( | long | b | ) |
| X& sc_dt::sc_proxy< X >::operator|= | ( | unsigned int | b | ) | [inline] |
Definition at line 243 of file sc_proxy.h.
| X& sc_dt::sc_proxy< X >::operator|= | ( | int | b | ) | [inline] |
Definition at line 246 of file sc_proxy.h.
| X& sc_dt::sc_proxy< X >::operator|= | ( | uint64 | b | ) |
| X& sc_dt::sc_proxy< X >::operator|= | ( | int64 | b | ) |
| const sc_lv_base sc_dt::sc_proxy< X >::operator| | ( | const char * | b | ) | const |
| const sc_lv_base sc_dt::sc_proxy< X >::operator| | ( | const bool * | b | ) | const |
| const sc_lv_base sc_dt::sc_proxy< X >::operator| | ( | const sc_logic * | b | ) | const |
| const sc_lv_base sc_dt::sc_proxy< X >::operator| | ( | const sc_unsigned & | b | ) | const |
| const sc_lv_base sc_dt::sc_proxy< X >::operator| | ( | const sc_signed & | b | ) | const |
| const sc_lv_base sc_dt::sc_proxy< X >::operator| | ( | const sc_uint_base & | b | ) | const |
| const sc_lv_base sc_dt::sc_proxy< X >::operator| | ( | const sc_int_base & | b | ) | const |
| const sc_lv_base sc_dt::sc_proxy< X >::operator| | ( | unsigned long | b | ) | const |
| const sc_lv_base sc_dt::sc_proxy< X >::operator| | ( | long | b | ) | const |
| const sc_lv_base sc_dt::sc_proxy< X >::operator| | ( | unsigned int | b | ) | const |
| const sc_lv_base sc_dt::sc_proxy< X >::operator| | ( | int | b | ) | const |
| const sc_lv_base sc_dt::sc_proxy< X >::operator| | ( | uint64 | b | ) | const |
| const sc_lv_base sc_dt::sc_proxy< X >::operator| | ( | int64 | b | ) | const |
| X& sc_dt::sc_proxy< X >::operator^= | ( | const char * | b | ) |
| X& sc_dt::sc_proxy< X >::operator^= | ( | const bool * | b | ) |
| X& sc_dt::sc_proxy< X >::operator^= | ( | const sc_logic * | b | ) |
| X& sc_dt::sc_proxy< X >::operator^= | ( | const sc_unsigned & | b | ) |
| X& sc_dt::sc_proxy< X >::operator^= | ( | const sc_signed & | b | ) |
| X& sc_dt::sc_proxy< X >::operator^= | ( | const sc_uint_base & | b | ) | [inline] |
Definition at line 276 of file sc_proxy.h.
| X& sc_dt::sc_proxy< X >::operator^= | ( | const sc_int_base & | b | ) | [inline] |
Definition at line 279 of file sc_proxy.h.
| X& sc_dt::sc_proxy< X >::operator^= | ( | unsigned long | b | ) |
| X& sc_dt::sc_proxy< X >::operator^= | ( | long | b | ) |
| X& sc_dt::sc_proxy< X >::operator^= | ( | unsigned int | b | ) | [inline] |
Definition at line 285 of file sc_proxy.h.
| X& sc_dt::sc_proxy< X >::operator^= | ( | int | b | ) | [inline] |
Definition at line 288 of file sc_proxy.h.
| X& sc_dt::sc_proxy< X >::operator^= | ( | uint64 | b | ) |
| X& sc_dt::sc_proxy< X >::operator^= | ( | int64 | b | ) |
| const sc_lv_base sc_dt::sc_proxy< X >::operator^ | ( | const char * | b | ) | const |
| const sc_lv_base sc_dt::sc_proxy< X >::operator^ | ( | const bool * | b | ) | const |
| const sc_lv_base sc_dt::sc_proxy< X >::operator^ | ( | const sc_logic * | b | ) | const |
| const sc_lv_base sc_dt::sc_proxy< X >::operator^ | ( | const sc_unsigned & | b | ) | const |
| const sc_lv_base sc_dt::sc_proxy< X >::operator^ | ( | const sc_signed & | b | ) | const |
| const sc_lv_base sc_dt::sc_proxy< X >::operator^ | ( | const sc_uint_base & | b | ) | const |
| const sc_lv_base sc_dt::sc_proxy< X >::operator^ | ( | const sc_int_base & | b | ) | const |
| const sc_lv_base sc_dt::sc_proxy< X >::operator^ | ( | unsigned long | b | ) | const |
| const sc_lv_base sc_dt::sc_proxy< X >::operator^ | ( | long | b | ) | const |
| const sc_lv_base sc_dt::sc_proxy< X >::operator^ | ( | unsigned int | b | ) | const |
| const sc_lv_base sc_dt::sc_proxy< X >::operator^ | ( | int | b | ) | const |
| const sc_lv_base sc_dt::sc_proxy< X >::operator^ | ( | uint64 | b | ) | const |
| const sc_lv_base sc_dt::sc_proxy< X >::operator^ | ( | int64 | b | ) | const |
| X & sc_dt::sc_proxy< X >::operator<<= | ( | int | n | ) | [inline] |
Definition at line 1064 of file sc_proxy.h.
| const sc_lv_base sc_dt::sc_proxy< X >::operator<< | ( | int | n | ) | const [inline] |
Definition at line 674 of file sc_lv_base.h.
| X & sc_dt::sc_proxy< X >::operator>>= | ( | int | n | ) | [inline] |
Definition at line 1120 of file sc_proxy.h.
| const sc_lv_base sc_dt::sc_proxy< X >::operator>> | ( | int | n | ) | const [inline] |
Definition at line 687 of file sc_lv_base.h.
| X & sc_dt::sc_proxy< X >::lrotate | ( | int | n | ) | [inline] |
Definition at line 699 of file sc_lv_base.h.
| X & sc_dt::sc_proxy< X >::rrotate | ( | int | n | ) | [inline] |
Definition at line 738 of file sc_lv_base.h.
| X & sc_dt::sc_proxy< X >::reverse | ( | ) | [inline] |
Definition at line 1191 of file sc_proxy.h.
| sc_bitref<X> sc_dt::sc_proxy< X >::operator[] | ( | int | i | ) | [inline] |
Definition at line 341 of file sc_proxy.h.
| sc_bitref_r<X> sc_dt::sc_proxy< X >::operator[] | ( | int | i | ) | const [inline] |
Definition at line 344 of file sc_proxy.h.
| sc_bitref<X> sc_dt::sc_proxy< X >::bit | ( | int | i | ) | [inline] |
Definition at line 347 of file sc_proxy.h.
| sc_bitref_r<X> sc_dt::sc_proxy< X >::bit | ( | int | i | ) | const [inline] |
Definition at line 350 of file sc_proxy.h.
| sc_subref<X> sc_dt::sc_proxy< X >::operator() | ( | int | hi, | |
| int | lo | |||
| ) | [inline] |
Definition at line 356 of file sc_proxy.h.
| sc_subref_r<X> sc_dt::sc_proxy< X >::operator() | ( | int | hi, | |
| int | lo | |||
| ) | const [inline] |
Definition at line 359 of file sc_proxy.h.
| sc_subref<X> sc_dt::sc_proxy< X >::range | ( | int | hi, | |
| int | lo | |||
| ) | [inline] |
Definition at line 362 of file sc_proxy.h.
| sc_subref_r<X> sc_dt::sc_proxy< X >::range | ( | int | hi, | |
| int | lo | |||
| ) | const [inline] |
Definition at line 365 of file sc_proxy.h.
| sc_logic_value_t sc_dt::sc_proxy< X >::and_reduce | ( | ) | const [inline] |
Definition at line 1215 of file sc_proxy.h.
| sc_logic_value_t sc_dt::sc_proxy< X >::nand_reduce | ( | ) | const [inline] |
Definition at line 373 of file sc_proxy.h.
| sc_logic_value_t sc_dt::sc_proxy< X >::or_reduce | ( | ) | const [inline] |
Definition at line 1229 of file sc_proxy.h.
| sc_logic_value_t sc_dt::sc_proxy< X >::nor_reduce | ( | ) | const [inline] |
Definition at line 378 of file sc_proxy.h.
| sc_logic_value_t sc_dt::sc_proxy< X >::xor_reduce | ( | ) | const [inline] |
Definition at line 1243 of file sc_proxy.h.
| sc_logic_value_t sc_dt::sc_proxy< X >::xnor_reduce | ( | ) | const [inline] |
Definition at line 383 of file sc_proxy.h.
| bool sc_dt::sc_proxy< X >::operator== | ( | const char * | b | ) | const |
| bool sc_dt::sc_proxy< X >::operator== | ( | const bool * | b | ) | const |
| bool sc_dt::sc_proxy< X >::operator== | ( | const sc_logic * | b | ) | const |
| bool sc_dt::sc_proxy< X >::operator== | ( | const sc_unsigned & | b | ) | const |
| bool sc_dt::sc_proxy< X >::operator== | ( | const sc_signed & | b | ) | const |
| bool sc_dt::sc_proxy< X >::operator== | ( | const sc_uint_base & | b | ) | const |
| bool sc_dt::sc_proxy< X >::operator== | ( | const sc_int_base & | b | ) | const |
| bool sc_dt::sc_proxy< X >::operator== | ( | unsigned long | b | ) | const |
| bool sc_dt::sc_proxy< X >::operator== | ( | long | b | ) | const |
| bool sc_dt::sc_proxy< X >::operator== | ( | unsigned int | b | ) | const |
| bool sc_dt::sc_proxy< X >::operator== | ( | int | b | ) | const |
| bool sc_dt::sc_proxy< X >::operator== | ( | uint64 | b | ) | const |
| bool sc_dt::sc_proxy< X >::operator== | ( | int64 | b | ) | const |
| const std::string sc_dt::sc_proxy< X >::to_string | ( | ) | const [inline] |
Definition at line 1313 of file sc_proxy.h.
| const std::string sc_dt::sc_proxy< X >::to_string | ( | sc_numrep | numrep | ) | const [inline] |
Definition at line 1327 of file sc_proxy.h.
| const std::string sc_dt::sc_proxy< X >::to_string | ( | sc_numrep | numrep, | |
| bool | w_prefix | |||
| ) | const [inline] |
Definition at line 1335 of file sc_proxy.h.
| int64 sc_dt::sc_proxy< X >::to_int64 | ( | ) | const [inline] |
Definition at line 413 of file sc_proxy.h.
| uint64 sc_dt::sc_proxy< X >::to_uint64 | ( | ) | const [inline] |
Definition at line 1397 of file sc_proxy.h.
| int sc_dt::sc_proxy< X >::to_int | ( | ) | const [inline] |
Definition at line 416 of file sc_proxy.h.
| unsigned int sc_dt::sc_proxy< X >::to_uint | ( | ) | const [inline] |
Definition at line 419 of file sc_proxy.h.
| long sc_dt::sc_proxy< X >::to_long | ( | ) | const [inline] |
Definition at line 422 of file sc_proxy.h.
| unsigned long sc_dt::sc_proxy< X >::to_ulong | ( | ) | const [inline] |
Definition at line 425 of file sc_proxy.h.
| void sc_dt::sc_proxy< X >::print | ( | ::std::ostream & | os = ::std::cout |
) | const [inline] |
Definition at line 441 of file sc_proxy.h.
| void sc_dt::sc_proxy< X >::scan | ( | ::std::istream & | is = ::std::cin |
) | [inline] |
Reimplemented in sc_dt::sc_subref< X >, and sc_dt::sc_concref< X, Y >.
Definition at line 1346 of file sc_proxy.h.
| void sc_dt::sc_proxy< X >::check_bounds | ( | int | n | ) | const [inline, protected] |
Definition at line 1357 of file sc_proxy.h.
| void sc_dt::sc_proxy< X >::check_wbounds | ( | int | n | ) | const [inline, protected] |
Definition at line 1367 of file sc_proxy.h.
| sc_digit sc_dt::sc_proxy< X >::to_anything_unsigned | ( | ) | const [inline, protected] |
Definition at line 1378 of file sc_proxy.h.
| int64 sc_dt::sc_proxy< X >::to_anything_signed | ( | ) | const [inline, protected] |
Definition at line 1429 of file sc_proxy.h.
1.5.5