SystemC
Recoding Infrastructure for SystemC v0.6.2 derived from Accellera SystemC 2.3.1
Accellera SystemC proof-of-concept library
|
#include <sysc/datatypes/bit/sc_proxy.h>
Public Types | |
typedef sc_proxy_traits< X >::type | traits_type |
typedef traits_type::bit_type | bit_type |
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 79 of file sc_proxy.h.
typedef traits_type::bit_type sc_dt::sc_proxy< X >::bit_type |
Definition at line 199 of file sc_proxy.h.
typedef sc_proxy_traits<X>::type sc_dt::sc_proxy< X >::traits_type |
Definition at line 198 of file sc_proxy.h.
|
inlinevirtual |
Definition at line 203 of file sc_proxy.h.
|
inline |
Definition at line 1288 of file sc_proxy.h.
|
inline |
Definition at line 218 of file sc_proxy.h.
|
inline |
Definition at line 863 of file sc_proxy.h.
|
inline |
Definition at line 887 of file sc_proxy.h.
|
inline |
Definition at line 901 of file sc_proxy.h.
|
inline |
Definition at line 225 of file sc_proxy.h.
|
inline |
Definition at line 228 of file sc_proxy.h.
|
inline |
Definition at line 231 of file sc_proxy.h.
|
inline |
Definition at line 234 of file sc_proxy.h.
|
inline |
Definition at line 915 of file sc_proxy.h.
|
inline |
Definition at line 928 of file sc_proxy.h.
|
inline |
Definition at line 979 of file sc_proxy.h.
|
inline |
Definition at line 992 of file sc_proxy.h.
|
inline |
Definition at line 1005 of file sc_proxy.h.
|
inline |
Definition at line 1023 of file sc_proxy.h.
|
inline |
Definition at line 1046 of file sc_proxy.h.
|
inline |
Definition at line 208 of file sc_proxy.h.
|
inline |
Definition at line 211 of file sc_proxy.h.
|
inline |
Definition at line 420 of file sc_proxy.h.
|
inline |
Definition at line 423 of file sc_proxy.h.
|
inlineprotected |
Definition at line 1430 of file sc_proxy.h.
|
inlineprotected |
Definition at line 1440 of file sc_proxy.h.
|
inline |
Definition at line 710 of file sc_lv_base.h.
|
inline |
Definition at line 446 of file sc_proxy.h.
|
inline |
Definition at line 451 of file sc_proxy.h.
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 | ) |
|
inline |
Definition at line 265 of file sc_proxy.h.
|
inline |
Definition at line 268 of file sc_proxy.h.
X& sc_dt::sc_proxy< X >::operator&= | ( | unsigned long | b | ) |
X& sc_dt::sc_proxy< X >::operator&= | ( | long | b | ) |
|
inline |
Definition at line 274 of file sc_proxy.h.
|
inline |
Definition at line 277 of file sc_proxy.h.
X& sc_dt::sc_proxy< X >::operator&= | ( | uint64 | b | ) |
X& sc_dt::sc_proxy< X >::operator&= | ( | int64 | b | ) |
|
inline |
Definition at line 429 of file sc_proxy.h.
|
inline |
Definition at line 432 of file sc_proxy.h.
|
inline |
Definition at line 685 of file sc_lv_base.h.
|
inline |
Definition at line 1137 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 |
|
inline |
Definition at line 698 of file sc_lv_base.h.
|
inline |
Definition at line 1193 of file sc_proxy.h.
|
inline |
Definition at line 414 of file sc_proxy.h.
|
inline |
Definition at line 417 of file sc_proxy.h.
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 | ) |
|
inline |
Definition at line 349 of file sc_proxy.h.
|
inline |
Definition at line 352 of file sc_proxy.h.
X& sc_dt::sc_proxy< X >::operator^= | ( | unsigned long | b | ) |
X& sc_dt::sc_proxy< X >::operator^= | ( | long | b | ) |
|
inline |
Definition at line 358 of file sc_proxy.h.
|
inline |
Definition at line 361 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 | ) |
|
inline |
Definition at line 307 of file sc_proxy.h.
|
inline |
Definition at line 310 of file sc_proxy.h.
X& sc_dt::sc_proxy< X >::operator|= | ( | unsigned long | b | ) |
X& sc_dt::sc_proxy< X >::operator|= | ( | long | b | ) |
|
inline |
Definition at line 316 of file sc_proxy.h.
|
inline |
Definition at line 319 of file sc_proxy.h.
X& sc_dt::sc_proxy< X >::operator|= | ( | uint64 | b | ) |
X& sc_dt::sc_proxy< X >::operator|= | ( | int64 | b | ) |
|
inline |
Definition at line 367 of file sc_lv_base.h.
|
inline |
Definition at line 1302 of file sc_proxy.h.
|
inline |
Definition at line 514 of file sc_proxy.h.
|
inline |
Definition at line 435 of file sc_proxy.h.
|
inline |
Definition at line 438 of file sc_proxy.h.
|
inline |
Definition at line 1264 of file sc_proxy.h.
|
inline |
Definition at line 749 of file sc_lv_base.h.
|
inline |
Definition at line 1419 of file sc_proxy.h.
|
inlineprotected |
Definition at line 1502 of file sc_proxy.h.
|
inlineprotected |
Definition at line 1451 of file sc_proxy.h.
|
inline |
Definition at line 489 of file sc_proxy.h.
|
inline |
Definition at line 486 of file sc_proxy.h.
|
inline |
Definition at line 495 of file sc_proxy.h.
|
inline |
Definition at line 1386 of file sc_proxy.h.
|
inline |
Definition at line 1400 of file sc_proxy.h.
|
inline |
Definition at line 1408 of file sc_proxy.h.
|
inline |
Definition at line 492 of file sc_proxy.h.
|
inline |
Definition at line 1470 of file sc_proxy.h.
|
inline |
Definition at line 498 of file sc_proxy.h.
|
inline |
Definition at line 456 of file sc_proxy.h.
|
inline |
Definition at line 1316 of file sc_proxy.h.