This file is indexed.

/usr/share/doc/libjuce/apiref/classHeapBlock-members.html is in libjuce-doc 4.3.0~repack-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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.12"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>JUCE: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td id="projectalign" style="padding-left: 0.5em;">
   <div id="projectname">JUCE
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.12 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
  initMenu('',true,false,'search.php','Search');
  $(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
     onmouseover="return searchBox.OnSearchSelectShow()"
     onmouseout="return searchBox.OnSearchSelectHide()"
     onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0" 
        name="MSearchResults" id="MSearchResults">
</iframe>
</div>

</div><!-- top -->
<div class="header">
  <div class="headertitle">
<div class="title">HeapBlock&lt; ElementType, throwOnFailure &gt; Member List</div>  </div>
</div><!--header-->
<div class="contents">

<p>This is the complete list of members for <a class="el" href="classHeapBlock.html">HeapBlock&lt; ElementType, throwOnFailure &gt;</a>, including all inherited members.</p>
<table class="directory">
  <tr class="even"><td class="entry"><a class="el" href="classHeapBlock.html#a4e999ff1f7ed59dd4546596447059cc7">allocate</a>(const size_t newNumElements, bool initialiseToZero)</td><td class="entry"><a class="el" href="classHeapBlock.html">HeapBlock&lt; ElementType, throwOnFailure &gt;</a></td><td class="entry"></td></tr>
  <tr><td class="entry"><a class="el" href="classHeapBlock.html#a59dc4dfb0d05906164f4362b2086cd50">calloc</a>(const size_t newNumElements, const size_t elementSize=sizeof(ElementType))</td><td class="entry"><a class="el" href="classHeapBlock.html">HeapBlock&lt; ElementType, throwOnFailure &gt;</a></td><td class="entry"></td></tr>
  <tr class="even"><td class="entry"><a class="el" href="classHeapBlock.html#a658838e2b07f498b169c87c73040b509">clear</a>(size_t numElements) noexcept</td><td class="entry"><a class="el" href="classHeapBlock.html">HeapBlock&lt; ElementType, throwOnFailure &gt;</a></td><td class="entry"></td></tr>
  <tr><td class="entry"><a class="el" href="classHeapBlock.html#a8ec3fb69997d6f530d60cb5e0969f97f">free</a>() noexcept</td><td class="entry"><a class="el" href="classHeapBlock.html">HeapBlock&lt; ElementType, throwOnFailure &gt;</a></td><td class="entry"></td></tr>
  <tr class="even"><td class="entry"><a class="el" href="classHeapBlock.html#a30a00ad8520b7b4b5f58c063a7247a7f">getData</a>() const noexcept</td><td class="entry"><a class="el" href="classHeapBlock.html">HeapBlock&lt; ElementType, throwOnFailure &gt;</a></td><td class="entry"></td></tr>
  <tr><td class="entry"><a class="el" href="classHeapBlock.html#ab7643beefa078bb4692dbfff40f6f3bb">HeapBlock</a>() noexcept</td><td class="entry"><a class="el" href="classHeapBlock.html">HeapBlock&lt; ElementType, throwOnFailure &gt;</a></td><td class="entry"></td></tr>
  <tr class="even"><td class="entry"><a class="el" href="classHeapBlock.html#a31427ded49cc996e6f894f124c4aa5ba">HeapBlock</a>(const size_t numElements)</td><td class="entry"><a class="el" href="classHeapBlock.html">HeapBlock&lt; ElementType, throwOnFailure &gt;</a></td><td class="entry"><span class="mlabel">explicit</span></td></tr>
  <tr><td class="entry"><a class="el" href="classHeapBlock.html#adcd966a89c09b50e2fa4efc1a7b20ca6">HeapBlock</a>(const size_t numElements, const bool initialiseToZero)</td><td class="entry"><a class="el" href="classHeapBlock.html">HeapBlock&lt; ElementType, throwOnFailure &gt;</a></td><td class="entry"></td></tr>
  <tr class="even"><td class="entry"><a class="el" href="classHeapBlock.html#a43e44081c3cbef5f634dd5a2a58cd1bd">HeapBlock</a>(HeapBlock &amp;&amp;other) noexcept</td><td class="entry"><a class="el" href="classHeapBlock.html">HeapBlock&lt; ElementType, throwOnFailure &gt;</a></td><td class="entry"></td></tr>
  <tr><td class="entry"><a class="el" href="classHeapBlock.html#a1a196c4ebdb6a5ff9517e262b91894cf">malloc</a>(const size_t newNumElements, const size_t elementSize=sizeof(ElementType))</td><td class="entry"><a class="el" href="classHeapBlock.html">HeapBlock&lt; ElementType, throwOnFailure &gt;</a></td><td class="entry"></td></tr>
  <tr class="even"><td class="entry"><a class="el" href="classHeapBlock.html#af51c07aad68df37e185d1f452a5ace97">operator const void *</a>() const noexcept</td><td class="entry"><a class="el" href="classHeapBlock.html">HeapBlock&lt; ElementType, throwOnFailure &gt;</a></td><td class="entry"></td></tr>
  <tr><td class="entry"><a class="el" href="classHeapBlock.html#af6d00012477feaaab90bcf100d05d08a">operator ElementType *</a>() const noexcept</td><td class="entry"><a class="el" href="classHeapBlock.html">HeapBlock&lt; ElementType, throwOnFailure &gt;</a></td><td class="entry"></td></tr>
  <tr class="even"><td class="entry"><a class="el" href="classHeapBlock.html#a912268a681322c1234753bd580bf1f89">operator void *</a>() const noexcept</td><td class="entry"><a class="el" href="classHeapBlock.html">HeapBlock&lt; ElementType, throwOnFailure &gt;</a></td><td class="entry"></td></tr>
  <tr><td class="entry"><a class="el" href="classHeapBlock.html#a02ba60581374bc14ffc29d208937d0ae">operator!=</a>(const ElementType *const otherPointer) const noexcept</td><td class="entry"><a class="el" href="classHeapBlock.html">HeapBlock&lt; ElementType, throwOnFailure &gt;</a></td><td class="entry"></td></tr>
  <tr class="even"><td class="entry"><a class="el" href="classHeapBlock.html#ae5769755baa56702235ecf2edc68f808">operator+</a>(IndexType index) const noexcept</td><td class="entry"><a class="el" href="classHeapBlock.html">HeapBlock&lt; ElementType, throwOnFailure &gt;</a></td><td class="entry"></td></tr>
  <tr><td class="entry"><a class="el" href="classHeapBlock.html#ad7d495cdad2d794c5fc544e54d43caa2">operator-&gt;</a>() const noexcept</td><td class="entry"><a class="el" href="classHeapBlock.html">HeapBlock&lt; ElementType, throwOnFailure &gt;</a></td><td class="entry"></td></tr>
  <tr class="even"><td class="entry"><a class="el" href="classHeapBlock.html#a877202b3a190fecfc309e43cd706822a">operator=</a>(HeapBlock &amp;&amp;other) noexcept</td><td class="entry"><a class="el" href="classHeapBlock.html">HeapBlock&lt; ElementType, throwOnFailure &gt;</a></td><td class="entry"></td></tr>
  <tr><td class="entry"><a class="el" href="classHeapBlock.html#a4e298218cf588337359db82edd07e497">operator==</a>(const ElementType *const otherPointer) const noexcept</td><td class="entry"><a class="el" href="classHeapBlock.html">HeapBlock&lt; ElementType, throwOnFailure &gt;</a></td><td class="entry"></td></tr>
  <tr class="even"><td class="entry"><a class="el" href="classHeapBlock.html#a4fde2d780504edd9e7a33efe0c24ab9c">operator[]</a>(IndexType index) const noexcept</td><td class="entry"><a class="el" href="classHeapBlock.html">HeapBlock&lt; ElementType, throwOnFailure &gt;</a></td><td class="entry"></td></tr>
  <tr><td class="entry"><a class="el" href="classHeapBlock.html#a75f22feaa5bb7278e6a6234ec5d19778">realloc</a>(const size_t newNumElements, const size_t elementSize=sizeof(ElementType))</td><td class="entry"><a class="el" href="classHeapBlock.html">HeapBlock&lt; ElementType, throwOnFailure &gt;</a></td><td class="entry"></td></tr>
  <tr class="even"><td class="entry"><a class="el" href="classHeapBlock.html#a7ebc384a5d3f8ccfb56229688a0a273c">swapWith</a>(HeapBlock&lt; ElementType, otherBlockThrows &gt; &amp;other) noexcept</td><td class="entry"><a class="el" href="classHeapBlock.html">HeapBlock&lt; ElementType, throwOnFailure &gt;</a></td><td class="entry"></td></tr>
  <tr><td class="entry"><a class="el" href="classHeapBlock.html#a5757b5bd325d4addb907186b08e6849e">Type</a> typedef</td><td class="entry"><a class="el" href="classHeapBlock.html">HeapBlock&lt; ElementType, throwOnFailure &gt;</a></td><td class="entry"></td></tr>
  <tr class="even"><td class="entry"><a class="el" href="classHeapBlock.html#abf392fafab8530d45132eaeb81ff372d">~HeapBlock</a>()</td><td class="entry"><a class="el" href="classHeapBlock.html">HeapBlock&lt; ElementType, throwOnFailure &gt;</a></td><td class="entry"></td></tr>
</table></div><!-- contents -->
<hr class="footer"/>
<address class="footer"><small>All content &copy ROLI Ltd.</small></address><br/>
</body>
</html>