SystemC  2.3.1
Accellera SystemC proof-of-concept library
Public Member Functions | List of all members
sc_dt::scfx_mant_ref Class Reference

#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

Definition at line 379 of file scfx_mant.h.

Constructor & Destructor Documentation

sc_dt::scfx_mant_ref::scfx_mant_ref ( )
inline

Definition at line 425 of file scfx_mant.h.

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

Definition at line 430 of file scfx_mant.h.

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

Definition at line 435 of file scfx_mant.h.

sc_dt::scfx_mant_ref::~scfx_mant_ref ( )
inline

Definition at line 464 of file scfx_mant.h.

Member Function Documentation

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

Definition at line 470 of file scfx_mant.h.

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

Definition at line 441 of file scfx_mant.h.

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

Definition at line 453 of file scfx_mant.h.

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

Definition at line 478 of file scfx_mant.h.


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