⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 stdexcept

📁 Montavista Linux 下的多平台编译软件xdc
💻
字号:
/*****************************************************************************//* stdexcept  v6.0.3                                                         *//* Copyright (c) 1996-2006 Texas Instruments Incorporated                    *//*****************************************************************************/#ifdef __EXCEPTIONS#ifndef _STDEXCEPT_STDH#define _STDEXCEPT_STDH/* This lets users disable the EDG supplied exception classes. */#ifndef __NO_EDG_EXCEPTION_CLASSES#ifdef __EDG_RUNTIME_USES_NAMESPACESnamespace std {#endif /* ifdef __EDG_RUNTIME_USES_NAMESPACES */  class exception {  public:    exception() throw();    exception(const exception&) throw();    exception& operator=(const exception&) throw();     virtual ~exception() throw();    virtual const char* what() const throw();  };#ifdef __EDG_RUNTIME_USES_NAMESPACES}  /* namespace std */#ifdef __EDG_IMPLICIT_USING_STD/* Implicitly include a using directive for the STD namespace when this   preprocessing flag is TRUE. */using namespace std;#endif /* ifdef __EDG_IMPLICIT_USING_STD */#endif /* ifdef __EDG_RUNTIME_USES_NAMESPACES */#endif /* ifndef __NO_EDG_EXCEPTION_CLASSES */#endif /* _STDEXCEPT_STDH */#else /* __EXCEPTIONS */#ifndef _STDEXCEPT#define _STDEXCEPT#endif#endif /* __EXCEPTIONS */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -