⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 vcl_strstream.not

📁 InsightToolkit-1.4.0(有大量的优化算法程序)
💻 NOT
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -