#include <sc_unsigned.h>
sc_unsigned.h の 895 行で定義されています。
sc_dt::sc_unsigned_subref::sc_unsigned_subref | ( | ) | [inline, protected] |
sc_dt::sc_unsigned_subref::sc_unsigned_subref | ( | const sc_unsigned_subref & | a | ) | [inline] |
const sc_unsigned_subref & sc_dt::sc_unsigned_subref::operator= | ( | const sc_unsigned_subref_r & | a | ) |
const sc_unsigned_subref & sc_dt::sc_unsigned_subref::operator= | ( | const sc_unsigned_subref & | a | ) |
sc_unsigned.cpp の 6189 行で定義されています。
const sc_unsigned_subref & sc_dt::sc_unsigned_subref::operator= | ( | const sc_unsigned & | a | ) |
sc_unsigned.cpp の 6198 行で定義されています。
const sc_unsigned_subref & sc_dt::sc_unsigned_subref::operator= | ( | const sc_generic_base< T > & | a | ) | [inline] |
sc_unsigned.h の 2022 行で定義されています。
02024 { 02025 sc_unsigned temp( length() ); 02026 a->to_sc_unsigned(temp); 02027 return *this = temp; 02028 }
const sc_unsigned_subref & sc_dt::sc_unsigned_subref::operator= | ( | const sc_signed_subref_r & | a | ) |
sc_unsigned.cpp の 6208 行で定義されています。
const sc_unsigned_subref & sc_dt::sc_unsigned_subref::operator= | ( | const sc_signed & | a | ) |
sc_unsigned.cpp の 6214 行で定義されています。
const sc_unsigned_subref & sc_dt::sc_unsigned_subref::operator= | ( | const char * | a | ) | [inline] |
sc_unsigned.h の 2108 行で定義されています。
02109 { 02110 sc_unsigned aa( length() ); 02111 return ( *this = aa = a ); 02112 }
const sc_unsigned_subref & sc_dt::sc_unsigned_subref::operator= | ( | unsigned long | a | ) |
sc_unsigned.cpp の 6224 行で定義されています。
const sc_unsigned_subref & sc_dt::sc_unsigned_subref::operator= | ( | long | a | ) |
sc_unsigned.cpp の 6234 行で定義されています。
const sc_unsigned_subref& sc_dt::sc_unsigned_subref::operator= | ( | unsigned int | a | ) | [inline] |
const sc_unsigned_subref& sc_dt::sc_unsigned_subref::operator= | ( | int | a | ) | [inline] |
const sc_unsigned_subref & sc_dt::sc_unsigned_subref::operator= | ( | uint64 | a | ) |
sc_unsigned.cpp の 6245 行で定義されています。
const sc_unsigned_subref & sc_dt::sc_unsigned_subref::operator= | ( | int64 | a | ) |
sc_unsigned.cpp の 6255 行で定義されています。
const sc_unsigned_subref & sc_dt::sc_unsigned_subref::operator= | ( | double | a | ) |
sc_unsigned.cpp の 6266 行で定義されています。
const sc_unsigned_subref & sc_dt::sc_unsigned_subref::operator= | ( | const sc_int_base & | a | ) |
sc_unsigned.cpp の 6322 行で定義されています。
const sc_unsigned_subref & sc_dt::sc_unsigned_subref::operator= | ( | const sc_uint_base & | a | ) |
sc_unsigned.cpp の 6328 行で定義されています。
void sc_dt::sc_unsigned_subref::concat_set | ( | int64 | src, | |
int | low_i | |||
) | [virtual] |
void sc_dt::sc_unsigned_subref::concat_set | ( | const sc_signed & | src, | |
int | low_i | |||
) | [virtual] |
void sc_dt::sc_unsigned_subref::concat_set | ( | const sc_unsigned & | src, | |
int | low_i | |||
) | [virtual] |
void sc_dt::sc_unsigned_subref::concat_set | ( | uint64 | src, | |
int | low_i | |||
) | [virtual] |
void sc_dt::sc_unsigned_subref::scan | ( | ::std::istream & | is = ::std::cin |
) |
sc_unsigned.cpp の 6423 行で定義されています。
friend class sc_unsigned [friend] |
friend class sc_core::sc_vpool< sc_unsigned_subref > [friend] |
sc_unsigned.h の 899 行で定義されています。
sc_core::sc_vpool< sc_unsigned_subref > sc_dt::sc_unsigned_subref::m_pool [static, protected] |
sc_unsigned.h の 955 行で定義されています。