This file is indexed.

/usr/include/openturns/WrapperCommon_static.h is in libopenturns-dev 1.5-7build2.

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
//                                               -*- C -*-
/**
 * @file  WrapperCommon_static.h
 * @brief This file provides definitions for exported wrapper functions
 *
 * Copyright 2005-2015 Airbus-EDF-IMACS-Phimeca
 *
 * Permission to copy, use, modify, sell and distribute this software
 * is granted provided this copyright notice appears in all copies.
 * This software is provided "as is" without express or implied
 * warranty, and with no claim as to its suitability for any purpose.
 *
 *
 * @author schueller
 * @date   2012-02-17 19:35:43 +0100 (Fri, 17 Feb 2012)
 */

#ifndef OPENTURNS_WRAPPERCOMMON_STATIC_H
#define OPENTURNS_WRAPPERCOMMON_STATIC_H

#include <WrapperInterface.h>
#include <WrapperCommon_macros.h>
#include <OTdebug.h>

#ifdef __cplusplus
extern "C" {
#endif

#undef BIND_ACTION
#define BIND_ACTION(rtype, name, args) OT_API rtype (* name) args;
BIND_METHODS;

#ifdef __cplusplus
}
#endif

#endif /* OPENTURNS_WRAPPERCOMMON_STATIC_H */