This file is indexed.

/usr/share/doc/libjuce/apiref/classOwnedArray-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
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
<!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">OwnedArray&lt; ObjectClass, TypeOfCriticalSectionToUse &gt; Member List</div>  </div>
</div><!--header-->
<div class="contents">

<p>This is the complete list of members for <a class="el" href="classOwnedArray.html">OwnedArray&lt; ObjectClass, TypeOfCriticalSectionToUse &gt;</a>, including all inherited members.</p>
<table class="directory">
  <tr class="even"><td class="entry"><a class="el" href="classOwnedArray.html#a71587e33a86ec14556128e162470319f">add</a>(ObjectClass *newObject) noexcept</td><td class="entry"><a class="el" href="classOwnedArray.html">OwnedArray&lt; ObjectClass, TypeOfCriticalSectionToUse &gt;</a></td><td class="entry"></td></tr>
  <tr><td class="entry"><a class="el" href="classOwnedArray.html#aa2bd0b49686d083cd67d63da1a690dc7">addArray</a>(const OtherArrayType &amp;arrayToAddFrom, int startIndex=0, int numElementsToAdd=-1)</td><td class="entry"><a class="el" href="classOwnedArray.html">OwnedArray&lt; ObjectClass, TypeOfCriticalSectionToUse &gt;</a></td><td class="entry"></td></tr>
  <tr class="even"><td class="entry"><a class="el" href="classOwnedArray.html#a5168676f4e3de540247025ceaec8ad32">addCopiesOf</a>(const OtherArrayType &amp;arrayToAddFrom, int startIndex=0, int numElementsToAdd=-1)</td><td class="entry"><a class="el" href="classOwnedArray.html">OwnedArray&lt; ObjectClass, TypeOfCriticalSectionToUse &gt;</a></td><td class="entry"></td></tr>
  <tr><td class="entry"><a class="el" href="classOwnedArray.html#a53c6a89641ec9282a01e04322f14fe34">addIfNotAlreadyThere</a>(ObjectClass *newObject) noexcept</td><td class="entry"><a class="el" href="classOwnedArray.html">OwnedArray&lt; ObjectClass, TypeOfCriticalSectionToUse &gt;</a></td><td class="entry"></td></tr>
  <tr class="even"><td class="entry"><a class="el" href="classOwnedArray.html#ac87e81838149b9d541f6afe605a81b43">addSorted</a>(ElementComparator &amp;comparator, ObjectClass *const newObject) noexcept</td><td class="entry"><a class="el" href="classOwnedArray.html">OwnedArray&lt; ObjectClass, TypeOfCriticalSectionToUse &gt;</a></td><td class="entry"></td></tr>
  <tr><td class="entry"><a class="el" href="classOwnedArray.html#ae68d94c70c6c25246336bb30ba63d27c">begin</a>() const noexcept</td><td class="entry"><a class="el" href="classOwnedArray.html">OwnedArray&lt; ObjectClass, TypeOfCriticalSectionToUse &gt;</a></td><td class="entry"></td></tr>
  <tr class="even"><td class="entry"><a class="el" href="classOwnedArray.html#a65730f03dbe905fa251491cb6c8c14ee">clear</a>(bool deleteObjects=true)</td><td class="entry"><a class="el" href="classOwnedArray.html">OwnedArray&lt; ObjectClass, TypeOfCriticalSectionToUse &gt;</a></td><td class="entry"></td></tr>
  <tr><td class="entry"><a class="el" href="classOwnedArray.html#a96fee75673d70e8cf7548bcc0588dddf">clearQuick</a>(bool deleteObjects)</td><td class="entry"><a class="el" href="classOwnedArray.html">OwnedArray&lt; ObjectClass, TypeOfCriticalSectionToUse &gt;</a></td><td class="entry"></td></tr>
  <tr class="even"><td class="entry"><a class="el" href="classOwnedArray.html#a4ae4a483c09550d8432b98db14f2d132">contains</a>(const ObjectClass *objectToLookFor) const noexcept</td><td class="entry"><a class="el" href="classOwnedArray.html">OwnedArray&lt; ObjectClass, TypeOfCriticalSectionToUse &gt;</a></td><td class="entry"></td></tr>
  <tr><td class="entry"><a class="el" href="classOwnedArray.html#af24125ef9d6f24c35be21b37c8c945ea">end</a>() const noexcept</td><td class="entry"><a class="el" href="classOwnedArray.html">OwnedArray&lt; ObjectClass, TypeOfCriticalSectionToUse &gt;</a></td><td class="entry"></td></tr>
  <tr class="even"><td class="entry"><a class="el" href="classOwnedArray.html#a3618db021fb44a7e146bd969c43d61ed">ensureStorageAllocated</a>(const int minNumElements) noexcept</td><td class="entry"><a class="el" href="classOwnedArray.html">OwnedArray&lt; ObjectClass, TypeOfCriticalSectionToUse &gt;</a></td><td class="entry"></td></tr>
  <tr><td class="entry"><a class="el" href="classOwnedArray.html#ac3099192ad968d749e95f8e05335f83c">getFirst</a>() const noexcept</td><td class="entry"><a class="el" href="classOwnedArray.html">OwnedArray&lt; ObjectClass, TypeOfCriticalSectionToUse &gt;</a></td><td class="entry"></td></tr>
  <tr class="even"><td class="entry"><a class="el" href="classOwnedArray.html#aef141763468bd638b8a266a215e3d7d8">getLast</a>() const noexcept</td><td class="entry"><a class="el" href="classOwnedArray.html">OwnedArray&lt; ObjectClass, TypeOfCriticalSectionToUse &gt;</a></td><td class="entry"></td></tr>
  <tr><td class="entry"><a class="el" href="classOwnedArray.html#aff26d401a3ec729ba369a13276dd32e2">getLock</a>() const noexcept</td><td class="entry"><a class="el" href="classOwnedArray.html">OwnedArray&lt; ObjectClass, TypeOfCriticalSectionToUse &gt;</a></td><td class="entry"></td></tr>
  <tr class="even"><td class="entry"><a class="el" href="classOwnedArray.html#a71f6d7bb563b11f49d68a57a538ef7a2">getRawDataPointer</a>() noexcept</td><td class="entry"><a class="el" href="classOwnedArray.html">OwnedArray&lt; ObjectClass, TypeOfCriticalSectionToUse &gt;</a></td><td class="entry"></td></tr>
  <tr><td class="entry"><a class="el" href="classOwnedArray.html#ae633303198df0e9aaa594b9d1d0b8137">getUnchecked</a>(const int index) const noexcept</td><td class="entry"><a class="el" href="classOwnedArray.html">OwnedArray&lt; ObjectClass, TypeOfCriticalSectionToUse &gt;</a></td><td class="entry"></td></tr>
  <tr class="even"><td class="entry"><a class="el" href="classOwnedArray.html#a6660424693e4edbc687fc8352a71ca92">indexOf</a>(const ObjectClass *objectToLookFor) const noexcept</td><td class="entry"><a class="el" href="classOwnedArray.html">OwnedArray&lt; ObjectClass, TypeOfCriticalSectionToUse &gt;</a></td><td class="entry"></td></tr>
  <tr><td class="entry"><a class="el" href="classOwnedArray.html#a70e007f781979fd82e1fa7dcd9c3fe87">indexOfSorted</a>(ElementComparator &amp;comparator, const ObjectClass *const objectToLookFor) const noexcept</td><td class="entry"><a class="el" href="classOwnedArray.html">OwnedArray&lt; ObjectClass, TypeOfCriticalSectionToUse &gt;</a></td><td class="entry"></td></tr>
  <tr class="even"><td class="entry"><a class="el" href="classOwnedArray.html#af65726b11200f86ac1aa699eefafa507">insert</a>(int indexToInsertAt, ObjectClass *newObject) noexcept</td><td class="entry"><a class="el" href="classOwnedArray.html">OwnedArray&lt; ObjectClass, TypeOfCriticalSectionToUse &gt;</a></td><td class="entry"></td></tr>
  <tr><td class="entry"><a class="el" href="classOwnedArray.html#ac56956aeefcbbaeea2f4d143eb78f633">insertArray</a>(int indexToInsertAt, ObjectClass *const *newObjects, int numberOfElements)</td><td class="entry"><a class="el" href="classOwnedArray.html">OwnedArray&lt; ObjectClass, TypeOfCriticalSectionToUse &gt;</a></td><td class="entry"></td></tr>
  <tr class="even"><td class="entry"><a class="el" href="classOwnedArray.html#a63b263300bdd70a79035a57470bfae8f">isEmpty</a>() const noexcept</td><td class="entry"><a class="el" href="classOwnedArray.html">OwnedArray&lt; ObjectClass, TypeOfCriticalSectionToUse &gt;</a></td><td class="entry"></td></tr>
  <tr><td class="entry"><a class="el" href="classOwnedArray.html#a77037209056e7c62634819bd274b88ab">minimiseStorageOverheads</a>() noexcept</td><td class="entry"><a class="el" href="classOwnedArray.html">OwnedArray&lt; ObjectClass, TypeOfCriticalSectionToUse &gt;</a></td><td class="entry"></td></tr>
  <tr class="even"><td class="entry"><a class="el" href="classOwnedArray.html#aa8b9f3cc1294a814d7d85a6e9c8266b1">move</a>(int currentIndex, int newIndex) noexcept</td><td class="entry"><a class="el" href="classOwnedArray.html">OwnedArray&lt; ObjectClass, TypeOfCriticalSectionToUse &gt;</a></td><td class="entry"></td></tr>
  <tr><td class="entry"><a class="el" href="classOwnedArray.html#ada2db7ab890af904788d8a9e9db14f5b">operator=</a>(OwnedArray &amp;&amp;other) noexcept</td><td class="entry"><a class="el" href="classOwnedArray.html">OwnedArray&lt; ObjectClass, TypeOfCriticalSectionToUse &gt;</a></td><td class="entry"></td></tr>
  <tr class="even"><td class="entry"><a class="el" href="classOwnedArray.html#ad358d1fb116053ba1e3c46d6177ecef6">operator[]</a>(const int index) const noexcept</td><td class="entry"><a class="el" href="classOwnedArray.html">OwnedArray&lt; ObjectClass, TypeOfCriticalSectionToUse &gt;</a></td><td class="entry"></td></tr>
  <tr><td class="entry"><a class="el" href="classOwnedArray.html#aaef9b9d43ed2ac8568ba73ef0c4805f9">OwnedArray</a>() noexcept</td><td class="entry"><a class="el" href="classOwnedArray.html">OwnedArray&lt; ObjectClass, TypeOfCriticalSectionToUse &gt;</a></td><td class="entry"></td></tr>
  <tr class="even"><td class="entry"><a class="el" href="classOwnedArray.html#a1b96d5762983d3d81cfc30acc4ed5cc1">OwnedArray</a>(OwnedArray &amp;&amp;other) noexcept</td><td class="entry"><a class="el" href="classOwnedArray.html">OwnedArray&lt; ObjectClass, TypeOfCriticalSectionToUse &gt;</a></td><td class="entry"></td></tr>
  <tr><td class="entry"><a class="el" href="classOwnedArray.html#ae96b18f21808cd5a62fc35bff85e2df6">remove</a>(int indexToRemove, bool deleteObject=true)</td><td class="entry"><a class="el" href="classOwnedArray.html">OwnedArray&lt; ObjectClass, TypeOfCriticalSectionToUse &gt;</a></td><td class="entry"></td></tr>
  <tr class="even"><td class="entry"><a class="el" href="classOwnedArray.html#a835f729e76ae314063c4a7b2e8d208ec">removeAndReturn</a>(int indexToRemove)</td><td class="entry"><a class="el" href="classOwnedArray.html">OwnedArray&lt; ObjectClass, TypeOfCriticalSectionToUse &gt;</a></td><td class="entry"></td></tr>
  <tr><td class="entry"><a class="el" href="classOwnedArray.html#a5df58ce179d37074faf0b85ff83840d8">removeLast</a>(int howManyToRemove=1, bool deleteObjects=true)</td><td class="entry"><a class="el" href="classOwnedArray.html">OwnedArray&lt; ObjectClass, TypeOfCriticalSectionToUse &gt;</a></td><td class="entry"></td></tr>
  <tr class="even"><td class="entry"><a class="el" href="classOwnedArray.html#a2b783fa66f082b890fc20d8d9c948494">removeObject</a>(const ObjectClass *objectToRemove, bool deleteObject=true)</td><td class="entry"><a class="el" href="classOwnedArray.html">OwnedArray&lt; ObjectClass, TypeOfCriticalSectionToUse &gt;</a></td><td class="entry"></td></tr>
  <tr><td class="entry"><a class="el" href="classOwnedArray.html#a6ca377ada4d52033b6bc9efd3614b5c2">removeRange</a>(int startIndex, int numberToRemove, bool deleteObjects=true)</td><td class="entry"><a class="el" href="classOwnedArray.html">OwnedArray&lt; ObjectClass, TypeOfCriticalSectionToUse &gt;</a></td><td class="entry"></td></tr>
  <tr class="even"><td class="entry"><a class="el" href="classOwnedArray.html#a3a6262c77a9ca75c746c3d98410ce356">ScopedLockType</a> typedef</td><td class="entry"><a class="el" href="classOwnedArray.html">OwnedArray&lt; ObjectClass, TypeOfCriticalSectionToUse &gt;</a></td><td class="entry"></td></tr>
  <tr><td class="entry"><a class="el" href="classOwnedArray.html#a383de41801934f65b720a7019ed6ac8a">set</a>(int indexToChange, ObjectClass *newObject, bool deleteOldElement=true)</td><td class="entry"><a class="el" href="classOwnedArray.html">OwnedArray&lt; ObjectClass, TypeOfCriticalSectionToUse &gt;</a></td><td class="entry"></td></tr>
  <tr class="even"><td class="entry"><a class="el" href="classOwnedArray.html#a5db444e91e2abcdcf222f5ec2a90e1ac">size</a>() const noexcept</td><td class="entry"><a class="el" href="classOwnedArray.html">OwnedArray&lt; ObjectClass, TypeOfCriticalSectionToUse &gt;</a></td><td class="entry"></td></tr>
  <tr><td class="entry"><a class="el" href="classOwnedArray.html#a04a21a831320e2ce76bee8ad881e1d90">sort</a>(ElementComparator &amp;comparator, bool retainOrderOfEquivalentItems=false) const noexcept</td><td class="entry"><a class="el" href="classOwnedArray.html">OwnedArray&lt; ObjectClass, TypeOfCriticalSectionToUse &gt;</a></td><td class="entry"></td></tr>
  <tr class="even"><td class="entry"><a class="el" href="classOwnedArray.html#aeae36e1f45837b3e3950fa51b0d67764">swap</a>(int index1, int index2) noexcept</td><td class="entry"><a class="el" href="classOwnedArray.html">OwnedArray&lt; ObjectClass, TypeOfCriticalSectionToUse &gt;</a></td><td class="entry"></td></tr>
  <tr><td class="entry"><a class="el" href="classOwnedArray.html#aa33640231fe11ff0e21f760e395b63a1">swapWith</a>(OtherArrayType &amp;otherArray) noexcept</td><td class="entry"><a class="el" href="classOwnedArray.html">OwnedArray&lt; ObjectClass, TypeOfCriticalSectionToUse &gt;</a></td><td class="entry"></td></tr>
  <tr class="even"><td class="entry"><a class="el" href="classOwnedArray.html#aab8ed18b03ab56e465433b32f84c9e59">~OwnedArray</a>()</td><td class="entry"><a class="el" href="classOwnedArray.html">OwnedArray&lt; ObjectClass, TypeOfCriticalSectionToUse &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>