vcl_strstream.not

来自「DTMK软件开发包,此为开源软件,是一款很好的医学图像开发资源.」· NOT 代码 · 共 26 行

NOT
26
字号
#ifndef vcl_strstream_h_
#define vcl_strstream_h_
/*
  fsm
*/

// <strstream> is deprecated in favour of <sstream>, i.e. it is normative
// for the 1998 version of the C++ standard, but is not in the 2002 version.
// E.g., gcc 3.1 issues a warning when using it.
#include "vcl_deprecated_header.h"

// this is to get the vcl_ios_* macros.
#include "vcl_iostream.h"

// include compiler header.
#if defined(VCL_SGI_CC_720)
# include <strstream.h>
# define vcl_generic_strstream_STD /* */
# include "generic/vcl_strstream.h"

#else // -------------------- ISO
# include "iso/vcl_strstream.h"
#endif

#endif // vcl_strstream_h_

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?