This file is indexed.

/usr/include/ITK-4.5/generic/vcl_iomanip.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
#ifndef vcl_generic_iomanip_h_
#define vcl_generic_iomanip_h_

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

// resetiosflags
#ifndef vcl_resetiosflags
#define vcl_resetiosflags vcl_generic_iomanip_STD :: resetiosflags
#endif
// setiosflags
#ifndef vcl_setiosflags
#define vcl_setiosflags vcl_generic_iomanip_STD :: setiosflags
#endif
// setbase
#ifndef vcl_setbase
#define vcl_setbase vcl_generic_iomanip_STD :: setbase
#endif
// setfill
#ifndef vcl_setfill
#define vcl_setfill vcl_generic_iomanip_STD :: setfill
#endif
// setprecision
#ifndef vcl_setprecision
#define vcl_setprecision vcl_generic_iomanip_STD :: setprecision
#endif
// setw
#ifndef vcl_setw
#define vcl_setw vcl_generic_iomanip_STD :: setw
#endif
// boolalpha
#ifndef vcl_boolalpha
#define vcl_boolalpha vcl_generic_iomanip_STD :: boolalpha
#endif
// noboolalpha
#ifndef vcl_noboolalpha
#define vcl_noboolalpha vcl_generic_iomanip_STD :: noboolalpha
#endif
// showbase
#ifndef vcl_showbase
#define vcl_showbase vcl_generic_iomanip_STD :: showbase
#endif
// noshowbase
#ifndef vcl_noshowbase
#define vcl_noshowbase vcl_generic_iomanip_STD :: noshowbase
#endif
// showpoint
#ifndef vcl_showpoint
#define vcl_showpoint vcl_generic_iomanip_STD :: showpoint
#endif
// noshowpoint
#ifndef vcl_noshowpoint
#define vcl_noshowpoint vcl_generic_iomanip_STD :: noshowpoint
#endif
// showpos
#ifndef vcl_showpos
#define vcl_showpos vcl_generic_iomanip_STD :: showpos
#endif
// noshowpos
#ifndef vcl_noshowpos
#define vcl_noshowpos vcl_generic_iomanip_STD :: noshowpos
#endif
// skipws
#ifndef vcl_skipws
#define vcl_skipws vcl_generic_iomanip_STD :: skipws
#endif
// noskipws
#ifndef vcl_noskipws
#define vcl_noskipws vcl_generic_iomanip_STD :: noskipws
#endif
// uppercase
#ifndef vcl_uppercase
#define vcl_uppercase vcl_generic_iomanip_STD :: uppercase
#endif
// nouppercase
#ifndef vcl_nouppercase
#define vcl_nouppercase vcl_generic_iomanip_STD :: nouppercase
#endif
// internal
#ifndef vcl_internal
#define vcl_internal vcl_generic_iomanip_STD :: internal
#endif
// left
#ifndef vcl_left
#define vcl_left vcl_generic_iomanip_STD :: left
#endif
// right
#ifndef vcl_right
#define vcl_right vcl_generic_iomanip_STD :: right
#endif
// dec
#ifndef vcl_dec
#define vcl_dec vcl_generic_iomanip_STD :: dec
#endif
// hex
#ifndef vcl_hex
#define vcl_hex vcl_generic_iomanip_STD :: hex
#endif
// oct
#ifndef vcl_oct
#define vcl_oct vcl_generic_iomanip_STD :: oct
#endif
// fixed
#ifndef vcl_fixed
#define vcl_fixed vcl_generic_iomanip_STD :: fixed
#endif
// scientific
#ifndef vcl_scientific
#define vcl_scientific vcl_generic_iomanip_STD :: scientific
#endif

#endif // vcl_generic_iomanip_h_