36 #if defined(_MSC_VER) && !defined(SC_WIN_DLL_WARN) 37 # pragma warning(push) 38 # pragma warning(disable:4275) // ignore missing std::exception DLL export 45 class sc_method_process;
46 class sc_thread_process;
85 virtual bool is_reset()
const {
return m_is_reset; }
86 virtual const char* what()
const throw();
106 const bool m_is_reset;
112 :
std::exception( that )
113 , m_proc_p( that.m_proc_p )
114 , m_is_reset( that.m_is_reset )
128 #if defined(_MSC_VER) && !defined(SC_WIN_DLL_WARN) 129 # pragma warning(pop)
virtual bool is_reset() const
SC_API sc_report * sc_handle_exception()
void sc_thread_cor_fn(void *arg)
sc_unwind_exception(const sc_unwind_exception &)
sc_process_b sc_process_b
class SC_API sc_simcontext