SystemC 3.0.0
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 |
operator bool () const | |
bool | operator! () 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 91 of file sc_bit_proxies.h.
typedef traits_type::bit_type sc_dt::sc_bitref_r< T >::bit_type |
Definition at line 102 of file sc_bit_proxies.h.
typedef T::traits_type sc_dt::sc_bitref_r< T >::traits_type |
Definition at line 101 of file sc_bit_proxies.h.
typedef traits_type::value_type sc_dt::sc_bitref_r< T >::value_type |
Definition at line 103 of file sc_bit_proxies.h.
|
inline |
Definition at line 107 of file sc_bit_proxies.h.
|
inline |
Definition at line 114 of file sc_bit_proxies.h.
|
inline |
Definition at line 120 of file sc_bit_proxies.h.
|
inline |
Definition at line 1989 of file sc_bit_proxies.h.
|
inline |
Definition at line 2016 of file sc_bit_proxies.h.
|
inline |
Definition at line 2003 of file sc_bit_proxies.h.
|
inline |
Definition at line 144 of file sc_bit_proxies.h.
|
inline |
Definition at line 161 of file sc_bit_proxies.h.
|
inline |
Definition at line 134 of file sc_bit_proxies.h.
|
inlineexplicit |
Definition at line 153 of file sc_bit_proxies.h.
|
inline |
Definition at line 156 of file sc_bit_proxies.h.
|
inline |
Definition at line 128 of file sc_bit_proxies.h.
|
inline |
Definition at line 175 of file sc_bit_proxies.h.
|
inline |
Definition at line 164 of file sc_bit_proxies.h.
|
inline |
Definition at line 147 of file sc_bit_proxies.h.
|
inline |
Definition at line 150 of file sc_bit_proxies.h.
|
inline |
Definition at line 140 of file sc_bit_proxies.h.
|
friend |
Definition at line 94 of file sc_bit_proxies.h.
|
friend |
Definition at line 95 of file sc_bit_proxies.h.
|
protected |
Definition at line 181 of file sc_bit_proxies.h.
|
protected |
Definition at line 180 of file sc_bit_proxies.h.