This file is indexed.

/usr/include/sigc++-1.2/sigc++/retype_return.h is in libsigc++-1.2-dev 1.2.7-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
 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
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
// -*- c++ -*-
//   Copyright 2000, Karl Einar Nelson
/* This is a generated file, do not edit.  Generated from template.macros.m4 */

#ifndef   SIGC_RETYPE_RETURN_H
#define   SIGC_RETYPE_RETURN_H
#include <sigc++/adaptor.h>

#ifdef SIGC_CXX_NAMESPACES
namespace SigC
{
#endif



/****************************************************************
***** Adaptor Return Type Slot, 0 arguments
****************************************************************/
template <class R2,class R1>
struct AdaptorRetypeReturnSlot0_ 
  {
    typedef typename Slot0<R1>::Proxy Proxy;
    typedef typename Trait<R2>::type RType;
    static RType proxy(void *data) 
      { 
        AdaptorSlotNode& node=*static_cast<AdaptorSlotNode*>(data);
        SlotNode* slot=static_cast<SlotNode*>(node.slot_.impl());
        return RType(((Proxy)(slot->proxy_))
          (slot));
      }
  };

/// @ingroup retype
template <class R2,class R>
Slot0<R2>
  retype_return(const Slot0<R> &s)
  { 
    return new AdaptorSlotNode((FuncPtr)(&AdaptorRetypeReturnSlot0_<R2,R>::proxy),s);
  }

/// @ingroup hide
template <class R>
Slot0<void>
  hide_return(const Slot0<R> &s)
  {
    return retype_return<void>(s);
  }


/****************************************************************
***** Adaptor Return Type Slot, 1 arguments
****************************************************************/
template <class R2,class R1,class P1>
struct AdaptorRetypeReturnSlot1_ 
  {
    typedef typename Slot1<R1,P1>::Proxy Proxy;
    typedef typename Trait<R2>::type RType;
    static RType proxy(typename Trait<P1>::ref p1,void *data) 
      { 
        AdaptorSlotNode& node=*static_cast<AdaptorSlotNode*>(data);
        SlotNode* slot=static_cast<SlotNode*>(node.slot_.impl());
        return RType(((Proxy)(slot->proxy_))
          (p1,slot));
      }
  };

/// @ingroup retype
template <class R2,class R,class P1>
Slot1<R2,P1>
  retype_return(const Slot1<R,P1> &s)
  { 
    return new AdaptorSlotNode((FuncPtr)(&AdaptorRetypeReturnSlot1_<R2,R,P1>::proxy),s);
  }

/// @ingroup hide
template <class R,class P1>
Slot1<void,P1>
  hide_return(const Slot1<R,P1> &s)
  {
    return retype_return<void>(s);
  }


/****************************************************************
***** Adaptor Return Type Slot, 2 arguments
****************************************************************/
template <class R2,class R1,class P1,class P2>
struct AdaptorRetypeReturnSlot2_ 
  {
    typedef typename Slot2<R1,P1,P2>::Proxy Proxy;
    typedef typename Trait<R2>::type RType;
    static RType proxy(typename Trait<P1>::ref p1,typename Trait<P2>::ref p2,void *data) 
      { 
        AdaptorSlotNode& node=*static_cast<AdaptorSlotNode*>(data);
        SlotNode* slot=static_cast<SlotNode*>(node.slot_.impl());
        return RType(((Proxy)(slot->proxy_))
          (p1,p2,slot));
      }
  };

/// @ingroup retype
template <class R2,class R,class P1,class P2>
Slot2<R2,P1,P2>
  retype_return(const Slot2<R,P1,P2> &s)
  { 
    return new AdaptorSlotNode((FuncPtr)(&AdaptorRetypeReturnSlot2_<R2,R,P1,P2>::proxy),s);
  }

/// @ingroup hide
template <class R,class P1,class P2>
Slot2<void,P1,P2>
  hide_return(const Slot2<R,P1,P2> &s)
  {
    return retype_return<void>(s);
  }


/****************************************************************
***** Adaptor Return Type Slot, 3 arguments
****************************************************************/
template <class R2,class R1,class P1,class P2,class P3>
struct AdaptorRetypeReturnSlot3_ 
  {
    typedef typename Slot3<R1,P1,P2,P3>::Proxy Proxy;
    typedef typename Trait<R2>::type RType;
    static RType proxy(typename Trait<P1>::ref p1,typename Trait<P2>::ref p2,typename Trait<P3>::ref p3,void *data) 
      { 
        AdaptorSlotNode& node=*static_cast<AdaptorSlotNode*>(data);
        SlotNode* slot=static_cast<SlotNode*>(node.slot_.impl());
        return RType(((Proxy)(slot->proxy_))
          (p1,p2,p3,slot));
      }
  };

/// @ingroup retype
template <class R2,class R,class P1,class P2,class P3>
Slot3<R2,P1,P2,P3>
  retype_return(const Slot3<R,P1,P2,P3> &s)
  { 
    return new AdaptorSlotNode((FuncPtr)(&AdaptorRetypeReturnSlot3_<R2,R,P1,P2,P3>::proxy),s);
  }

/// @ingroup hide
template <class R,class P1,class P2,class P3>
Slot3<void,P1,P2,P3>
  hide_return(const Slot3<R,P1,P2,P3> &s)
  {
    return retype_return<void>(s);
  }


/****************************************************************
***** Adaptor Return Type Slot, 4 arguments
****************************************************************/
template <class R2,class R1,class P1,class P2,class P3,class P4>
struct AdaptorRetypeReturnSlot4_ 
  {
    typedef typename Slot4<R1,P1,P2,P3,P4>::Proxy Proxy;
    typedef typename Trait<R2>::type RType;
    static RType proxy(typename Trait<P1>::ref p1,typename Trait<P2>::ref p2,typename Trait<P3>::ref p3,typename Trait<P4>::ref p4,void *data) 
      { 
        AdaptorSlotNode& node=*static_cast<AdaptorSlotNode*>(data);
        SlotNode* slot=static_cast<SlotNode*>(node.slot_.impl());
        return RType(((Proxy)(slot->proxy_))
          (p1,p2,p3,p4,slot));
      }
  };

/// @ingroup retype
template <class R2,class R,class P1,class P2,class P3,class P4>
Slot4<R2,P1,P2,P3,P4>
  retype_return(const Slot4<R,P1,P2,P3,P4> &s)
  { 
    return new AdaptorSlotNode((FuncPtr)(&AdaptorRetypeReturnSlot4_<R2,R,P1,P2,P3,P4>::proxy),s);
  }

/// @ingroup hide
template <class R,class P1,class P2,class P3,class P4>
Slot4<void,P1,P2,P3,P4>
  hide_return(const Slot4<R,P1,P2,P3,P4> &s)
  {
    return retype_return<void>(s);
  }


/****************************************************************
***** Adaptor Return Type Slot, 5 arguments
****************************************************************/
template <class R2,class R1,class P1,class P2,class P3,class P4,class P5>
struct AdaptorRetypeReturnSlot5_ 
  {
    typedef typename Slot5<R1,P1,P2,P3,P4,P5>::Proxy Proxy;
    typedef typename Trait<R2>::type RType;
    static RType proxy(typename Trait<P1>::ref p1,typename Trait<P2>::ref p2,typename Trait<P3>::ref p3,typename Trait<P4>::ref p4,typename Trait<P5>::ref p5,void *data) 
      { 
        AdaptorSlotNode& node=*static_cast<AdaptorSlotNode*>(data);
        SlotNode* slot=static_cast<SlotNode*>(node.slot_.impl());
        return RType(((Proxy)(slot->proxy_))
          (p1,p2,p3,p4,p5,slot));
      }
  };

/// @ingroup retype
template <class R2,class R,class P1,class P2,class P3,class P4,class P5>
Slot5<R2,P1,P2,P3,P4,P5>
  retype_return(const Slot5<R,P1,P2,P3,P4,P5> &s)
  { 
    return new AdaptorSlotNode((FuncPtr)(&AdaptorRetypeReturnSlot5_<R2,R,P1,P2,P3,P4,P5>::proxy),s);
  }

/// @ingroup hide
template <class R,class P1,class P2,class P3,class P4,class P5>
Slot5<void,P1,P2,P3,P4,P5>
  hide_return(const Slot5<R,P1,P2,P3,P4,P5> &s)
  {
    return retype_return<void>(s);
  }


/****************************************************************
***** Adaptor Return Type Slot, 6 arguments
****************************************************************/
template <class R2,class R1,class P1,class P2,class P3,class P4,class P5,class P6>
struct AdaptorRetypeReturnSlot6_ 
  {
    typedef typename Slot6<R1,P1,P2,P3,P4,P5,P6>::Proxy Proxy;
    typedef typename Trait<R2>::type RType;
    static RType proxy(typename Trait<P1>::ref p1,typename Trait<P2>::ref p2,typename Trait<P3>::ref p3,typename Trait<P4>::ref p4,typename Trait<P5>::ref p5,typename Trait<P6>::ref p6,void *data) 
      { 
        AdaptorSlotNode& node=*static_cast<AdaptorSlotNode*>(data);
        SlotNode* slot=static_cast<SlotNode*>(node.slot_.impl());
        return RType(((Proxy)(slot->proxy_))
          (p1,p2,p3,p4,p5,p6,slot));
      }
  };

/// @ingroup retype
template <class R2,class R,class P1,class P2,class P3,class P4,class P5,class P6>
Slot6<R2,P1,P2,P3,P4,P5,P6>
  retype_return(const Slot6<R,P1,P2,P3,P4,P5,P6> &s)
  { 
    return new AdaptorSlotNode((FuncPtr)(&AdaptorRetypeReturnSlot6_<R2,R,P1,P2,P3,P4,P5,P6>::proxy),s);
  }

/// @ingroup hide
template <class R,class P1,class P2,class P3,class P4,class P5,class P6>
Slot6<void,P1,P2,P3,P4,P5,P6>
  hide_return(const Slot6<R,P1,P2,P3,P4,P5,P6> &s)
  {
    return retype_return<void>(s);
  }



#if !defined(SIGC_CXX_VOID_CAST_RETURN) && defined(SIGC_CXX_PARTIAL_SPEC)
/****************************************************************
***** Adaptor Return Type Slot, 0 arguments
****************************************************************/
template <class R1>
struct AdaptorRetypeReturnSlot0_ <void,R1>
  {
    typedef typename Slot0<R1>::Proxy Proxy;
    static void proxy(void *data) 
      { 
        AdaptorSlotNode& node=*static_cast<AdaptorSlotNode*>(data);
        SlotNode* slot=static_cast<SlotNode*>(node.slot_.impl());
        ((Proxy)(slot->proxy_))
          (slot);
      }
  };



/****************************************************************
***** Adaptor Return Type Slot, 1 arguments
****************************************************************/
template <class R1,class P1>
struct AdaptorRetypeReturnSlot1_ <void,R1,P1>
  {
    typedef typename Slot1<R1,P1>::Proxy Proxy;
    static void proxy(typename Trait<P1>::ref p1,void *data) 
      { 
        AdaptorSlotNode& node=*static_cast<AdaptorSlotNode*>(data);
        SlotNode* slot=static_cast<SlotNode*>(node.slot_.impl());
        ((Proxy)(slot->proxy_))
          (p1,slot);
      }
  };



/****************************************************************
***** Adaptor Return Type Slot, 2 arguments
****************************************************************/
template <class R1,class P1,class P2>
struct AdaptorRetypeReturnSlot2_ <void,R1,P1,P2>
  {
    typedef typename Slot2<R1,P1,P2>::Proxy Proxy;
    static void proxy(typename Trait<P1>::ref p1,typename Trait<P2>::ref p2,void *data) 
      { 
        AdaptorSlotNode& node=*static_cast<AdaptorSlotNode*>(data);
        SlotNode* slot=static_cast<SlotNode*>(node.slot_.impl());
        ((Proxy)(slot->proxy_))
          (p1,p2,slot);
      }
  };



/****************************************************************
***** Adaptor Return Type Slot, 3 arguments
****************************************************************/
template <class R1,class P1,class P2,class P3>
struct AdaptorRetypeReturnSlot3_ <void,R1,P1,P2,P3>
  {
    typedef typename Slot3<R1,P1,P2,P3>::Proxy Proxy;
    static void proxy(typename Trait<P1>::ref p1,typename Trait<P2>::ref p2,typename Trait<P3>::ref p3,void *data) 
      { 
        AdaptorSlotNode& node=*static_cast<AdaptorSlotNode*>(data);
        SlotNode* slot=static_cast<SlotNode*>(node.slot_.impl());
        ((Proxy)(slot->proxy_))
          (p1,p2,p3,slot);
      }
  };



/****************************************************************
***** Adaptor Return Type Slot, 4 arguments
****************************************************************/
template <class R1,class P1,class P2,class P3,class P4>
struct AdaptorRetypeReturnSlot4_ <void,R1,P1,P2,P3,P4>
  {
    typedef typename Slot4<R1,P1,P2,P3,P4>::Proxy Proxy;
    static void proxy(typename Trait<P1>::ref p1,typename Trait<P2>::ref p2,typename Trait<P3>::ref p3,typename Trait<P4>::ref p4,void *data) 
      { 
        AdaptorSlotNode& node=*static_cast<AdaptorSlotNode*>(data);
        SlotNode* slot=static_cast<SlotNode*>(node.slot_.impl());
        ((Proxy)(slot->proxy_))
          (p1,p2,p3,p4,slot);
      }
  };



/****************************************************************
***** Adaptor Return Type Slot, 5 arguments
****************************************************************/
template <class R1,class P1,class P2,class P3,class P4,class P5>
struct AdaptorRetypeReturnSlot5_ <void,R1,P1,P2,P3,P4,P5>
  {
    typedef typename Slot5<R1,P1,P2,P3,P4,P5>::Proxy Proxy;
    static void proxy(typename Trait<P1>::ref p1,typename Trait<P2>::ref p2,typename Trait<P3>::ref p3,typename Trait<P4>::ref p4,typename Trait<P5>::ref p5,void *data) 
      { 
        AdaptorSlotNode& node=*static_cast<AdaptorSlotNode*>(data);
        SlotNode* slot=static_cast<SlotNode*>(node.slot_.impl());
        ((Proxy)(slot->proxy_))
          (p1,p2,p3,p4,p5,slot);
      }
  };



/****************************************************************
***** Adaptor Return Type Slot, 6 arguments
****************************************************************/
template <class R1,class P1,class P2,class P3,class P4,class P5,class P6>
struct AdaptorRetypeReturnSlot6_ <void,R1,P1,P2,P3,P4,P5,P6>
  {
    typedef typename Slot6<R1,P1,P2,P3,P4,P5,P6>::Proxy Proxy;
    static void proxy(typename Trait<P1>::ref p1,typename Trait<P2>::ref p2,typename Trait<P3>::ref p3,typename Trait<P4>::ref p4,typename Trait<P5>::ref p5,typename Trait<P6>::ref p6,void *data) 
      { 
        AdaptorSlotNode& node=*static_cast<AdaptorSlotNode*>(data);
        SlotNode* slot=static_cast<SlotNode*>(node.slot_.impl());
        ((Proxy)(slot->proxy_))
          (p1,p2,p3,p4,p5,p6,slot);
      }
  };



#endif

#ifdef SIGC_CXX_NAMESPACES
}
#endif

#endif // SIGC_RETYPE_RETURN_H