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

📄 defaultprotector.h

📁 这是国外的resip协议栈
💻 H
字号:
#ifndef CPPUNIT_DEFAULTPROTECTOR_H#define CPPUNIT_DEFAULTPROTECTOR_H#include <cppunit/Protector.h>CPPUNIT_NS_BEGIN/*! \brief Default protector that catch all exceptions (Implementation). * * Implementation detail. * \internal This protector catch and generate a failure for the following * exception types: * - Exception * - std::exception * - ... */class DefaultProtector : public Protector{public:  bool protect( const Functor &functor,                const ProtectorContext &context );};CPPUNIT_NS_END#endif // CPPUNIT_DEFAULTPROTECTOR_H

⌨️ 快捷键说明

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