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


Public Member Functions | |
| sc_ufixed_fast (sc_fxnum_fast_observer *=0) | |
| sc_ufixed_fast (const sc_fxcast_switch &, sc_fxnum_fast_observer *=0) | |
| sc_ufixed_fast (const sc_ufixed_fast< W, I, Q, O, N > &) | |
| sc_ufixed_fast & | operator= (const sc_ufixed_fast< W, I, Q, O, N > &) | 
| const sc_fxval_fast | operator++ (int) | 
| const sc_fxval_fast | operator-- (int) | 
| sc_ufixed_fast & | operator++ () | 
| sc_ufixed_fast & | operator-- () | 
Definition at line 193 of file sc_ufixed.h.
| sc_dt::sc_ufixed_fast< W, I, Q, O, N >::sc_ufixed_fast | ( | sc_fxnum_fast_observer * |  observer_ = 0 | 
          ) |  [inline, explicit] | 
        
Definition at line 490 of file sc_ufixed.h.
| sc_dt::sc_ufixed_fast< W, I, Q, O, N >::sc_ufixed_fast | ( | const sc_fxcast_switch & | cast_sw, | |
| sc_fxnum_fast_observer * |  observer_ = 0 | |||
| ) |  [inline, explicit] | 
        
Definition at line 496 of file sc_ufixed.h.
| sc_dt::sc_ufixed_fast< W, I, Q, O, N >::sc_ufixed_fast | ( | const sc_ufixed_fast< W, I, Q, O, N > & | a | ) |  [inline] | 
        
Definition at line 543 of file sc_ufixed.h.
| sc_ufixed_fast< W, I, Q, O, N > & sc_dt::sc_ufixed_fast< W, I, Q, O, N >::operator++ | ( | ) |  [inline] | 
        
Reimplemented from sc_dt::sc_ufix_fast.
Definition at line 638 of file sc_ufixed.h.
| const sc_fxval_fast sc_dt::sc_ufixed_fast< W, I, Q, O, N >::operator++ | ( | int | ) |  [inline] | 
        
Reimplemented from sc_dt::sc_ufix_fast.
Definition at line 622 of file sc_ufixed.h.
| sc_ufixed_fast< W, I, Q, O, N > & sc_dt::sc_ufixed_fast< W, I, Q, O, N >::operator-- | ( | ) |  [inline] | 
        
Reimplemented from sc_dt::sc_ufix_fast.
Definition at line 647 of file sc_ufixed.h.
| const sc_fxval_fast sc_dt::sc_ufixed_fast< W, I, Q, O, N >::operator-- | ( | int | ) |  [inline] | 
        
Reimplemented from sc_dt::sc_ufix_fast.
Definition at line 630 of file sc_ufixed.h.
| sc_ufixed_fast< W, I, Q, O, N > & sc_dt::sc_ufixed_fast< W, I, Q, O, N >::operator= | ( | const sc_ufixed_fast< W, I, Q, O, N > & | a | ) |  [inline] | 
        
Reimplemented from sc_dt::sc_ufix_fast.
Definition at line 553 of file sc_ufixed.h.
 1.6.1