vissdstream.cpp
来自「microsoft vision source code」· C++ 代码 · 共 31 行
CPP
31 行
///////////////////////////////////////////////////////////////////////////
//
// 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
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?