VisStlWrappers.h
上传用户:weixiumei
上传日期:2008-05-15
资源大小:1769k
文件大小:9k
开发平台:

Visual C++

  1. // VisStlWrappers.h
  2. //
  3. // Wrapper classes for common STL classes.  For some STL types, these
  4. // wrappers will use virtual methods to avoid problems with passing
  5. // STL types between different program modules.
  6. //
  7. // In the Vision SDK, we use the following STL types:
  8. // vector, deque, list, set, map, string, istream, ostream, ifstream, ofstream
  9. // (We may also want to use std::stack).
  10. //
  11. // Copyright