クラス sc_dt::sc_bv_base

#include <sc_bv_base.h>

sc_dt::sc_bv_baseに対する継承グラフ

Inheritance graph
[凡例]

すべてのメンバ一覧

Public 型

typedef sc_proxy< sc_bv_basebase_type

Public メソッド

 sc_bv_base (int length_=sc_length_param().len())
 sc_bv_base (bool a, int length_=sc_length_param().len())
 sc_bv_base (const char *a)
 sc_bv_base (const char *a, int length_)
template<class X>
 sc_bv_base (const sc_proxy< X > &a)
 sc_bv_base (const sc_bv_base &a)
virtual ~sc_bv_base ()
template<class X>
sc_bv_baseoperator= (const sc_proxy< X > &a)
sc_bv_baseoperator= (const sc_bv_base &a)
sc_bv_baseoperator= (const char *a)
sc_bv_baseoperator= (const bool *a)
sc_bv_baseoperator= (const sc_logic *a)
sc_bv_baseoperator= (const sc_unsigned &a)
sc_bv_baseoperator= (const sc_signed &a)
sc_bv_baseoperator= (const sc_uint_base &a)
sc_bv_baseoperator= (const sc_int_base &a)
sc_bv_baseoperator= (unsigned long a)
sc_bv_baseoperator= (long a)
sc_bv_baseoperator= (unsigned int a)
sc_bv_baseoperator= (int a)
sc_bv_baseoperator= (uint64 a)
sc_bv_baseoperator= (int64 a)
int length () const
int size () const
sc_logic_value_t get_bit (int i) const
void set_bit (int i, sc_logic_value_t value)
unsigned long get_word (int i) const
void set_word (int i, unsigned long w)
unsigned long get_cword (int i) const
void set_cword (int i, unsigned long w)
void clean_tail ()
bool is_01 () const

Protected 変数

int m_len
int m_size
unsigned long * m_data

Private メソッド

void init (int length_, bool init_value=false)
void assign_from_string (const std::string &)

フレンド

class sc_lv_base


型定義


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

sc_dt::sc_bv_base::sc_bv_base ( int  length_ = sc_length_param().len()  )  [inline, explicit]

sc_dt::sc_bv_base::sc_bv_base ( bool  a,
int  length_ = sc_length_param().len() 
) [inline, explicit]

sc_dt::sc_bv_base::sc_bv_base ( const char *  a  ) 

sc_dt::sc_bv_base::sc_bv_base ( const char *  a,
int  length_ 
)

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

sc_dt::sc_bv_base::sc_bv_base ( const sc_bv_base a  ) 

virtual sc_dt::sc_bv_base::~sc_bv_base (  )  [inline, virtual]


関数

void sc_dt::sc_bv_base::init ( int  length_,
bool  init_value = false 
) [private]

void sc_dt::sc_bv_base::assign_from_string ( const std::string &  s  )  [private]

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

sc_dt::sc_bv< W >で再定義されています。

sc_bv_base& sc_dt::sc_bv_base::operator= ( const sc_bv_base a  )  [inline]

sc_bv_base & sc_dt::sc_bv_base::operator= ( const char *  a  ) 

sc_dt::sc_bv< W >で再定義されています。

sc_bv_base& sc_dt::sc_bv_base::operator= ( const bool *  a  )  [inline]

sc_dt::sc_bv< W >で再定義されています。

sc_bv_base& sc_dt::sc_bv_base::operator= ( const sc_logic a  )  [inline]

sc_dt::sc_bv< W >で再定義されています。

sc_bv_base& sc_dt::sc_bv_base::operator= ( const sc_unsigned a  )  [inline]

sc_dt::sc_bv< W >で再定義されています。

sc_bv_base& sc_dt::sc_bv_base::operator= ( const sc_signed a  )  [inline]

sc_dt::sc_bv< W >で再定義されています。

sc_bv_base& sc_dt::sc_bv_base::operator= ( const sc_uint_base a  )  [inline]

sc_dt::sc_bv< W >で再定義されています。

sc_bv_base& sc_dt::sc_bv_base::operator= ( const sc_int_base a  )  [inline]

sc_dt::sc_bv< W >で再定義されています。

sc_bv_base& sc_dt::sc_bv_base::operator= ( unsigned long  a  )  [inline]

sc_dt::sc_bv< W >で再定義されています。

sc_bv_base& sc_dt::sc_bv_base::operator= ( long  a  )  [inline]

sc_dt::sc_bv< W >で再定義されています。

sc_bv_base& sc_dt::sc_bv_base::operator= ( unsigned int  a  )  [inline]

sc_dt::sc_bv< W >で再定義されています。

sc_bv_base& sc_dt::sc_bv_base::operator= ( int  a  )  [inline]

sc_dt::sc_bv< W >で再定義されています。

sc_bv_base& sc_dt::sc_bv_base::operator= ( uint64  a  )  [inline]

sc_dt::sc_bv< W >で再定義されています。

sc_bv_base& sc_dt::sc_bv_base::operator= ( int64  a  )  [inline]

sc_dt::sc_bv< W >で再定義されています。

int sc_dt::sc_bv_base::length (  )  const [inline]

int sc_dt::sc_bv_base::size (  )  const [inline]

sc_logic_value_t sc_dt::sc_bv_base::get_bit ( int  i  )  const [inline]

void sc_dt::sc_bv_base::set_bit ( int  i,
sc_logic_value_t  value 
) [inline]

unsigned long sc_dt::sc_bv_base::get_word ( int  i  )  const [inline]

void sc_dt::sc_bv_base::set_word ( int  i,
unsigned long  w 
) [inline]

unsigned long sc_dt::sc_bv_base::get_cword ( int  i  )  const [inline]

void sc_dt::sc_bv_base::set_cword ( int  i,
unsigned long  w 
) [inline]

void sc_dt::sc_bv_base::clean_tail (  )  [inline]

bool sc_dt::sc_bv_base::is_01 (  )  const [inline]


フレンドと関連する関数

friend class sc_lv_base [friend]


変数

int sc_dt::sc_bv_base::m_len [protected]

int sc_dt::sc_bv_base::m_size [protected]

unsigned long* sc_dt::sc_bv_base::m_data [protected]


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

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