sc_dt::sc_subref_r< X > Class Template Reference

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

Inheritance diagram for sc_dt::sc_subref_r< X >:

Inheritance graph
[legend]
Collaboration diagram for sc_dt::sc_subref_r< X >:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 sc_subref_r (const X &obj_, int hi_, int lo_)
 sc_subref_r (const sc_subref_r< X > &a)
sc_subref_r< X > * clone () const
int length () const
int size () const
sc_logic_value_t get_bit (int n) const
void set_bit (int n, sc_logic_value_t value)
sc_digit get_word (int i) const
void set_word (int i, sc_digit w)
sc_digit get_cword (int i) const
void set_cword (int i, sc_digit w)
void clean_tail ()
bool is_01 () const
bool reversed () const
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

Protected Attributes

X & m_obj
int m_hi
int m_lo
int m_len


Detailed Description

template<class X>
class sc_dt::sc_subref_r< X >

Definition at line 659 of file sc_bit_proxies.h.


Constructor & Destructor Documentation

template<class X>
sc_dt::sc_subref_r< X >::sc_subref_r ( const X &  obj_,
int  hi_,
int  lo_ 
) [inline]

Definition at line 668 of file sc_bit_proxies.h.

template<class X>
sc_dt::sc_subref_r< X >::sc_subref_r ( const sc_subref_r< X > &  a  )  [inline]

Definition at line 675 of file sc_bit_proxies.h.


Member Function Documentation

template<class X>
sc_subref_r<X>* sc_dt::sc_subref_r< X >::clone (  )  const [inline]

Reimplemented in sc_dt::sc_subref< X >.

Definition at line 682 of file sc_bit_proxies.h.

template<class X>
int sc_dt::sc_subref_r< X >::length (  )  const [inline]

Definition at line 688 of file sc_bit_proxies.h.

template<class X>
int sc_dt::sc_subref_r< X >::size (  )  const [inline]

Definition at line 691 of file sc_bit_proxies.h.

template<class X>
sc_logic_value_t sc_dt::sc_subref_r< X >::get_bit ( int  n  )  const [inline]

Definition at line 2529 of file sc_bit_proxies.h.

template<class X>
void sc_dt::sc_subref_r< X >::set_bit ( int  n,
sc_logic_value_t  value 
) [inline]

Definition at line 2541 of file sc_bit_proxies.h.

template<class X>
sc_digit sc_dt::sc_subref_r< X >::get_word ( int  i  )  const [inline]

Definition at line 2554 of file sc_bit_proxies.h.

template<class X>
void sc_dt::sc_subref_r< X >::set_word ( int  i,
sc_digit  w 
) [inline]

Definition at line 2579 of file sc_bit_proxies.h.

template<class X>
sc_digit sc_dt::sc_subref_r< X >::get_cword ( int  i  )  const [inline]

Definition at line 2605 of file sc_bit_proxies.h.

template<class X>
void sc_dt::sc_subref_r< X >::set_cword ( int  i,
sc_digit  w 
) [inline]

Definition at line 2630 of file sc_bit_proxies.h.

template<class X>
void sc_dt::sc_subref_r< X >::clean_tail (  )  [inline]

Definition at line 703 of file sc_bit_proxies.h.

template<class X>
bool sc_dt::sc_subref_r< X >::is_01 (  )  const [inline]

Definition at line 2658 of file sc_bit_proxies.h.

template<class X>
bool sc_dt::sc_subref_r< X >::reversed (  )  const [inline]

Definition at line 711 of file sc_bit_proxies.h.

template<class X>
X& sc_dt::sc_proxy< X >::back_cast (  )  [inline, inherited]

Definition at line 135 of file sc_proxy.h.

template<class X>
const X& sc_dt::sc_proxy< X >::back_cast (  )  const [inline, inherited]

Definition at line 138 of file sc_proxy.h.

template<class X>
template<class Y>
X& sc_dt::sc_proxy< X >::assign_ ( const sc_proxy< Y > &  a  )  [inline, inherited]

Definition at line 145 of file sc_proxy.h.

template<class X>
X & sc_dt::sc_proxy< X >::assign_ ( const char *  a  )  [inline, inherited]

Definition at line 790 of file sc_proxy.h.

template<class X>
X & sc_dt::sc_proxy< X >::assign_ ( const bool *  a  )  [inline, inherited]

Definition at line 814 of file sc_proxy.h.

template<class X>
X & sc_dt::sc_proxy< X >::assign_ ( const sc_logic a  )  [inline, inherited]

Definition at line 828 of file sc_proxy.h.

template<class X>
X& sc_dt::sc_proxy< X >::assign_ ( const sc_unsigned a  )  [inline, inherited]

Definition at line 152 of file sc_proxy.h.

template<class X>
X& sc_dt::sc_proxy< X >::assign_ ( const sc_signed a  )  [inline, inherited]

Definition at line 155 of file sc_proxy.h.

template<class X>
X& sc_dt::sc_proxy< X >::assign_ ( const sc_uint_base a  )  [inline, inherited]

Definition at line 158 of file sc_proxy.h.

template<class X>
X& sc_dt::sc_proxy< X >::assign_ ( const sc_int_base a  )  [inline, inherited]

Definition at line 161 of file sc_proxy.h.

template<class X>
X & sc_dt::sc_proxy< X >::assign_ ( unsigned int  a  )  [inline, inherited]

Definition at line 842 of file sc_proxy.h.

template<class X>
X & sc_dt::sc_proxy< X >::assign_ ( int  a  )  [inline, inherited]

Definition at line 855 of file sc_proxy.h.

template<class X>
X & sc_dt::sc_proxy< X >::assign_ ( unsigned long  a  )  [inline, inherited]

Definition at line 906 of file sc_proxy.h.

template<class X>
X & sc_dt::sc_proxy< X >::assign_ ( long  a  )  [inline, inherited]

Definition at line 919 of file sc_proxy.h.

template<class X>
X & sc_dt::sc_proxy< X >::assign_ ( uint64  a  )  [inline, inherited]

Definition at line 932 of file sc_proxy.h.

template<class X>
X & sc_dt::sc_proxy< X >::assign_ ( int64  a  )  [inline, inherited]

Definition at line 950 of file sc_proxy.h.

template<class X>
X & sc_dt::sc_proxy< X >::b_not (  )  [inline, inherited]

Definition at line 973 of file sc_proxy.h.

template<class X>
const sc_lv_base sc_dt::sc_proxy< X >::operator~ (  )  const [inline, inherited]

Definition at line 356 of file sc_lv_base.h.

template<class X>
X& sc_dt::sc_proxy< X >::operator &= ( const char *  b  )  [inherited]

template<class X>
X& sc_dt::sc_proxy< X >::operator &= ( const bool *  b  )  [inherited]

template<class X>
X& sc_dt::sc_proxy< X >::operator &= ( const sc_logic b  )  [inherited]

template<class X>
X& sc_dt::sc_proxy< X >::operator &= ( const sc_unsigned b  )  [inherited]

template<class X>
X& sc_dt::sc_proxy< X >::operator &= ( const sc_signed b  )  [inherited]

template<class X>
X& sc_dt::sc_proxy< X >::operator &= ( const sc_uint_base b  )  [inline, inherited]

Definition at line 192 of file sc_proxy.h.

template<class X>
X& sc_dt::sc_proxy< X >::operator &= ( const sc_int_base b  )  [inline, inherited]

Definition at line 195 of file sc_proxy.h.

template<class X>
X& sc_dt::sc_proxy< X >::operator &= ( unsigned long  b  )  [inherited]

template<class X>
X& sc_dt::sc_proxy< X >::operator &= ( long  b  )  [inherited]

template<class X>
X& sc_dt::sc_proxy< X >::operator &= ( unsigned int  b  )  [inline, inherited]

Definition at line 201 of file sc_proxy.h.

template<class X>
X& sc_dt::sc_proxy< X >::operator &= ( int  b  )  [inline, inherited]

Definition at line 204 of file sc_proxy.h.

template<class X>
X& sc_dt::sc_proxy< X >::operator &= ( uint64  b  )  [inherited]

template<class X>
X& sc_dt::sc_proxy< X >::operator &= ( int64  b  )  [inherited]

template<class X>
const sc_lv_base sc_dt::sc_proxy< X >::operator & ( const char *  b  )  const [inherited]

template<class X>
const sc_lv_base sc_dt::sc_proxy< X >::operator & ( const bool *  b  )  const [inherited]

template<class X>
const sc_lv_base sc_dt::sc_proxy< X >::operator & ( const sc_logic b  )  const [inherited]

template<class X>
const sc_lv_base sc_dt::sc_proxy< X >::operator & ( const sc_unsigned b  )  const [inherited]

template<class X>
const sc_lv_base sc_dt::sc_proxy< X >::operator & ( const sc_signed b  )  const [inherited]

template<class X>
const sc_lv_base sc_dt::sc_proxy< X >::operator & ( const sc_uint_base b  )  const [inherited]

template<class X>
const sc_lv_base sc_dt::sc_proxy< X >::operator & ( const sc_int_base b  )  const [inherited]

template<class X>
const sc_lv_base sc_dt::sc_proxy< X >::operator & ( unsigned long  b  )  const [inherited]

template<class X>
const sc_lv_base sc_dt::sc_proxy< X >::operator & ( long  b  )  const [inherited]

template<class X>
const sc_lv_base sc_dt::sc_proxy< X >::operator & ( unsigned int  b  )  const [inherited]

template<class X>
const sc_lv_base sc_dt::sc_proxy< X >::operator & ( int  b  )  const [inherited]

template<class X>
const sc_lv_base sc_dt::sc_proxy< X >::operator & ( uint64  b  )  const [inherited]

template<class X>
const sc_lv_base sc_dt::sc_proxy< X >::operator & ( int64  b  )  const [inherited]

template<class X>
X& sc_dt::sc_proxy< X >::operator|= ( const char *  b  )  [inherited]

template<class X>
X& sc_dt::sc_proxy< X >::operator|= ( const bool *  b  )  [inherited]

template<class X>
X& sc_dt::sc_proxy< X >::operator|= ( const sc_logic b  )  [inherited]

template<class X>
X& sc_dt::sc_proxy< X >::operator|= ( const sc_unsigned b  )  [inherited]

template<class X>
X& sc_dt::sc_proxy< X >::operator|= ( const sc_signed b  )  [inherited]

template<class X>
X& sc_dt::sc_proxy< X >::operator|= ( const sc_uint_base b  )  [inline, inherited]

Definition at line 234 of file sc_proxy.h.

template<class X>
X& sc_dt::sc_proxy< X >::operator|= ( const sc_int_base b  )  [inline, inherited]

Definition at line 237 of file sc_proxy.h.

template<class X>
X& sc_dt::sc_proxy< X >::operator|= ( unsigned long  b  )  [inherited]

template<class X>
X& sc_dt::sc_proxy< X >::operator|= ( long  b  )  [inherited]

template<class X>
X& sc_dt::sc_proxy< X >::operator|= ( unsigned int  b  )  [inline, inherited]

Definition at line 243 of file sc_proxy.h.

template<class X>
X& sc_dt::sc_proxy< X >::operator|= ( int  b  )  [inline, inherited]

Definition at line 246 of file sc_proxy.h.

template<class X>
X& sc_dt::sc_proxy< X >::operator|= ( uint64  b  )  [inherited]

template<class X>
X& sc_dt::sc_proxy< X >::operator|= ( int64  b  )  [inherited]

template<class X>
const sc_lv_base sc_dt::sc_proxy< X >::operator| ( const char *  b  )  const [inherited]

template<class X>
const sc_lv_base sc_dt::sc_proxy< X >::operator| ( const bool *  b  )  const [inherited]

template<class X>
const sc_lv_base sc_dt::sc_proxy< X >::operator| ( const sc_logic b  )  const [inherited]

template<class X>
const sc_lv_base sc_dt::sc_proxy< X >::operator| ( const sc_unsigned b  )  const [inherited]

template<class X>
const sc_lv_base sc_dt::sc_proxy< X >::operator| ( const sc_signed b  )  const [inherited]

template<class X>
const sc_lv_base sc_dt::sc_proxy< X >::operator| ( const sc_uint_base b  )  const [inherited]

template<class X>
const sc_lv_base sc_dt::sc_proxy< X >::operator| ( const sc_int_base b  )  const [inherited]

template<class X>
const sc_lv_base sc_dt::sc_proxy< X >::operator| ( unsigned long  b  )  const [inherited]

template<class X>
const sc_lv_base sc_dt::sc_proxy< X >::operator| ( long  b  )  const [inherited]

template<class X>
const sc_lv_base sc_dt::sc_proxy< X >::operator| ( unsigned int  b  )  const [inherited]

template<class X>
const sc_lv_base sc_dt::sc_proxy< X >::operator| ( int  b  )  const [inherited]

template<class X>
const sc_lv_base sc_dt::sc_proxy< X >::operator| ( uint64  b  )  const [inherited]

template<class X>
const sc_lv_base sc_dt::sc_proxy< X >::operator| ( int64  b  )  const [inherited]

template<class X>
X& sc_dt::sc_proxy< X >::operator^= ( const char *  b  )  [inherited]

template<class X>
X& sc_dt::sc_proxy< X >::operator^= ( const bool *  b  )  [inherited]

template<class X>
X& sc_dt::sc_proxy< X >::operator^= ( const sc_logic b  )  [inherited]

template<class X>
X& sc_dt::sc_proxy< X >::operator^= ( const sc_unsigned b  )  [inherited]

template<class X>
X& sc_dt::sc_proxy< X >::operator^= ( const sc_signed b  )  [inherited]

template<class X>
X& sc_dt::sc_proxy< X >::operator^= ( const sc_uint_base b  )  [inline, inherited]

Definition at line 276 of file sc_proxy.h.

template<class X>
X& sc_dt::sc_proxy< X >::operator^= ( const sc_int_base b  )  [inline, inherited]

Definition at line 279 of file sc_proxy.h.

template<class X>
X& sc_dt::sc_proxy< X >::operator^= ( unsigned long  b  )  [inherited]

template<class X>
X& sc_dt::sc_proxy< X >::operator^= ( long  b  )  [inherited]

template<class X>
X& sc_dt::sc_proxy< X >::operator^= ( unsigned int  b  )  [inline, inherited]

Definition at line 285 of file sc_proxy.h.

template<class X>
X& sc_dt::sc_proxy< X >::operator^= ( int  b  )  [inline, inherited]

Definition at line 288 of file sc_proxy.h.

template<class X>
X& sc_dt::sc_proxy< X >::operator^= ( uint64  b  )  [inherited]

template<class X>
X& sc_dt::sc_proxy< X >::operator^= ( int64  b  )  [inherited]

template<class X>
const sc_lv_base sc_dt::sc_proxy< X >::operator^ ( const char *  b  )  const [inherited]

template<class X>
const sc_lv_base sc_dt::sc_proxy< X >::operator^ ( const bool *  b  )  const [inherited]

template<class X>
const sc_lv_base sc_dt::sc_proxy< X >::operator^ ( const sc_logic b  )  const [inherited]

template<class X>
const sc_lv_base sc_dt::sc_proxy< X >::operator^ ( const sc_unsigned b  )  const [inherited]

template<class X>
const sc_lv_base sc_dt::sc_proxy< X >::operator^ ( const sc_signed b  )  const [inherited]

template<class X>
const sc_lv_base sc_dt::sc_proxy< X >::operator^ ( const sc_uint_base b  )  const [inherited]

template<class X>
const sc_lv_base sc_dt::sc_proxy< X >::operator^ ( const sc_int_base b  )  const [inherited]

template<class X>
const sc_lv_base sc_dt::sc_proxy< X >::operator^ ( unsigned long  b  )  const [inherited]

template<class X>
const sc_lv_base sc_dt::sc_proxy< X >::operator^ ( long  b  )  const [inherited]

template<class X>
const sc_lv_base sc_dt::sc_proxy< X >::operator^ ( unsigned int  b  )  const [inherited]

template<class X>
const sc_lv_base sc_dt::sc_proxy< X >::operator^ ( int  b  )  const [inherited]

template<class X>
const sc_lv_base sc_dt::sc_proxy< X >::operator^ ( uint64  b  )  const [inherited]

template<class X>
const sc_lv_base sc_dt::sc_proxy< X >::operator^ ( int64  b  )  const [inherited]

template<class X>
X & sc_dt::sc_proxy< X >::operator<<= ( int  n  )  [inline, inherited]

Definition at line 1064 of file sc_proxy.h.

template<class X>
const sc_lv_base sc_dt::sc_proxy< X >::operator<< ( int  n  )  const [inline, inherited]

Definition at line 674 of file sc_lv_base.h.

template<class X>
X & sc_dt::sc_proxy< X >::operator>>= ( int  n  )  [inline, inherited]

Definition at line 1120 of file sc_proxy.h.

template<class X>
const sc_lv_base sc_dt::sc_proxy< X >::operator>> ( int  n  )  const [inline, inherited]

Definition at line 687 of file sc_lv_base.h.

template<class X>
X & sc_dt::sc_proxy< X >::lrotate ( int  n  )  [inline, inherited]

Definition at line 699 of file sc_lv_base.h.

template<class X>
X & sc_dt::sc_proxy< X >::rrotate ( int  n  )  [inline, inherited]

Definition at line 738 of file sc_lv_base.h.

template<class X>
X & sc_dt::sc_proxy< X >::reverse (  )  [inline, inherited]

Definition at line 1191 of file sc_proxy.h.

template<class X>
sc_bitref<X> sc_dt::sc_proxy< X >::operator[] ( int  i  )  [inline, inherited]

Definition at line 341 of file sc_proxy.h.

template<class X>
sc_bitref_r<X> sc_dt::sc_proxy< X >::operator[] ( int  i  )  const [inline, inherited]

Definition at line 344 of file sc_proxy.h.

template<class X>
sc_bitref<X> sc_dt::sc_proxy< X >::bit ( int  i  )  [inline, inherited]

Definition at line 347 of file sc_proxy.h.

template<class X>
sc_bitref_r<X> sc_dt::sc_proxy< X >::bit ( int  i  )  const [inline, inherited]

Definition at line 350 of file sc_proxy.h.

template<class X>
sc_subref<X> sc_dt::sc_proxy< X >::operator() ( int  hi,
int  lo 
) [inline, inherited]

Definition at line 356 of file sc_proxy.h.

template<class X>
sc_subref_r<X> sc_dt::sc_proxy< X >::operator() ( int  hi,
int  lo 
) const [inline, inherited]

Definition at line 359 of file sc_proxy.h.

template<class X>
sc_subref<X> sc_dt::sc_proxy< X >::range ( int  hi,
int  lo 
) [inline, inherited]

Definition at line 362 of file sc_proxy.h.

template<class X>
sc_subref_r<X> sc_dt::sc_proxy< X >::range ( int  hi,
int  lo 
) const [inline, inherited]

Definition at line 365 of file sc_proxy.h.

template<class X>
sc_logic_value_t sc_dt::sc_proxy< X >::and_reduce (  )  const [inline, inherited]

Definition at line 1215 of file sc_proxy.h.

template<class X>
sc_logic_value_t sc_dt::sc_proxy< X >::nand_reduce (  )  const [inline, inherited]

Definition at line 373 of file sc_proxy.h.

template<class X>
sc_logic_value_t sc_dt::sc_proxy< X >::or_reduce (  )  const [inline, inherited]

Definition at line 1229 of file sc_proxy.h.

template<class X>
sc_logic_value_t sc_dt::sc_proxy< X >::nor_reduce (  )  const [inline, inherited]

Definition at line 378 of file sc_proxy.h.

template<class X>
sc_logic_value_t sc_dt::sc_proxy< X >::xor_reduce (  )  const [inline, inherited]

Definition at line 1243 of file sc_proxy.h.

template<class X>
sc_logic_value_t sc_dt::sc_proxy< X >::xnor_reduce (  )  const [inline, inherited]

Definition at line 383 of file sc_proxy.h.

template<class X>
bool sc_dt::sc_proxy< X >::operator== ( const char *  b  )  const [inherited]

template<class X>
bool sc_dt::sc_proxy< X >::operator== ( const bool *  b  )  const [inherited]

template<class X>
bool sc_dt::sc_proxy< X >::operator== ( const sc_logic b  )  const [inherited]

template<class X>
bool sc_dt::sc_proxy< X >::operator== ( const sc_unsigned b  )  const [inherited]

template<class X>
bool sc_dt::sc_proxy< X >::operator== ( const sc_signed b  )  const [inherited]

template<class X>
bool sc_dt::sc_proxy< X >::operator== ( const sc_uint_base b  )  const [inherited]

template<class X>
bool sc_dt::sc_proxy< X >::operator== ( const sc_int_base b  )  const [inherited]

template<class X>
bool sc_dt::sc_proxy< X >::operator== ( unsigned long  b  )  const [inherited]

template<class X>
bool sc_dt::sc_proxy< X >::operator== ( long  b  )  const [inherited]

template<class X>
bool sc_dt::sc_proxy< X >::operator== ( unsigned int  b  )  const [inherited]

template<class X>
bool sc_dt::sc_proxy< X >::operator== ( int  b  )  const [inherited]

template<class X>
bool sc_dt::sc_proxy< X >::operator== ( uint64  b  )  const [inherited]

template<class X>
bool sc_dt::sc_proxy< X >::operator== ( int64  b  )  const [inherited]

template<class X>
const std::string sc_dt::sc_proxy< X >::to_string (  )  const [inline, inherited]

Definition at line 1313 of file sc_proxy.h.

template<class X>
const std::string sc_dt::sc_proxy< X >::to_string ( sc_numrep  numrep  )  const [inline, inherited]

Definition at line 1327 of file sc_proxy.h.

template<class X>
const std::string sc_dt::sc_proxy< X >::to_string ( sc_numrep  numrep,
bool  w_prefix 
) const [inline, inherited]

Definition at line 1335 of file sc_proxy.h.

template<class X>
int64 sc_dt::sc_proxy< X >::to_int64 (  )  const [inline, inherited]

Definition at line 413 of file sc_proxy.h.

template<class X>
uint64 sc_dt::sc_proxy< X >::to_uint64 (  )  const [inline, inherited]

Definition at line 1397 of file sc_proxy.h.

template<class X>
int sc_dt::sc_proxy< X >::to_int (  )  const [inline, inherited]

Definition at line 416 of file sc_proxy.h.

template<class X>
unsigned int sc_dt::sc_proxy< X >::to_uint (  )  const [inline, inherited]

Definition at line 419 of file sc_proxy.h.

template<class X>
long sc_dt::sc_proxy< X >::to_long (  )  const [inline, inherited]

Definition at line 422 of file sc_proxy.h.

template<class X>
unsigned long sc_dt::sc_proxy< X >::to_ulong (  )  const [inline, inherited]

Definition at line 425 of file sc_proxy.h.

template<class X>
void sc_dt::sc_proxy< X >::print ( ::std::ostream &  os = ::std::cout  )  const [inline, inherited]

Definition at line 441 of file sc_proxy.h.

template<class X>
void sc_dt::sc_proxy< X >::scan ( ::std::istream &  is = ::std::cin  )  [inline, inherited]

Reimplemented in sc_dt::sc_subref< X >, and sc_dt::sc_concref< X, Y >.

Definition at line 1346 of file sc_proxy.h.

template<class X>
void sc_dt::sc_proxy< X >::check_bounds ( int  n  )  const [inline, protected, inherited]

Definition at line 1357 of file sc_proxy.h.

template<class X>
void sc_dt::sc_proxy< X >::check_wbounds ( int  n  )  const [inline, protected, inherited]

Definition at line 1367 of file sc_proxy.h.

template<class X>
sc_digit sc_dt::sc_proxy< X >::to_anything_unsigned (  )  const [inline, protected, inherited]

Definition at line 1378 of file sc_proxy.h.

template<class X>
int64 sc_dt::sc_proxy< X >::to_anything_signed (  )  const [inline, protected, inherited]

Definition at line 1429 of file sc_proxy.h.


Member Data Documentation

template<class X>
X& sc_dt::sc_subref_r< X >::m_obj [mutable, protected]

Definition at line 716 of file sc_bit_proxies.h.

template<class X>
int sc_dt::sc_subref_r< X >::m_hi [protected]

Definition at line 717 of file sc_bit_proxies.h.

template<class X>
int sc_dt::sc_subref_r< X >::m_lo [protected]

Definition at line 718 of file sc_bit_proxies.h.

template<class X>
int sc_dt::sc_subref_r< X >::m_len [protected]

Definition at line 719 of file sc_bit_proxies.h.


The documentation for this class was generated from the following file:

Generated on Wed Jan 21 15:32:17 2009 for SystemC by  doxygen 1.5.5