SystemC  2.3.2
Accellera SystemC proof-of-concept library
sc_dt::scfx_mant_ref Class Reference

Mantissa reference class. More...

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

Public Member Functions

 scfx_mant_ref ()
 
 scfx_mant_ref (const scfx_mant &)
 
 scfx_mant_ref (scfx_mant *)
 
scfx_mant_refoperator= (const scfx_mant &)
 
scfx_mant_refoperator= (scfx_mant *)
 
 ~scfx_mant_ref ()
 
 operator scfx_mant & ()
 
word operator[] (int)
 

Detailed Description

Mantissa reference class.

Definition at line 381 of file scfx_mant.h.

Constructor & Destructor Documentation

◆ scfx_mant_ref() [1/3]

sc_dt::scfx_mant_ref::scfx_mant_ref ( )
inline

Definition at line 427 of file scfx_mant.h.

◆ scfx_mant_ref() [2/3]

sc_dt::scfx_mant_ref::scfx_mant_ref ( const scfx_mant mant)
inline

Definition at line 432 of file scfx_mant.h.

◆ scfx_mant_ref() [3/3]

sc_dt::scfx_mant_ref::scfx_mant_ref ( scfx_mant mant)
inline

Definition at line 437 of file scfx_mant.h.

◆ ~scfx_mant_ref()

sc_dt::scfx_mant_ref::~scfx_mant_ref ( )
inline

Definition at line 466 of file scfx_mant.h.

Member Function Documentation

◆ operator scfx_mant &()

sc_dt::scfx_mant_ref::operator scfx_mant & ( )
inline

Definition at line 472 of file scfx_mant.h.

◆ operator=() [1/2]

scfx_mant_ref & sc_dt::scfx_mant_ref::operator= ( const scfx_mant mant)
inline

Definition at line 443 of file scfx_mant.h.

◆ operator=() [2/2]

scfx_mant_ref & sc_dt::scfx_mant_ref::operator= ( scfx_mant mant)
inline

Definition at line 455 of file scfx_mant.h.

◆ operator[]()

word sc_dt::scfx_mant_ref::operator[] ( int  i)
inline

Definition at line 480 of file scfx_mant.h.


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