SystemC
2.3.2
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 |
typedef traits_type::value_type | value_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 |
bit_type | operator~ () const |
operator bit_type () const | |
value_type | value () const |
bool | is_01 () const |
bool | to_bool () const |
char | to_char () const |
int | length () const |
int | size () const |
value_type | 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 55 of file sc_bit_proxies.h.
typedef traits_type::bit_type sc_dt::sc_bitref_r< T >::bit_type |
Definition at line 106 of file sc_bit_proxies.h.
typedef T::traits_type sc_dt::sc_bitref_r< T >::traits_type |
Definition at line 105 of file sc_bit_proxies.h.
typedef traits_type::value_type sc_dt::sc_bitref_r< T >::value_type |
Definition at line 107 of file sc_bit_proxies.h.
|
inline |
Definition at line 111 of file sc_bit_proxies.h.
|
inline |
Definition at line 118 of file sc_bit_proxies.h.
|
inline |
Definition at line 124 of file sc_bit_proxies.h.
|
inline |
Definition at line 1988 of file sc_bit_proxies.h.
|
inline |
Definition at line 2015 of file sc_bit_proxies.h.
|
inline |
Definition at line 2002 of file sc_bit_proxies.h.
|
inline |
Definition at line 148 of file sc_bit_proxies.h.
|
inline |
Definition at line 160 of file sc_bit_proxies.h.
|
inline |
Definition at line 138 of file sc_bit_proxies.h.
|
inline |
Definition at line 132 of file sc_bit_proxies.h.
|
inline |
Definition at line 174 of file sc_bit_proxies.h.
|
inline |
Definition at line 163 of file sc_bit_proxies.h.
|
inline |
Definition at line 151 of file sc_bit_proxies.h.
|
inline |
Definition at line 154 of file sc_bit_proxies.h.
|
inline |
Definition at line 144 of file sc_bit_proxies.h.
|
friend |
Definition at line 98 of file sc_bit_proxies.h.
|
friend |
Definition at line 99 of file sc_bit_proxies.h.
|
protected |
Definition at line 180 of file sc_bit_proxies.h.
|
protected |
Definition at line 179 of file sc_bit_proxies.h.