VisStlWrappers.h
资源名称:VisSDK.rar [点击查看]
上传用户:weixiumei
上传日期:2008-05-15
资源大小:1769k
文件大小:9k
源码类别:
人物传记/成功经验
开发平台:
Visual C++
- // VisStlWrappers.h
- //
- // Wrapper classes for common STL classes. For some STL types, these
- // wrappers will use virtual methods to avoid problems with passing
- // STL types between different program modules.
- //
- // In the Vision SDK, we use the following STL types:
- // vector, deque, list, set, map, string, istream, ostream, ifstream, ofstream
- // (We may also want to use std::stack).
- //
- // Copyright