#include <sc_signed.h>
sc_signed.h の 993 行で定義されています。
sc_dt::sc_signed_subref::sc_signed_subref | ( | ) | [inline, private] |
sc_dt::sc_signed_subref::sc_signed_subref | ( | const sc_signed_subref & | a | ) | [inline] |
const sc_signed_subref & sc_dt::sc_signed_subref::operator= | ( | const sc_signed_subref_r & | a | ) |
const sc_signed_subref & sc_dt::sc_signed_subref::operator= | ( | const sc_signed_subref & | a | ) |
sc_signed.cpp の 8144 行で定義されています。
const sc_signed_subref & sc_dt::sc_signed_subref::operator= | ( | const sc_signed & | a | ) |
sc_signed.cpp の 8153 行で定義されています。
const sc_signed_subref & sc_dt::sc_signed_subref::operator= | ( | const sc_unsigned_subref_r & | a | ) |
sc_signed.cpp の 8163 行で定義されています。
const sc_signed_subref & sc_dt::sc_signed_subref::operator= | ( | const sc_unsigned & | a | ) |
sc_signed.cpp の 8169 行で定義されています。
const sc_signed_subref& sc_dt::sc_signed_subref::operator= | ( | const sc_generic_base< T > & | a | ) | [inline] |
sc_signed.h の 1024 行で定義されています。
01025 { 01026 sc_unsigned temp( length() ); 01027 a->to_sc_unsigned(temp); 01028 return operator = (temp); 01029 }
const sc_signed_subref & sc_dt::sc_signed_subref::operator= | ( | const char * | a | ) | [inline] |
const sc_signed_subref & sc_dt::sc_signed_subref::operator= | ( | unsigned long | a | ) |
sc_signed.cpp の 8179 行で定義されています。
const sc_signed_subref & sc_dt::sc_signed_subref::operator= | ( | long | a | ) |
sc_signed.cpp の 8189 行で定義されています。
const sc_signed_subref& sc_dt::sc_signed_subref::operator= | ( | unsigned int | a | ) | [inline] |
const sc_signed_subref& sc_dt::sc_signed_subref::operator= | ( | int | a | ) | [inline] |
const sc_signed_subref & sc_dt::sc_signed_subref::operator= | ( | uint64 | a | ) |
sc_signed.cpp の 8200 行で定義されています。
const sc_signed_subref & sc_dt::sc_signed_subref::operator= | ( | int64 | a | ) |
sc_signed.cpp の 8210 行で定義されています。
const sc_signed_subref & sc_dt::sc_signed_subref::operator= | ( | double | a | ) |
sc_signed.cpp の 8221 行で定義されています。
const sc_signed_subref & sc_dt::sc_signed_subref::operator= | ( | const sc_int_base & | a | ) |
sc_signed.cpp の 8277 行で定義されています。
const sc_signed_subref & sc_dt::sc_signed_subref::operator= | ( | const sc_uint_base & | a | ) |
sc_signed.cpp の 8283 行で定義されています。
void sc_dt::sc_signed_subref::concat_set | ( | int64 | src, | |
int | low_i | |||
) | [virtual] |
void sc_dt::sc_signed_subref::concat_set | ( | const sc_signed & | src, | |
int | low_i | |||
) | [virtual] |
void sc_dt::sc_signed_subref::concat_set | ( | const sc_unsigned & | src, | |
int | low_i | |||
) | [virtual] |
void sc_dt::sc_signed_subref::concat_set | ( | uint64 | src, | |
int | low_i | |||
) | [virtual] |
void sc_dt::sc_signed_subref::scan | ( | ::std::istream & | is = ::std::cin |
) |
sc_signed.cpp の 8379 行で定義されています。
friend class sc_signed [friend] |
friend class sc_core::sc_vpool< sc_signed_subref > [friend] |
sc_signed.h の 997 行で定義されています。
sc_core::sc_vpool< sc_signed_subref > sc_dt::sc_signed_subref::m_pool [static, protected] |
sc_signed.h の 1058 行で定義されています。