sc_core::sc_trace_file Class Reference

#include <sc_trace.h>

Inheritance diagram for sc_core::sc_trace_file:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 sc_trace_file ()
virtual void trace (const unsigned int &object, const std::string &name, const char **enum_literals)=0
virtual void write_comment (const std::string &comment)=0
virtual void space (int n)
virtual void delta_cycles (bool flag)

Protected Member Functions

virtual void cycle (bool delta_cycle)=0
virtual ~sc_trace_file ()

Friends

class sc_simcontext

Constructor & Destructor Documentation

sc_core::sc_trace_file::sc_trace_file (  ) 

virtual sc_core::sc_trace_file::~sc_trace_file (  )  [inline, protected, virtual]


Member Function Documentation

virtual void sc_core::sc_trace_file::trace ( const unsigned int &  object,
const std::string &  name,
const char **  enum_literals 
) [pure virtual]

virtual void sc_core::sc_trace_file::write_comment ( const std::string &  comment  )  [pure virtual]

Implemented in sc_core::vcd_trace_file, and sc_core::wif_trace_file.

void sc_core::sc_trace_file::space ( int  n  )  [virtual]

void sc_core::sc_trace_file::delta_cycles ( bool  flag  )  [virtual]

Reimplemented in sc_core::vcd_trace_file, and sc_core::wif_trace_file.

virtual void sc_core::sc_trace_file::cycle ( bool  delta_cycle  )  [protected, pure virtual]

Implemented in sc_core::vcd_trace_file, and sc_core::wif_trace_file.


Friends And Related Function Documentation

friend class sc_simcontext [friend]


The documentation for this class was generated from the following files:
Generated on Wed Apr 25 13:53:30 2007 for SystemC by  doxygen 1.5.1