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

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

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_paramsoperator= (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

Definition at line 132 of file sc_fxtype_params.h.

sc_dt::sc_fxtype_params::sc_fxtype_params ( int  wl_,
int  iwl_ 
)
inline

Definition at line 139 of file sc_fxtype_params.h.

sc_dt::sc_fxtype_params::sc_fxtype_params ( sc_q_mode  q_mode_,
sc_o_mode  o_mode_,
int  n_bits_ = 0 
)
inline

Definition at line 150 of file sc_fxtype_params.h.

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

Definition at line 163 of file sc_fxtype_params.h.

sc_dt::sc_fxtype_params::sc_fxtype_params ( const sc_fxtype_params a)
inline

Definition at line 178 of file sc_fxtype_params.h.

sc_dt::sc_fxtype_params::sc_fxtype_params ( const sc_fxtype_params a,
int  wl_,
int  iwl_ 
)
inline

Definition at line 185 of file sc_fxtype_params.h.

sc_dt::sc_fxtype_params::sc_fxtype_params ( const sc_fxtype_params a,
sc_q_mode  q_mode_,
sc_o_mode  o_mode_,
int  n_bits_ = 0 
)
inline

Definition at line 193 of file sc_fxtype_params.h.

sc_dt::sc_fxtype_params::sc_fxtype_params ( sc_without_context  )
inlineexplicit

Definition at line 202 of file sc_fxtype_params.h.

Member Function Documentation

void sc_dt::sc_fxtype_params::dump ( ::std::ostream &  = ::std::cout) const
int sc_dt::sc_fxtype_params::iwl ( ) const
inline

Definition at line 268 of file sc_fxtype_params.h.

void sc_dt::sc_fxtype_params::iwl ( int  iwl_)
inline

Definition at line 275 of file sc_fxtype_params.h.

int sc_dt::sc_fxtype_params::n_bits ( ) const
inline

Definition at line 313 of file sc_fxtype_params.h.

void sc_dt::sc_fxtype_params::n_bits ( int  n_bits_)
inline

Definition at line 320 of file sc_fxtype_params.h.

sc_o_mode sc_dt::sc_fxtype_params::o_mode ( ) const
inline

Definition at line 298 of file sc_fxtype_params.h.

void sc_dt::sc_fxtype_params::o_mode ( sc_o_mode  o_mode_)
inline

Definition at line 305 of file sc_fxtype_params.h.

sc_fxtype_params & sc_dt::sc_fxtype_params::operator= ( const sc_fxtype_params a)
inline

Definition at line 213 of file sc_fxtype_params.h.

void sc_dt::sc_fxtype_params::print ( ::std::ostream &  = ::std::cout) const
sc_q_mode sc_dt::sc_fxtype_params::q_mode ( ) const
inline

Definition at line 283 of file sc_fxtype_params.h.

void sc_dt::sc_fxtype_params::q_mode ( sc_q_mode  q_mode_)
inline

Definition at line 290 of file sc_fxtype_params.h.

const std::string sc_dt::sc_fxtype_params::to_string ( ) const
int sc_dt::sc_fxtype_params::wl ( ) const
inline

Definition at line 252 of file sc_fxtype_params.h.

void sc_dt::sc_fxtype_params::wl ( int  wl_)
inline

Definition at line 259 of file sc_fxtype_params.h.

Friends And Related Function Documentation

bool operator!= ( const sc_fxtype_params a,
const sc_fxtype_params b 
)
friend

Definition at line 240 of file sc_fxtype_params.h.

bool operator== ( const sc_fxtype_params a,
const sc_fxtype_params b 
)
friend

Definition at line 229 of file sc_fxtype_params.h.


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