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

Visual C++

  1. ///////////////////////////////////////////////////////////////////////////
  2. //
  3. // @doc INTERNAL EXTERNAL VISFILEIO
  4. //
  5. // @module VisFileIO.h |
  6. //
  7. // This file defines error objects used for the exception handling 
  8. // in MSVisSDK. The basic object, CVisError, is a base class that provides
  9. // some information about the exception (file name, function name, etc.)
  10. // CVisFileIOError and CVisMemoryError are derived from CVisError class.
  11. // They contain more specific information about the nature of the exception.
  12. //
  13. // <nl>
  14. //
  15. // @devnote:(INTERNAL)
  16. //  
  17. // One file handler is created per i/o package inside SDK. 
  18. // It is not to be created by the user.
  19. //
  20. // Some implementations may not partition the file input/output
  21. // in the below manner, but they must still support these methods.
  22. // In particular, ReadHeader must fill in the fd structure so that
  23. // data allocation can occur.
  24. //
  25. // <nl>
  26. //
  27. // Copyright