sc_dt::sc_fxtype_params Class Reference
#include <sysc/datatypes/fx/sc_fxtype_params.h>
List of all members.
Public Member Functions |
| sc_fxtype_params () |
| sc_fxtype_params (int, int) |
| sc_fxtype_params (sc_q_mode, sc_o_mode, int=0) |
| sc_fxtype_params (int, int, sc_q_mode, sc_o_mode, int=0) |
| sc_fxtype_params (const sc_fxtype_params &) |
| sc_fxtype_params (const sc_fxtype_params &, int, int) |
| sc_fxtype_params (const sc_fxtype_params &, sc_q_mode, sc_o_mode, int=0) |
| sc_fxtype_params (sc_without_context) |
sc_fxtype_params & | operator= (const sc_fxtype_params &) |
int | wl () const |
void | wl (int) |
int | iwl () const |
void | iwl (int) |
sc_q_mode | q_mode () const |
void | q_mode (sc_q_mode) |
sc_o_mode | o_mode () const |
void | o_mode (sc_o_mode) |
int | n_bits () const |
void | n_bits (int) |
const std::string | to_string () const |
void | print (::std::ostream &=::std::cout) const |
void | dump (::std::ostream &=::std::cout) const |
Friends |
bool | operator== (const sc_fxtype_params &, const sc_fxtype_params &) |
bool | operator!= (const sc_fxtype_params &, const sc_fxtype_params &) |
Detailed Description
Definition at line 68 of file sc_fxtype_params.h.
Constructor & Destructor Documentation
sc_dt::sc_fxtype_params::sc_fxtype_params |
( |
|
) |
[inline] |
sc_dt::sc_fxtype_params::sc_fxtype_params |
( |
int |
wl_, |
|
|
int |
iwl_ | |
|
) |
| | [inline] |
sc_dt::sc_fxtype_params::sc_fxtype_params |
( |
sc_q_mode |
q_mode_, |
|
|
sc_o_mode |
o_mode_, |
|
|
int |
n_bits_ = 0 | |
|
) |
| | [inline] |
sc_dt::sc_fxtype_params::sc_fxtype_params |
( |
int |
wl_, |
|
|
int |
iwl_, |
|
|
sc_q_mode |
q_mode_, |
|
|
sc_o_mode |
o_mode_, |
|
|
int |
n_bits_ = 0 | |
|
) |
| | [inline] |
sc_dt::sc_fxtype_params::sc_fxtype_params |
( |
const sc_fxtype_params & |
a |
) |
[inline] |
sc_dt::sc_fxtype_params::sc_fxtype_params |
( |
const sc_fxtype_params & |
a, |
|
|
int |
wl_, |
|
|
int |
iwl_ | |
|
) |
| | [inline] |
Member Function Documentation
void sc_dt::sc_fxtype_params::dump |
( |
::std::ostream & |
= ::std::cout |
) |
const |
void sc_dt::sc_fxtype_params::iwl |
( |
int |
iwl_ |
) |
[inline] |
int sc_dt::sc_fxtype_params::iwl |
( |
|
) |
const [inline] |
void sc_dt::sc_fxtype_params::n_bits |
( |
int |
n_bits_ |
) |
[inline] |
int sc_dt::sc_fxtype_params::n_bits |
( |
|
) |
const [inline] |
void sc_dt::sc_fxtype_params::o_mode |
( |
sc_o_mode |
o_mode_ |
) |
[inline] |
sc_o_mode sc_dt::sc_fxtype_params::o_mode |
( |
|
) |
const [inline] |
void sc_dt::sc_fxtype_params::print |
( |
::std::ostream & |
= ::std::cout |
) |
const |
void sc_dt::sc_fxtype_params::q_mode |
( |
sc_q_mode |
q_mode_ |
) |
[inline] |
sc_q_mode sc_dt::sc_fxtype_params::q_mode |
( |
|
) |
const [inline] |
const std::string sc_dt::sc_fxtype_params::to_string |
( |
|
) |
const |
void sc_dt::sc_fxtype_params::wl |
( |
int |
wl_ |
) |
[inline] |
int sc_dt::sc_fxtype_params::wl |
( |
|
) |
const [inline] |
Friends And Related Function Documentation
The documentation for this class was generated from the following file: