SystemC 3.0.0
Accellera SystemC proof-of-concept library
Public Member Functions | Friends | List of all members
sc_dt::sc_fxnum_fast_subref Class Reference

#include <sysc/datatypes/fx/sc_fxnum.h>

Inheritance diagram for sc_dt::sc_fxnum_fast_subref:
Inheritance graph
[legend]
Collaboration diagram for sc_dt::sc_fxnum_fast_subref:
Collaboration graph
[legend]

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_fastm_num
 
int m_from
 
int m_to
 
sc_bv_basem_bv
 

Detailed Description

Definition at line 547 of file sc_fxnum.h.

Constructor & Destructor Documentation

◆ sc_fxnum_fast_subref()

sc_dt::sc_fxnum_fast_subref::sc_fxnum_fast_subref ( const sc_fxnum_fast_subref a)
inline

Definition at line 2508 of file sc_fxnum.h.

Member Function Documentation

◆ scan()

void sc_dt::sc_fxnum_fast_subref::scan ( ::std::istream &  = ::std::cin)

Friends And Related Function Documentation

◆ sc_fxnum_fast

friend class sc_fxnum_fast
friend

Definition at line 549 of file sc_fxnum.h.

◆ sc_fxnum_subref

friend class sc_fxnum_subref
friend

Definition at line 550 of file sc_fxnum.h.


The documentation for this class was generated from the following file: