|
SystemC 3.0.0
Accellera SystemC proof-of-concept library
|
#include <sysc/datatypes/fx/sc_fxnum.h>


Public Member Functions | |
| sc_fxnum_fast_subref (const sc_fxnum_fast_subref &) | |
| void | scan (::std::istream &=::std::cin) |
Public Member Functions inherited from sc_dt::sc_fxnum_fast_subref_r | |
| sc_fxnum_fast_subref_r (const sc_fxnum_fast_subref_r &) | |
| ~sc_fxnum_fast_subref_r () | |
| bool | and_reduce () const |
| bool | nand_reduce () const |
| bool | or_reduce () const |
| bool | nor_reduce () const |
| bool | xor_reduce () const |
| bool | xnor_reduce () const |
| int | length () const |
| int | to_int () const |
| unsigned int | to_uint () const |
| long | to_long () const |
| unsigned long | to_ulong () const |
| int64 | to_int64 () const |
| uint64 | to_uint64 () const |
| std::string | to_string () const |
| std::string | to_string (sc_numrep) const |
| std::string | to_string (sc_numrep, bool) const |
| operator sc_bv_base () const | |
| void | print (::std::ostream &=::std::cout) const |
| void | dump (::std::ostream &=::std::cout) const |
Friends | |
| class | sc_fxnum_fast |
| class | sc_fxnum_subref |
Additional Inherited Members | |
Protected Member Functions inherited from sc_dt::sc_fxnum_fast_subref_r | |
| bool | get () const |
| sc_fxnum_fast_subref_r (sc_fxnum_fast &, int, int) | |
Protected Attributes inherited from sc_dt::sc_fxnum_fast_subref_r | |
| sc_fxnum_fast & | m_num |
| int | m_from |
| int | m_to |
| sc_bv_base & | m_bv |
Definition at line 547 of file sc_fxnum.h.
|
inline |
Definition at line 2508 of file sc_fxnum.h.
| void sc_dt::sc_fxnum_fast_subref::scan | ( | ::std::istream & | = ::std::cin | ) |
|
friend |
Definition at line 549 of file sc_fxnum.h.
|
friend |
Definition at line 550 of file sc_fxnum.h.