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

📄 vcl_ios.h

📁 InsightToolkit-1.4.0(有大量的优化算法程序)
💻 H
字号:
#ifndef vcl_generic_ios_h_
#define vcl_generic_ios_h_

// THIS IS A GENERATED FILE. DO NOT EDIT! -- Instead, edit vcl_ios.hhh and run make

// the std::ios::(in|out|etc) flags should
// live in this header file (27.4.2).
// ios
#ifndef vcl_ios
#define vcl_ios vcl_generic_ios_STD :: ios
#endif
// streamoff
#ifndef vcl_streamoff
#define vcl_streamoff vcl_generic_ios_STD :: streamoff
#endif
// streamsize
#ifndef vcl_streamsize
#define vcl_streamsize vcl_generic_ios_STD :: streamsize
#endif
// fpos
#ifndef vcl_fpos
#define vcl_fpos vcl_generic_ios_STD :: fpos
#endif
// basic_ios
#ifndef vcl_basic_ios
#define vcl_basic_ios vcl_generic_ios_STD :: basic_ios
#endif
// ios::basefield
#ifndef vcl_ios_basefield
#define vcl_ios_basefield vcl_generic_ios_STD :: ios::basefield
#endif
// ios::floatfield
#ifndef vcl_ios_floatfield
#define vcl_ios_floatfield vcl_generic_ios_STD :: ios::floatfield
#endif
// ios::adjustfield
#ifndef vcl_ios_adjustfield
#define vcl_ios_adjustfield vcl_generic_ios_STD :: ios::adjustfield
#endif
// ios::boolalpha
#ifndef vcl_ios_boolalpha
#define vcl_ios_boolalpha vcl_generic_ios_STD :: ios::boolalpha
#endif
// ios::noboolalpha
#ifndef vcl_ios_noboolalpha
#define vcl_ios_noboolalpha vcl_generic_ios_STD :: ios::noboolalpha
#endif
// ios::showbase
#ifndef vcl_ios_showbase
#define vcl_ios_showbase vcl_generic_ios_STD :: ios::showbase
#endif
// ios::noshowbase
#ifndef vcl_ios_noshowbase
#define vcl_ios_noshowbase vcl_generic_ios_STD :: ios::noshowbase
#endif
// ios::showpoint
#ifndef vcl_ios_showpoint
#define vcl_ios_showpoint vcl_generic_ios_STD :: ios::showpoint
#endif
// ios::noshowpoint
#ifndef vcl_ios_noshowpoint
#define vcl_ios_noshowpoint vcl_generic_ios_STD :: ios::noshowpoint
#endif
// ios::showpos
#ifndef vcl_ios_showpos
#define vcl_ios_showpos vcl_generic_ios_STD :: ios::showpos
#endif
// ios::noshowpos
#ifndef vcl_ios_noshowpos
#define vcl_ios_noshowpos vcl_generic_ios_STD :: ios::noshowpos
#endif
// ios::skipws
#ifndef vcl_ios_skipws
#define vcl_ios_skipws vcl_generic_ios_STD :: ios::skipws
#endif
// ios::noskipws
#ifndef vcl_ios_noskipws
#define vcl_ios_noskipws vcl_generic_ios_STD :: ios::noskipws
#endif
// ios::uppercase
#ifndef vcl_ios_uppercase
#define vcl_ios_uppercase vcl_generic_ios_STD :: ios::uppercase
#endif
// ios::nouppercase
#ifndef vcl_ios_nouppercase
#define vcl_ios_nouppercase vcl_generic_ios_STD :: ios::nouppercase
#endif
// ios::internal
#ifndef vcl_ios_internal
#define vcl_ios_internal vcl_generic_ios_STD :: ios::internal
#endif
// ios::left
#ifndef vcl_ios_left
#define vcl_ios_left vcl_generic_ios_STD :: ios::left
#endif
// ios::right
#ifndef vcl_ios_right
#define vcl_ios_right vcl_generic_ios_STD :: ios::right
#endif
// ios::dec
#ifndef vcl_ios_dec
#define vcl_ios_dec vcl_generic_ios_STD :: ios::dec
#endif
// ios::hex
#ifndef vcl_ios_hex
#define vcl_ios_hex vcl_generic_ios_STD :: ios::hex
#endif
// ios::oct
#ifndef vcl_ios_oct
#define vcl_ios_oct vcl_generic_ios_STD :: ios::oct
#endif
// ios::fixed
#ifndef vcl_ios_fixed
#define vcl_ios_fixed vcl_generic_ios_STD :: ios::fixed
#endif
// ios::scientific
#ifndef vcl_ios_scientific
#define vcl_ios_scientific vcl_generic_ios_STD :: ios::scientific
#endif
// ios::fmtflags
#ifndef vcl_ios_fmtflags
#define vcl_ios_fmtflags vcl_generic_ios_STD :: ios::fmtflags
#endif
// ios::seekdir
#ifndef vcl_ios_seekdir
#define vcl_ios_seekdir vcl_generic_ios_STD :: ios::seekdir
#endif
// ios::beg
#ifndef vcl_ios_beg
#define vcl_ios_beg vcl_generic_ios_STD :: ios::beg
#endif
// ios::cur
#ifndef vcl_ios_cur
#define vcl_ios_cur vcl_generic_ios_STD :: ios::cur
#endif
// ios::end
#ifndef vcl_ios_end
#define vcl_ios_end vcl_generic_ios_STD :: ios::end
#endif

#endif // vcl_generic_ios_h_

⌨️ 快捷键说明

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