#include <sysc/datatypes/fx/sc_ufixed.h>
Public Member Functions | |
sc_ufixed (sc_fxnum_observer *=0) | |
sc_ufixed (const sc_fxcast_switch &, sc_fxnum_observer *=0) | |
sc_ufixed (const sc_ufixed< W, I, Q, O, N > &) | |
sc_ufixed & | operator= (const sc_ufixed< W, I, Q, O, N > &) |
const sc_fxval | operator++ (int) |
const sc_fxval | operator-- (int) |
sc_ufixed & | operator++ () |
sc_ufixed & | operator-- () |
Definition at line 72 of file sc_ufixed.h.
sc_dt::sc_ufixed< W, I, Q, O, N >::sc_ufixed | ( | sc_fxnum_observer * | observer_ = 0 |
) | [inline, explicit] |
Definition at line 318 of file sc_ufixed.h.
sc_dt::sc_ufixed< W, I, Q, O, N >::sc_ufixed | ( | const sc_fxcast_switch & | cast_sw, | |
sc_fxnum_observer * | observer_ = 0 | |||
) | [inline, explicit] |
Definition at line 324 of file sc_ufixed.h.
sc_dt::sc_ufixed< W, I, Q, O, N >::sc_ufixed | ( | const sc_ufixed< W, I, Q, O, N > & | a | ) | [inline] |
Definition at line 371 of file sc_ufixed.h.
sc_ufixed< W, I, Q, O, N > & sc_dt::sc_ufixed< W, I, Q, O, N >::operator++ | ( | ) | [inline] |
Reimplemented from sc_dt::sc_ufix.
Definition at line 466 of file sc_ufixed.h.
const sc_fxval sc_dt::sc_ufixed< W, I, Q, O, N >::operator++ | ( | int | ) | [inline] |
Reimplemented from sc_dt::sc_ufix.
Definition at line 450 of file sc_ufixed.h.
sc_ufixed< W, I, Q, O, N > & sc_dt::sc_ufixed< W, I, Q, O, N >::operator-- | ( | ) | [inline] |
Reimplemented from sc_dt::sc_ufix.
Definition at line 475 of file sc_ufixed.h.
const sc_fxval sc_dt::sc_ufixed< W, I, Q, O, N >::operator-- | ( | int | ) | [inline] |
Reimplemented from sc_dt::sc_ufix.
Definition at line 458 of file sc_ufixed.h.
sc_ufixed< W, I, Q, O, N > & sc_dt::sc_ufixed< W, I, Q, O, N >::operator= | ( | const sc_ufixed< W, I, Q, O, N > & | a | ) | [inline] |
Reimplemented from sc_dt::sc_ufix.
Definition at line 381 of file sc_ufixed.h.