This file is indexed.

/usr/share/doc/libcompute-doc/html/boost/compute/no_device_found.html is in libcompute-doc 0.5-1.

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
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Class no_device_found</title>
<link rel="stylesheet" href="../../boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.Compute">
<link rel="up" href="../../boost_compute/reference.html#header.boost.compute.exception.no_device_found_hpp" title="Header &lt;boost/compute/exception/no_device_found.hpp&gt;">
<link rel="prev" href="context_error.html" title="Class context_error">
<link rel="next" href="opencl_error.html" title="Class opencl_error">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<div class="spirit-nav">
<a accesskey="p" href="context_error.html"><img src="../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../../boost_compute/reference.html#header.boost.compute.exception.no_device_found_hpp"><img src="../../images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../images/home.png" alt="Home"></a><a accesskey="n" href="opencl_error.html"><img src="../../images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.compute.no_device_found"></a><div class="titlepage"></div>
<div class="refnamediv">
<h2><span class="refentrytitle">Class no_device_found</span></h2>
<p>boost::compute::no_device_found &#8212; Exception thrown when no OpenCL device is found. </p>
</div>
<h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2>
<div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: &lt;<a class="link" href="../../boost_compute/reference.html#header.boost.compute.exception.no_device_found_hpp" title="Header &lt;boost/compute/exception/no_device_found.hpp&gt;">boost/compute/exception/no_device_found.hpp</a>&gt;

</span>
<span class="keyword">class</span> <a class="link" href="no_device_found.html" title="Class no_device_found">no_device_found</a> <span class="special">:</span> <span class="keyword">public</span> <span class="identifier">exception</span> <span class="special">{</span>
<span class="keyword">public</span><span class="special">:</span>
  <span class="comment">// <a class="link" href="no_device_found.html#boost.compute.no_device_foundconstruct-copy-destruct">construct/copy/destruct</a></span>
  <a class="link" href="no_device_found.html#idp33483168-bb"><span class="identifier">no_device_found</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span>
  <a class="link" href="no_device_found.html#idp33484480-bb"><span class="special">~</span><span class="identifier">no_device_found</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span>

  <span class="comment">// <a class="link" href="no_device_found.html#idp33480992-bb">public member functions</a></span>
  <span class="keyword">const</span> <span class="keyword">char</span> <span class="special">*</span> <a class="link" href="no_device_found.html#idp33481552-bb"><span class="identifier">what</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="special">}</span><span class="special">;</span></pre></div>
<div class="refsect1">
<a name="idp97642928"></a><h2>Description</h2>
<p>This exception is thrown when no valid OpenCL device can be found.</p>
<p><span class="bold"><strong>See Also:</strong></span></p>
<p><a class="link" href="opencl_error.html" title="Class opencl_error">opencl_error</a> </p>
<p>
</p>
<div class="refsect2">
<a name="idp97645632"></a><h3>
<a name="boost.compute.no_device_foundconstruct-copy-destruct"></a><code class="computeroutput">no_device_found</code> 
        public
       construct/copy/destruct</h3>
<div class="orderedlist"><ol class="orderedlist" type="1">
<li class="listitem">
<pre class="literallayout"><a name="idp33483168-bb"></a><span class="identifier">no_device_found</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre>Creates a new <code class="computeroutput"><a class="link" href="no_device_found.html" title="Class no_device_found">no_device_found</a></code> exception object. </li>
<li class="listitem">
<pre class="literallayout"><a name="idp33484480-bb"></a><span class="special">~</span><span class="identifier">no_device_found</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre>Destroys the <code class="computeroutput"><a class="link" href="no_device_found.html" title="Class no_device_found">no_device_found</a></code> exception object. </li>
</ol></div>
</div>
<div class="refsect2">
<a name="idp97658576"></a><h3>
<a name="idp33480992-bb"></a><code class="computeroutput">no_device_found</code> public member functions</h3>
<div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem">
<pre class="literallayout"><span class="keyword">const</span> <span class="keyword">char</span> <span class="special">*</span> <a name="idp33481552-bb"></a><span class="identifier">what</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre>Returns a string containing a human-readable error message. </li></ol></div>
</div>
</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright &#169; 2013, 2014 Kyle Lutz<p>
        Distributed under the Boost Software License, Version 1.0. (See accompanying
        file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
      </p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="context_error.html"><img src="../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../../boost_compute/reference.html#header.boost.compute.exception.no_device_found_hpp"><img src="../../images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../images/home.png" alt="Home"></a><a accesskey="n" href="opencl_error.html"><img src="../../images/next.png" alt="Next"></a>
</div>
</body>
</html>