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_bit_proxies.h>
Public Types | |
typedef T::traits_type | traits_type |
typedef traits_type::bit_type | bit_type |
Public Member Functions | |
sc_bitref_r (const T &obj_, int index_) | |
sc_bitref_r (const sc_bitref_r< T > &a) | |
sc_bitref_r< T > * | clone () const |
const bit_type | operator~ () const |
operator const bit_type () const | |
sc_logic_value_t | value () const |
bool | is_01 () const |
bool | to_bool () const |
char | to_char () const |
int | length () const |
int | size () const |
sc_logic_value_t | get_bit (int n) const |
sc_digit | get_word (int i) const |
sc_digit | get_cword (int i) const |
void | print (::std::ostream &os=::std::cout) const |
Protected Attributes | |
T & | m_obj |
int | m_index |
Friends | |
class | sc_bv_base |
class | sc_lv_base |
Definition at line 39 of file sc_bit_proxies.h.
typedef traits_type::bit_type sc_dt::sc_bitref_r< X >::bit_type |
Definition at line 64 of file sc_bit_proxies.h.
typedef T::traits_type sc_dt::sc_bitref_r< X >::traits_type |
Definition at line 63 of file sc_bit_proxies.h.
|
inline |
Definition at line 68 of file sc_bit_proxies.h.
|
inline |
Definition at line 75 of file sc_bit_proxies.h.
|
inline |
Definition at line 81 of file sc_bit_proxies.h.
|
inline |
Definition at line 1942 of file sc_bit_proxies.h.
|
inline |
Definition at line 1971 of file sc_bit_proxies.h.
|
inline |
Definition at line 1957 of file sc_bit_proxies.h.
|
inline |
Definition at line 105 of file sc_bit_proxies.h.
|
inline |
Definition at line 117 of file sc_bit_proxies.h.
|
inline |
Definition at line 95 of file sc_bit_proxies.h.
|
inline |
Definition at line 89 of file sc_bit_proxies.h.
|
inline |
Definition at line 131 of file sc_bit_proxies.h.
|
inline |
Definition at line 120 of file sc_bit_proxies.h.
|
inline |
Definition at line 108 of file sc_bit_proxies.h.
|
inline |
Definition at line 111 of file sc_bit_proxies.h.
|
inline |
Definition at line 101 of file sc_bit_proxies.h.
|
friend |
Definition at line 56 of file sc_bit_proxies.h.
|
friend |
Definition at line 57 of file sc_bit_proxies.h.
|
protected |
Definition at line 137 of file sc_bit_proxies.h.
|
protected |
Definition at line 136 of file sc_bit_proxies.h.