36#if defined(_MSC_VER) && !defined(SC_WIN_DLL_WARN)
38# pragma warning(disable:4275)
45class sc_method_process;
46class sc_thread_process;
85 virtual bool is_reset()
const {
return m_is_reset; }
86 virtual const char*
what() const noexcept;
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)
class SC_API sc_simcontext
SC_API sc_report * sc_handle_exception()
void sc_thread_cor_fn(void *arg)
friend void sc_thread_cor_fn(void *arg)
virtual const char * what() const noexcept
virtual bool is_reset() const