📄 hist_00.cc
字号:
// file: $isip/class/search/History/hist_00.cc// version: $Id: hist_00.cc,v 1.2 2001/04/27 18:02:04 jelinek Exp $//// there is no source code in this file//// isip include files//#include "History.h"// constants: class name//const String History::CLASS_NAME(L"History");// static instantiations: memory manager and debug level//MemoryManager History::mgr_d(sizeof(History), History::CLASS_NAME);Integral::DEBUG History::debug_level_d = Integral::NONE;//// end of file
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -