This file is indexed.

/usr/include/root/Reflex/Reflex.h is in libroot-core-dev 5.34.00-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
29
30
31
32
// @(#)root/reflex:$Id: Reflex.h 22729 2008-03-19 10:20:10Z pcanal $
// Author: Stefan Roiser 2004

// Copyright CERN, CH-1211 Geneva 23, 2004-2006, All rights reserved.
//
// Permission to use, copy, modify, and distribute this software for any
// purpose is hereby granted without fee, provided that this copyright and
// permissions notice appear in all copies and derivatives.
//
// This software is provided "as is" without express or implied warranty.

#ifndef Reflex_Reflex
#define Reflex_Reflex

#include "Reflex/Base.h"
#include "Reflex/Member.h"
#include "Reflex/MemberTemplate.h"
#include "Reflex/Object.h"
#include "Reflex/ValueObject.h"
#include "Reflex/PropertyList.h"
#include "Reflex/Scope.h"
#include "Reflex/Type.h"
#include "Reflex/TypeTemplate.h"

#include "Reflex/Any.h"
#include "Reflex/Tools.h"

#include "Reflex/Callback.h"

/** \defgroup Ref Reflex */

#endif // Reflex_Reflex