#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_ref & | operator= (const scfx_mant &) |
scfx_mant_ref & | operator= (scfx_mant *) |
~scfx_mant_ref () | |
operator scfx_mant & () | |
word | operator[] (int) |
Definition at line 391 of file scfx_mant.h.
sc_dt::scfx_mant_ref::scfx_mant_ref | ( | ) | [inline] |
Definition at line 437 of file scfx_mant.h.
sc_dt::scfx_mant_ref::scfx_mant_ref | ( | const scfx_mant & | mant | ) | [inline] |
Definition at line 442 of file scfx_mant.h.
sc_dt::scfx_mant_ref::scfx_mant_ref | ( | scfx_mant * | mant | ) | [inline] |
Definition at line 447 of file scfx_mant.h.
sc_dt::scfx_mant_ref::~scfx_mant_ref | ( | ) | [inline] |
Definition at line 476 of file scfx_mant.h.
sc_dt::scfx_mant_ref::operator scfx_mant & | ( | ) | [inline] |
Definition at line 482 of file scfx_mant.h.
scfx_mant_ref & sc_dt::scfx_mant_ref::operator= | ( | scfx_mant * | mant | ) | [inline] |
Definition at line 465 of file scfx_mant.h.
scfx_mant_ref & sc_dt::scfx_mant_ref::operator= | ( | const 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 490 of file scfx_mant.h.