lib-bcl.h
上传用户:tt5168365
上传日期:2019-04-19
资源大小:3137k
文件大小:1k
- // 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