sc_dt::sc_signed_bitref Class Reference

#include <sysc/datatypes/int/sc_signed.h>

Inheritance diagram for sc_dt::sc_signed_bitref:

Inheritance graph
[legend]
Collaboration diagram for sc_dt::sc_signed_bitref:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 sc_signed_bitref (const sc_signed_bitref &a)
const sc_signed_bitrefoperator= (const sc_signed_bitref_r &)
const sc_signed_bitrefoperator= (const sc_signed_bitref &)
const sc_signed_bitrefoperator= (bool)
const sc_signed_bitrefoperator &= (bool)
const sc_signed_bitrefoperator|= (bool)
const sc_signed_bitrefoperator^= (bool)
virtual void concat_set (int64 src, int low_i)
virtual void concat_set (const sc_signed &src, int low_i)
virtual void concat_set (const sc_unsigned &src, int low_i)
virtual void concat_set (uint64 src, int low_i)
void scan (::std::istream &is=::std::cin)
int length () const
 operator uint64 () const
bool operator! () const
bool operator~ () const
bool value () const
bool to_bool () const
virtual int concat_length (bool *xz_present_p) const
virtual uint64 concat_get_uint64 () const
virtual bool concat_get_ctrl (sc_digit *dst_p, int low_i) const
virtual bool concat_get_data (sc_digit *dst_p, int low_i) const
void print (::std::ostream &os=::std::cout) const

Protected Member Functions

 sc_signed_bitref ()
void initialize (const sc_signed *obj_p, int index_)

Protected Attributes

int m_index
sc_signedm_obj_p

Static Protected Attributes

static sc_core::sc_vpool
< sc_signed_bitref
m_pool

Friends

class sc_signed
class sc_core::sc_vpool< sc_signed_bitref >


Detailed Description

Definition at line 820 of file sc_signed.h.


Constructor & Destructor Documentation

sc_dt::sc_signed_bitref::sc_signed_bitref (  )  [inline, protected]

Definition at line 831 of file sc_signed.h.

sc_dt::sc_signed_bitref::sc_signed_bitref ( const sc_signed_bitref a  )  [inline]

Definition at line 838 of file sc_signed.h.


Member Function Documentation

const sc_signed_bitref & sc_dt::sc_signed_bitref::operator= ( const sc_signed_bitref_r b  ) 

Reimplemented from sc_dt::sc_signed_bitref_r.

Definition at line 7895 of file sc_signed.cpp.

const sc_signed_bitref & sc_dt::sc_signed_bitref::operator= ( const sc_signed_bitref b  ) 

Definition at line 7902 of file sc_signed.cpp.

const sc_signed_bitref & sc_dt::sc_signed_bitref::operator= ( bool  b  ) 

Definition at line 7909 of file sc_signed.cpp.

const sc_signed_bitref & sc_dt::sc_signed_bitref::operator &= ( bool  b  ) 

Definition at line 7917 of file sc_signed.cpp.

const sc_signed_bitref & sc_dt::sc_signed_bitref::operator|= ( bool  b  ) 

Definition at line 7926 of file sc_signed.cpp.

const sc_signed_bitref & sc_dt::sc_signed_bitref::operator^= ( bool  b  ) 

Definition at line 7935 of file sc_signed.cpp.

void sc_dt::sc_signed_bitref::concat_set ( int64  src,
int  low_i 
) [virtual]

Reimplemented from sc_dt::sc_value_base.

Definition at line 7944 of file sc_signed.cpp.

void sc_dt::sc_signed_bitref::concat_set ( const sc_signed src,
int  low_i 
) [virtual]

Reimplemented from sc_dt::sc_value_base.

Definition at line 7950 of file sc_signed.cpp.

void sc_dt::sc_signed_bitref::concat_set ( const sc_unsigned src,
int  low_i 
) [virtual]

Reimplemented from sc_dt::sc_value_base.

Definition at line 7958 of file sc_signed.cpp.

void sc_dt::sc_signed_bitref::concat_set ( uint64  src,
int  low_i 
) [virtual]

Reimplemented from sc_dt::sc_value_base.

Definition at line 7966 of file sc_signed.cpp.

void sc_dt::sc_signed_bitref::scan ( ::std::istream &  is = ::std::cin  ) 

Definition at line 7976 of file sc_signed.cpp.

void sc_dt::sc_signed_bitref_r::initialize ( const sc_signed obj_p,
int  index_ 
) [inline, protected, inherited]

Definition at line 719 of file sc_signed.h.

int sc_dt::sc_signed_bitref_r::length (  )  const [inline, inherited]

Definition at line 740 of file sc_signed.h.

sc_dt::sc_signed_bitref_r::operator uint64 (  )  const [inherited]

Definition at line 7868 of file sc_signed.cpp.

bool sc_dt::sc_signed_bitref_r::operator! (  )  const [inherited]

Definition at line 7874 of file sc_signed.cpp.

bool sc_dt::sc_signed_bitref_r::operator~ (  )  const [inherited]

Definition at line 7880 of file sc_signed.cpp.

bool sc_dt::sc_signed_bitref_r::value (  )  const [inline, inherited]

Definition at line 753 of file sc_signed.h.

bool sc_dt::sc_signed_bitref_r::to_bool (  )  const [inline, inherited]

Definition at line 756 of file sc_signed.h.

virtual int sc_dt::sc_signed_bitref_r::concat_length ( bool *  xz_present_p  )  const [inline, virtual, inherited]

Reimplemented from sc_dt::sc_value_base.

Definition at line 761 of file sc_signed.h.

virtual uint64 sc_dt::sc_signed_bitref_r::concat_get_uint64 (  )  const [inline, virtual, inherited]

Reimplemented from sc_dt::sc_value_base.

Definition at line 763 of file sc_signed.h.

virtual bool sc_dt::sc_signed_bitref_r::concat_get_ctrl ( sc_digit dst_p,
int  low_i 
) const [inline, virtual, inherited]

Reimplemented from sc_dt::sc_value_base.

Definition at line 765 of file sc_signed.h.

virtual bool sc_dt::sc_signed_bitref_r::concat_get_data ( sc_digit dst_p,
int  low_i 
) const [inline, virtual, inherited]

Reimplemented from sc_dt::sc_value_base.

Definition at line 772 of file sc_signed.h.

void sc_dt::sc_signed_bitref_r::print ( ::std::ostream &  os = ::std::cout  )  const [inline, inherited]

Definition at line 793 of file sc_signed.h.


Friends And Related Function Documentation

friend class sc_signed [friend]

Reimplemented from sc_dt::sc_signed_bitref_r.

Definition at line 823 of file sc_signed.h.

friend class sc_core::sc_vpool< sc_signed_bitref > [friend]

Definition at line 824 of file sc_signed.h.


Member Data Documentation

Definition at line 865 of file sc_signed.h.

int sc_dt::sc_signed_bitref_r::m_index [protected, inherited]

Definition at line 798 of file sc_signed.h.

Definition at line 799 of file sc_signed.h.


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

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