/usr/include/ITK-4.5/generic/vcl_ios.h is in libinsighttoolkit4-dev 4.5.0-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 | #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_base
#ifndef vcl_ios_base
#define vcl_ios_base vcl_generic_ios_STD :: ios_base
#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_
|