VisSDStream.cpp
资源名称:VisSDK.rar [点击查看]
上传用户:weixiumei
上传日期:2008-05-15
资源大小:1769k
文件大小:21k
源码类别:
人物传记/成功经验
开发平台:
Visual C++
- ///////////////////////////////////////////////////////////////////////////
- //
- // NAME
- // VisSDStream.cpp -- self-describing stream format for data input/output
- //
- // DESCRIPTION
- // The CVisSDStream class is used to read and write ASCII descriptions of
- // MSVisSDK objects. The format for each class is printed at the top of
- // the file. This allows data files to remain somewhat forward and
- // backward compatible, as fields are added/removed to/from classes.
- //
- // The class declarations follow usual C++ syntax, with some restrictions:
- // . exactly one field per line
- // ...
- //
- // Comments and whitespace can be interspersed with the declarations and data.
- // The data itself uses the curly bracket and comma separated syntax
- // of C/C++ data initialization. Variable length lists and sets
- // are supported.
- //
- // Each class which wants to be printable is responsible for providing
- // its own reading/writing routine. Each class which wants to be described
- // must provide a printable lists of fields currently supported. These
- // fields are accesses through the
- //
- // SEE ALSO
- // VisSDStream.h longer description
- //
- // Rick's research notes from Sept 13, 1997.
- //
- // Copyright