sc_core::vcd_sc_fxnum_fast_trace Class Reference

Inheritance diagram for sc_core::vcd_sc_fxnum_fast_trace:

sc_core::vcd_trace List of all members.

Public Member Functions

 vcd_sc_fxnum_fast_trace (const sc_dt::sc_fxnum_fast &object, const std::string &name_, const std::string &vcd_name_)
void write (FILE *f)
bool changed ()
void set_width ()

Protected Attributes

const sc_dt::sc_fxnum_fastobject
sc_dt::sc_fxnum_fast old_value

Constructor & Destructor Documentation

sc_core::vcd_sc_fxnum_fast_trace::vcd_sc_fxnum_fast_trace ( const sc_dt::sc_fxnum_fast object,
const std::string &  name_,
const std::string &  vcd_name_ 
)


Member Function Documentation

void sc_core::vcd_sc_fxnum_fast_trace::write ( FILE *  f  )  [virtual]

Implements sc_core::vcd_trace.

bool sc_core::vcd_sc_fxnum_fast_trace::changed (  )  [virtual]

Implements sc_core::vcd_trace.

void sc_core::vcd_sc_fxnum_fast_trace::set_width (  )  [virtual]

Reimplemented from sc_core::vcd_trace.


Member Data Documentation

const sc_dt::sc_fxnum_fast& sc_core::vcd_sc_fxnum_fast_trace::object [protected]

sc_dt::sc_fxnum_fast sc_core::vcd_sc_fxnum_fast_trace::old_value [protected]


The documentation for this class was generated from the following file:
Generated by
Matthieu Moy <Matthieu.Moy@st.com>
Back to Pinapa Home Page