This file is indexed.

/usr/include/openturns/WrapperCommon_static.h is in libopenturns-dev 1.2-2.

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
//                                               -*- C -*-
/**
 * @file  WrapperCommon_static.h
 * @brief This file provides definitions for exported wrapper functions
 *
 * Copyright (C) 2005-2013 EDF
 *
 * 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>

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

#endif /* OPENTURNS_WRAPPERCOMMON_STATIC_H */