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

📄 charstreamexception.hpp

📁 SRI international 发布的OAA框架软件
💻 HPP
字号:
#ifndef INC_CharStreamException_hpp__
#define INC_CharStreamException_hpp__

#include "antlr/config.hpp"
#include "antlr/ANTLRException.hpp"

ANTLR_BEGIN_NAMESPACE(antlr)

class CharStreamException : public ANTLRException {
public:
	CharStreamException(const ANTLR_USE_NAMESPACE(std)string& s)
		: ANTLRException(s) {}
	~CharStreamException() throw() {}
};

ANTLR_END_NAMESPACE

#endif //INC_CharStreamException_hpp__

⌨️ 快捷键说明

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