クラス テンプレート sc_dt::sc_proxy< X >

#include <sc_proxy.h>

sc_dt::sc_proxy< X >に対する継承グラフ

Inheritance graph
[凡例]

すべてのメンバ一覧

Public メソッド

virtual ~sc_proxy ()
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 long a)
X & assign_ (long a)
X & assign_ (unsigned int a)
X & assign_ (int 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 メソッド

void check_bounds (int n) const
void check_wbounds (int n) const
unsigned long to_anything_unsigned () const
int64 to_anything_signed () const

template<class X>
class sc_dt::sc_proxy< X >


コンストラクタとデストラクタ

template<class X>
virtual sc_dt::sc_proxy< X >::~sc_proxy (  )  [inline, virtual]


関数

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sc_dt::sc_subref< X >, と sc_dt::sc_concref< X, Y >で再定義されています。

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

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

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

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


このクラスの説明は次のファイルから生成されました:

SystemCに対してFri Jun 6 07:41:13 2008に生成されました。  doxygen 1.5.6