This file is indexed.

/usr/include/vxl/vcl/vcl_string.txx is in libvxl1-dev 1.14.0-14.

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
#ifndef vcl_string_txx_
#define vcl_string_txx_
// -*- c++ -*-

#include "vcl_string.h"

#if VCL_USE_IMPLICIT_TEMPLATES
# include "iso/vcl_string.txx"
#elif defined(VCL_EGCS)
# include "egcs/vcl_string.txx"
#elif defined(VCL_GCC_295) && !defined(GNU_LIBSTDCXX_V3)
# include "gcc-295/vcl_string.txx"
#elif defined(GNU_LIBSTDCXX_V3)
# include "gcc-libstdcxx-v3/vcl_string.txx"
#elif defined(VCL_SUNPRO_CC)
# include "iso/vcl_string.txx"
#elif defined(VCL_SGI_CC)
# include "sgi/vcl_string.txx"
#else
# include "iso/vcl_string.txx"
#endif

#endif