37 class sc_method_process;
 
   38 class sc_thread_process;
 
   78     virtual bool is_reset()
 const { 
return m_is_reset; }
 
   79     virtual const char* 
what() 
const throw();
 
   85     virtual ~sc_unwind_exception() throw();
 
   96     sc_unwind_exception& operator=( const sc_unwind_exception& );
 
   99     const   
bool          m_is_reset; 
 
  104 sc_unwind_exception::sc_unwind_exception( const sc_unwind_exception& that )
 
  105   : std::exception( that )
 
  106   , m_proc_p( that.m_proc_p )
 
  107   , m_is_reset( that.m_is_reset )
 
friend void sc_method_cor_fn(void *arg)
 
virtual bool is_reset() const 
 
sc_process_b sc_process_b
 
void sc_thread_cor_fn(void *arg)
 
User initiated dynamic process support. 
 
friend void sc_thread_cor_fn(void *arg)
 
virtual const char * what() const 
 
sc_report * sc_handle_exception()