This file is indexed.

/usr/include/ignition/fuel_tools1/ignition/fuel_tools/Export.hh is in libignition-fuel-tools1-dev 1.0.0+dfsg4-4.

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
/*
 * Copyright (C) 2017 Open Source Robotics Foundation
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 *
*/

/*
 * ==========================================================================
 * This file was automatically generated by CMake; do not modify it directly.
 * To modify this file, make changes to ign-cmake/cmake/Export.hh.in
 * ==========================================================================
*/

#ifndef IGNITION_FUEL_TOOLS_EXPORT_HH_
#define IGNITION_FUEL_TOOLS_EXPORT_HH_

// The detail/Export.hh header is automatically generated by CMake, which only
// provides the system-dependent implementations of these macros, with no
// commentary or explanation, so we configure this public-facing header which
// leverages the auto-generated macros but provides commentary for them.
#include "ignition/fuel_tools/detail/Export.hh"


#ifndef IGNITION_FUEL_TOOLS_VISIBLE
/// For ignition-fuel_tools developers: Apply this macro to
/// ignition-fuel_tools functions and classes which consumers of
/// this library will need to be able to call from their own programs or
/// libraries.
#define IGNITION_FUEL_TOOLS_VISIBLE \
  DETAIL_IGNITION_FUEL_TOOLS_VISIBLE
#endif


#ifndef IGNITION_FUEL_TOOLS_HIDDEN
/// For ignition-fuel_tools developers: Apply this macro to
/// ignition-fuel_tools functions and classes which must not be
/// used by consumers of this library. By default, this property is applied to
/// all classes and functions which are not tagged with IGNITION_FUEL_TOOLS_VISIBLE,
/// so this does not generally need to be used.
#define IGNITION_FUEL_TOOLS_HIDDEN \
  DETAIL_IGNITION_FUEL_TOOLS_HIDDEN
#endif


#ifndef IGN_DEPRECATED
/// For ignition-fuel_tools developers: Use this macro to indicate
/// that a function or class has been deprecated and should no longer be used.
/// A version should be specified to provide context to the user about when the
/// function became deprecated.
#define IGN_DEPRECATED(version) IGN_DEPRECATED_ALL_VERSIONS
#endif

#endif