lib-bcl.h
资源名称:pclint.rar [点击查看]
上传用户:filter2008
上传日期:2010-03-12
资源大小:2959k
文件大小:1k
源码类别:
编辑器/阅读器
开发平台:
C/C++
- // 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