messagetable.h
来自「SP是一个基于GNU C++编译器」· C头文件 代码 · 共 32 行
H
32 行
// Copyright (c) 1996 James Clark// See the file COPYING for copying permission.#ifndef MessageTable_INCLUDED#define MessageTable_INCLUDED 1#ifdef __GNUG__#pragma interface#endif#include "Message.h"#include "Boolean.h"#include "StringC.h"#include "sptchar.h"#ifdef SP_NAMESPACEnamespace SP_NAMESPACE {#endifclass SP_API MessageTable {public: static const MessageTable *instance(); virtual Boolean getText(const MessageFragment &, String<SP_TCHAR> &) const = 0;};#ifdef SP_NAMESPACE}#endif#endif /* not MessageTable_INCLUDED */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?