Lines Matching refs:sc_report
22 sc_report.h -- Run-time logging and reporting facilities
94 class sc_report;
96 const std::string sc_report_compose_message( const sc_report& );
99 // CLASS : sc_report
104 class sc_report : public std::exception
107 friend sc_report* sc_handle_exception();
109 sc_report(); // used internally by sc_handle_exception
113 sc_report(const sc_report&);
115 sc_report & operator=(const sc_report&);
117 virtual ~sc_report() throw();
150 void swap( sc_report& );
154 sc_report(sc_severity,
267 // $Log: sc_report.h,v $