-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathannotated.html
175 lines (173 loc) · 37.2 KB
/
annotated.html
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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=11"/>
<meta name="generator" content="Doxygen 1.9.4"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Audio Processing Framework (APF): Class 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 id="projectrow">
<td id="projectalign">
<div id="projectname">Audio Processing Framework (APF)<span id="projectnumber"> version 0.5.0</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.4 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search",'Search','.html');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */
</script>
<div id="main-nav"></div>
</div><!-- top -->
<!-- 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 class="header">
<div class="headertitle"><div class="title">Class List</div></div>
</div><!--header-->
<div class="contents">
<div class="textblock">Here are the classes, structs, unions and interfaces with brief descriptions:</div><div class="directory">
<div class="levels">[detail level <span onclick="javascript:toggleLevel(1);">1</span><span onclick="javascript:toggleLevel(2);">2</span><span onclick="javascript:toggleLevel(3);">3</span>]</div><table class="directory">
<tr id="row_0_" class="even"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_0_" class="arrow" onclick="toggleFolder('0_')">▼</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespaceapf.html" target="_self">apf</a></td><td class="desc">Audio Processing Framework </td></tr>
<tr id="row_0_0_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_0_0_" class="arrow" onclick="toggleFolder('0_0_')">▼</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespaceapf_1_1conv.html" target="_self">conv</a></td><td class="desc">Convolution engine </td></tr>
<tr id="row_0_0_0_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structapf_1_1conv_1_1Convolver.html" target="_self">Convolver</a></td><td class="desc">Combination of <a class="el" href="structapf_1_1conv_1_1Input.html" title="Input stage of convolution.">Input</a> and <a class="el" href="classapf_1_1conv_1_1Output.html" title="Convolution engine (output part).">Output</a> </td></tr>
<tr id="row_0_0_1_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structapf_1_1conv_1_1fft__node.html" target="_self">fft_node</a></td><td class="desc">Two blocks of time-domain or FFT (half-complex) data </td></tr>
<tr id="row_0_0_2_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structapf_1_1conv_1_1Filter.html" target="_self">Filter</a></td><td class="desc">Container holding a number of FFT blocks </td></tr>
<tr id="row_0_0_3_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structapf_1_1conv_1_1Input.html" target="_self">Input</a></td><td class="desc">Input stage of convolution </td></tr>
<tr id="row_0_0_4_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classapf_1_1conv_1_1Output.html" target="_self">Output</a></td><td class="desc">Convolution engine (output part) </td></tr>
<tr id="row_0_0_5_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classapf_1_1conv_1_1OutputBase.html" target="_self">OutputBase</a></td><td class="desc">Base class for <a class="el" href="classapf_1_1conv_1_1Output.html" title="Convolution engine (output part).">Output</a> and <a class="el" href="classapf_1_1conv_1_1StaticOutput.html" title="Convolver output stage with static filter.">StaticOutput</a> </td></tr>
<tr id="row_0_0_6_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structapf_1_1conv_1_1StaticConvolver.html" target="_self">StaticConvolver</a></td><td class="desc">Combination of <a class="el" href="structapf_1_1conv_1_1Input.html" title="Input stage of convolution.">Input</a> and <a class="el" href="classapf_1_1conv_1_1StaticOutput.html" title="Convolver output stage with static filter.">StaticOutput</a> </td></tr>
<tr id="row_0_0_7_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classapf_1_1conv_1_1StaticOutput.html" target="_self">StaticOutput</a></td><td class="desc">Convolver output stage with static filter </td></tr>
<tr id="row_0_0_8_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structapf_1_1conv_1_1Transform.html" target="_self">Transform</a></td><td class="desc">Helper class to prepare filters </td></tr>
<tr id="row_0_0_9_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classapf_1_1conv_1_1TransformBase.html" target="_self">TransformBase</a></td><td class="desc">Forward-FFT-related functions </td></tr>
<tr id="row_0_1_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_0_1_" class="arrow" onclick="toggleFolder('0_1_')">▼</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespaceapf_1_1dp.html" target="_self">dp</a></td><td class="desc">Denormal prevention </td></tr>
<tr id="row_0_1_0_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structapf_1_1dp_1_1ac_3_01double_01_4.html" target="_self">ac< double ></a></td><td class="desc">Add sine component at nyquist frequency (double specialization) </td></tr>
<tr id="row_0_1_1_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structapf_1_1dp_1_1ac_3_01float_01_4.html" target="_self">ac< float ></a></td><td class="desc">Add sine component at nyquist frequency (float specialization) </td></tr>
<tr id="row_0_1_2_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structapf_1_1dp_1_1dc_3_01double_01_4.html" target="_self">dc< double ></a></td><td class="desc">Add DC signal (double specialization) </td></tr>
<tr id="row_0_1_3_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structapf_1_1dp_1_1dc_3_01float_01_4.html" target="_self">dc< float ></a></td><td class="desc">Add DC signal (float specialization) </td></tr>
<tr id="row_0_1_4_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structapf_1_1dp_1_1none.html" target="_self">none</a></td><td class="desc">Disable denormal prevention </td></tr>
<tr id="row_0_1_5_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structapf_1_1dp_1_1quantization_3_01double_01_4.html" target="_self">quantization< double ></a></td><td class="desc">Quantize denormal numbers (double specialization) </td></tr>
<tr id="row_0_1_6_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structapf_1_1dp_1_1quantization_3_01float_01_4.html" target="_self">quantization< float ></a></td><td class="desc">Quantize denormal numbers (float specialization) </td></tr>
<tr id="row_0_1_7_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structapf_1_1dp_1_1set__zero__1.html" target="_self">set_zero_1</a></td><td class="desc">Detect denormals and set 0 </td></tr>
<tr id="row_0_1_8_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structapf_1_1dp_1_1set__zero__2.html" target="_self">set_zero_2</a></td><td class="desc">Detect denormals and set 0 </td></tr>
<tr id="row_0_1_9_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structapf_1_1dp_1_1set__zero__3.html" target="_self">set_zero_3</a></td><td class="desc">Detect denormals and set 0 </td></tr>
<tr id="row_0_2_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_0_2_" class="arrow" onclick="toggleFolder('0_2_')">▼</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespaceapf_1_1math.html" target="_self">math</a></td><td class="desc">Mathematical constants and helper functions </td></tr>
<tr id="row_0_2_0_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structapf_1_1math_1_1identity.html" target="_self">identity</a></td><td class="desc">Identity function object. Function call returns a const reference to input </td></tr>
<tr id="row_0_2_1_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classapf_1_1math_1_1linear__interpolator.html" target="_self">linear_interpolator</a></td><td class="desc">Function object for linear interpolation </td></tr>
<tr id="row_0_2_2_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classapf_1_1math_1_1raised__cosine.html" target="_self">raised_cosine</a></td><td class="desc">Raised cosine (function object) </td></tr>
<tr id="row_0_3_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_0_3_" class="arrow" onclick="toggleFolder('0_3_')">▼</span><span class="icona"><span class="icon">N</span></span><b>MimoProcessor </b></td><td class="desc"></td></tr>
<tr id="row_0_3_0_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classapf_1_1MimoProcessor_01_1_1DefaultInput.html" target="_self">DefaultInput</a></td><td class="desc">Input class with begin() and end() </td></tr>
<tr id="row_0_3_1_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classapf_1_1MimoProcessor_01_1_1DefaultOutput.html" target="_self">DefaultOutput</a></td><td class="desc">Output class with begin() and end() </td></tr>
<tr id="row_0_3_2_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classapf_1_1MimoProcessor_01_1_1Input.html" target="_self">Input</a></td><td class="desc">Input class </td></tr>
<tr id="row_0_3_3_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classapf_1_1MimoProcessor_01_1_1Output.html" target="_self">Output</a></td><td class="desc">Output class </td></tr>
<tr id="row_0_4_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_0_4_" class="arrow" onclick="toggleFolder('0_4_')">▼</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classapf_1_1accumulating__iterator.html" target="_self">accumulating_iterator</a></td><td class="desc">An output iterator which adds on assignment </td></tr>
<tr id="row_0_4_0_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classapf_1_1accumulating__iterator_1_1output__proxy.html" target="_self">output_proxy</a></td><td class="desc">Helper class </td></tr>
<tr id="row_0_5_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classapf_1_1BiQuad.html" target="_self">BiQuad</a></td><td class="desc">Direct Form II recursive filter of second order </td></tr>
<tr id="row_0_6_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classapf_1_1BlockDelayLine.html" target="_self">BlockDelayLine</a></td><td class="desc">Block-based delay line </td></tr>
<tr id="row_0_7_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classapf_1_1BlockParameter.html" target="_self">BlockParameter</a></td><td class="desc">Hold current and old value of any type </td></tr>
<tr id="row_0_8_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classapf_1_1Cascade.html" target="_self">Cascade</a></td><td class="desc">Cascade of filter sections </td></tr>
<tr id="row_0_9_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classapf_1_1cast__iterator.html" target="_self">cast_iterator</a></td><td class="desc">Iterator that casts items to <code>T*</code> on dereferenciation </td></tr>
<tr id="row_0_10_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structapf_1_1cast__proxy.html" target="_self">cast_proxy</a></td><td class="desc">Encapsulate a container of base pointers </td></tr>
<tr id="row_0_11_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structapf_1_1cast__proxy__const.html" target="_self">cast_proxy_const</a></td><td class="desc">Encapsulate a container of base pointers (const version) </td></tr>
<tr id="row_0_12_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classapf_1_1circular__iterator.html" target="_self">circular_iterator</a></td><td class="desc">Circular iterator class </td></tr>
<tr id="row_0_13_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classapf_1_1CombineChannels.html" target="_self">CombineChannels</a></td><td class="desc">Combine channels: transform and accumulate </td></tr>
<tr id="row_0_14_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classapf_1_1CombineChannelsBase.html" target="_self">CombineChannelsBase</a></td><td class="desc">Base class for CombineChannels* </td></tr>
<tr id="row_0_15_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classapf_1_1CombineChannelsCopy.html" target="_self">CombineChannelsCopy</a></td><td class="desc">Combine channels: accumulate </td></tr>
<tr id="row_0_16_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classapf_1_1CombineChannelsCrossfade.html" target="_self">CombineChannelsCrossfade</a></td><td class="desc">Combine channels: transform, crossfade and accumulate </td></tr>
<tr id="row_0_17_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classapf_1_1CombineChannelsCrossfadeBase.html" target="_self">CombineChannelsCrossfadeBase</a></td><td class="desc">Base class for CombineChannelsCrossfade* </td></tr>
<tr id="row_0_18_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classapf_1_1CombineChannelsCrossfadeCopy.html" target="_self">CombineChannelsCrossfadeCopy</a></td><td class="desc">Combine channels: crossfade and accumulate </td></tr>
<tr id="row_0_19_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classapf_1_1CombineChannelsInterpolation.html" target="_self">CombineChannelsInterpolation</a></td><td class="desc">Combine channels: interpolate and accumulate </td></tr>
<tr id="row_0_20_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_0_20_" class="arrow" onclick="toggleFolder('0_20_')">▼</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classapf_1_1CommandQueue.html" target="_self">CommandQueue</a></td><td class="desc">Manage command queue from non-realtime thread to realtime thread </td></tr>
<tr id="row_0_20_0_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structapf_1_1CommandQueue_1_1Command.html" target="_self">Command</a></td><td class="desc">Abstract base class for realtime commands </td></tr>
<tr id="row_0_20_1_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classapf_1_1CommandQueue_1_1WaitCommand.html" target="_self">WaitCommand</a></td><td class="desc">Dummy command to synchronize with non-realtime thread </td></tr>
<tr id="row_0_21_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classapf_1_1CRTP.html" target="_self">CRTP</a></td><td class="desc">Curiously Recurring Template Pattern (<a class="el" href="classapf_1_1CRTP.html" title="Curiously Recurring Template Pattern (CRTP) base class.">CRTP</a>) base class </td></tr>
<tr id="row_0_22_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_0_22_" class="arrow" onclick="toggleFolder('0_22_')">▼</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classapf_1_1discard__iterator.html" target="_self">discard_iterator</a></td><td class="desc">An iterator which does nothing </td></tr>
<tr id="row_0_22_0_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structapf_1_1discard__iterator_1_1output__proxy.html" target="_self">output_proxy</a></td><td class="desc">Helper class for <a class="el" href="classapf_1_1discard__iterator.html" title="An iterator which does nothing.">discard_iterator</a> </td></tr>
<tr id="row_0_23_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_0_23_" class="arrow" onclick="toggleFolder('0_23_')">▼</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classapf_1_1dual__iterator.html" target="_self">dual_iterator</a></td><td class="desc">Iterate over two iterators at once </td></tr>
<tr id="row_0_23_0_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classapf_1_1dual__iterator_1_1output__proxy.html" target="_self">output_proxy</a></td><td class="desc">Helper class for <a class="el" href="classapf_1_1dual__iterator.html" title="Iterate over two iterators at once.">dual_iterator</a> </td></tr>
<tr id="row_0_24_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structapf_1_1fftw.html" target="_self">fftw</a></td><td class="desc">Traits class to select float/double/long double versions of FFTW functions </td></tr>
<tr id="row_0_25_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structapf_1_1fftw_3_01double_01_4.html" target="_self">fftw< double ></a></td><td class="desc"><b> double </b> specialization of the traits class <a class="el" href="structapf_1_1fftw.html">fftw</a> </td></tr>
<tr id="row_0_26_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structapf_1_1fftw_3_01float_01_4.html" target="_self">fftw< float ></a></td><td class="desc"><b> float </b> specialization of the traits class <a class="el" href="structapf_1_1fftw.html">fftw</a> </td></tr>
<tr id="row_0_27_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structapf_1_1fftw_3_01long_01double_01_4.html" target="_self">fftw< long double ></a></td><td class="desc"><b> long double </b> specialization of the traits class <a class="el" href="structapf_1_1fftw.html">fftw</a> </td></tr>
<tr id="row_0_28_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structapf_1_1fftw__allocator.html" target="_self">fftw_allocator</a></td><td class="desc"></td></tr>
<tr id="row_0_29_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classapf_1_1fixed__list.html" target="_self">fixed_list</a></td><td class="desc">Derived from std::list, but without re-sizing </td></tr>
<tr id="row_0_30_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_0_30_" class="arrow" onclick="toggleFolder('0_30_')">▼</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classapf_1_1fixed__matrix.html" target="_self">fixed_matrix</a></td><td class="desc">Two-dimensional data storage for row- and column-wise access </td></tr>
<tr id="row_0_30_0_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classapf_1_1fixed__matrix_1_1channels__iterator.html" target="_self">channels_iterator</a></td><td class="desc">Iterator over <a class="el" href="classapf_1_1fixed__matrix.html#aed69333f49accd96b765db7c8c91b262" title="Proxy class for returning one channel of the fixed_matrix.">fixed_matrix::Channel</a>s </td></tr>
<tr id="row_0_30_1_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classapf_1_1fixed__matrix_1_1slices__iterator.html" target="_self">slices_iterator</a></td><td class="desc">Iterator over <a class="el" href="classapf_1_1fixed__matrix.html#a44a07f43684ccd72667caa567087d5bf" title="Proxy class for returning one slice of the fixed_matrix.">fixed_matrix::Slice</a>s </td></tr>
<tr id="row_0_31_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classapf_1_1fixed__vector.html" target="_self">fixed_vector</a></td><td class="desc">Derived from <code>std::vector</code>, but without memory re-allocations </td></tr>
<tr id="row_0_32_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classapf_1_1has__begin__and__end.html" target="_self">has_begin_and_end</a></td><td class="desc">Convenience class providing <a class="el" href="classapf_1_1has__begin__and__end.html#a58767dcbdff1b34a40fa9ca0bef88359" title="Get begin.">begin()</a> and <a class="el" href="classapf_1_1has__begin__and__end.html#a481f29e71635cf658e3d2a3eb78143c3" title="Get end.">end()</a> </td></tr>
<tr id="row_0_33_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classapf_1_1index__iterator.html" target="_self">index_iterator</a></td><td class="desc">Iterator with a built-in number </td></tr>
<tr id="row_0_34_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classapf_1_1iterator__proxy.html" target="_self">iterator_proxy</a></td><td class="desc">Helper class for <a class="el" href="structapf_1_1cast__proxy.html" title="Encapsulate a container of base pointers.">apf::cast_proxy</a> and <a class="el" href="structapf_1_1transform__proxy.html" title="Wrap a container and provide a transform_iterator instead of the normal one.">apf::transform_proxy</a> </td></tr>
<tr id="row_0_35_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classapf_1_1iterator__proxy__const.html" target="_self">iterator_proxy_const</a></td><td class="desc">Helper class for <a class="el" href="structapf_1_1cast__proxy__const.html" title="Encapsulate a container of base pointers (const version).">cast_proxy_const</a> and <a class="el" href="structapf_1_1transform__proxy__const.html" title="Wrap a container and provide a transform_iterator (const version).">transform_proxy_const</a> </td></tr>
<tr id="row_0_36_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classapf_1_1jack__policy.html" target="_self">jack_policy</a></td><td class="desc"><code>interface_policy</code> using JACK </td></tr>
<tr id="row_0_37_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_0_37_" class="arrow" onclick="toggleFolder('0_37_')">▼</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classapf_1_1JackClient.html" target="_self">JackClient</a></td><td class="desc">C++ wrapper for a JACK client </td></tr>
<tr id="row_0_37_0_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structapf_1_1JackClient_1_1jack__error.html" target="_self">jack_error</a></td><td class="desc">Exception to be thrown at various occasions </td></tr>
<tr id="row_0_38_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structapf_1_1LaplaceCoefficients.html" target="_self">LaplaceCoefficients</a></td><td class="desc">Coefficients of analog recursive filter </td></tr>
<tr id="row_0_39_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classapf_1_1LockFreeFifo_3_01T_01_5_01_4.html" target="_self">LockFreeFifo< T * ></a></td><td class="desc">Lock-free first-in-first-out (FIFO) queue </td></tr>
<tr id="row_0_40_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_0_40_" class="arrow" onclick="toggleFolder('0_40_')">▼</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classapf_1_1MimoProcessor.html" target="_self">MimoProcessor</a></td><td class="desc">Multi-threaded multiple-input-multiple-output (MIMO) processor </td></tr>
<tr id="row_0_40_0_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structapf_1_1MimoProcessor_1_1Item.html" target="_self">Item</a></td><td class="desc">Abstract base class for list items </td></tr>
<tr id="row_0_40_1_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structapf_1_1MimoProcessor_1_1ProcessItem.html" target="_self">ProcessItem</a></td><td class="desc">Base class for items which have a <code>Process</code> class </td></tr>
<tr id="row_0_40_2_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structapf_1_1MimoProcessor_1_1rtlist__proxy.html" target="_self">rtlist_proxy</a></td><td class="desc">Proxy class for accessing an RtList </td></tr>
<tr id="row_0_40_3_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classapf_1_1MimoProcessor_1_1ScopedLock.html" target="_self">ScopedLock</a></td><td class="desc">Lock is released when it goes out of scope </td></tr>
<tr id="row_0_41_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classapf_1_1NonCausalBlockDelayLine.html" target="_self">NonCausalBlockDelayLine</a></td><td class="desc">A block-based delay line where negative delay is possible </td></tr>
<tr id="row_0_42_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classapf_1_1NonCopyable.html" target="_self">NonCopyable</a></td><td class="desc">Classes derived from this class cannot be copied (but still moved) </td></tr>
<tr id="row_0_43_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structapf_1_1parameter__map.html" target="_self">parameter_map</a></td><td class="desc">A "dictionary" for parameters </td></tr>
<tr id="row_0_44_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classapf_1_1pointer__policy_3_01T_01_5_01_4.html" target="_self">pointer_policy< T * ></a></td><td class="desc"><code>interface_policy</code> which uses plain pointers </td></tr>
<tr id="row_0_45_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classapf_1_1portaudio__policy.html" target="_self">portaudio_policy</a></td><td class="desc"><code>interface_policy</code> using PortAudio </td></tr>
<tr id="row_0_46_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classapf_1_1raised__cosine__fade.html" target="_self">raised_cosine_fade</a></td><td class="desc">Crossfade using a raised cosine </td></tr>
<tr id="row_0_47_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_0_47_" class="arrow" onclick="toggleFolder('0_47_')">▼</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classapf_1_1RtList_3_01T_01_5_01_4.html" target="_self">RtList< T * ></a></td><td class="desc">A list for realtime access and non-realtime modification </td></tr>
<tr id="row_0_47_0_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classapf_1_1RtList_3_01T_01_5_01_4_1_1AddCommand.html" target="_self">AddCommand</a></td><td class="desc">Command to add an element to a list </td></tr>
<tr id="row_0_47_1_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classapf_1_1RtList_3_01T_01_5_01_4_1_1ClearCommand.html" target="_self">ClearCommand</a></td><td class="desc">Command to remove all elements from a list </td></tr>
<tr id="row_0_47_2_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classapf_1_1RtList_3_01T_01_5_01_4_1_1RemCommand.html" target="_self">RemCommand</a></td><td class="desc">Command to remove an element from a list </td></tr>
<tr id="row_0_48_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structapf_1_1SosCoefficients.html" target="_self">SosCoefficients</a></td><td class="desc">Coefficients of digital recursive filter (second order section) </td></tr>
<tr id="row_0_49_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classapf_1_1StopWatch.html" target="_self">StopWatch</a></td><td class="desc">A simple stopwatch </td></tr>
<tr id="row_0_50_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classapf_1_1stride__iterator.html" target="_self">stride_iterator</a></td><td class="desc">A stride iterator </td></tr>
<tr id="row_0_51_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classapf_1_1transform__iterator.html" target="_self">transform_iterator</a></td><td class="desc">Iterator adaptor with a function call at dereferenciation </td></tr>
<tr id="row_0_52_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structapf_1_1transform__proxy.html" target="_self">transform_proxy</a></td><td class="desc">Wrap a container and provide a <a class="el" href="classapf_1_1transform__iterator.html" title="Iterator adaptor with a function call at dereferenciation.">transform_iterator</a> instead of the normal one </td></tr>
<tr id="row_0_53_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structapf_1_1transform__proxy__const.html" target="_self">transform_proxy_const</a></td><td class="desc">Wrap a container and provide a <a class="el" href="classapf_1_1transform__iterator.html" title="Iterator adaptor with a function call at dereferenciation.">transform_iterator</a> (const version) </td></tr>
</table>
</div><!-- directory -->
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.4
</small></address>
</body>
</html>