lib-bcl.h
来自「PClint,一个非常严格的C/C++编译器, 可以嵌入到VC.GCC等.它甚至」· C头文件 代码 · 共 21 行
H
21 行
// lib-bcl.h
// lib-bcl.lnt contains an option -header(lib-bcl.h) which causes
// this header file to be automatically included for every
// module (compilation unit)
// this is only needed for C++
#ifdef __cplusplus
// These are required for PC-lint to process templates referring to same
template <class T,class Alloc> class TMSListImp;
template <class T,class Alloc> class TMIListIteratorImp;
template <class T,class Alloc> class TMISListIteratorImp;
// This is probably a mispelling of "TOcRemView"
class TOcRemVie;
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?