Mercurial > hg > btrack
comparison doc/html/_circular_buffer_8h.html @ 117:ca2d83d29814 tip master
Merge branch 'release/1.0.5'
author | Adam Stark <adamstark.uk@gmail.com> |
---|---|
date | Fri, 18 Aug 2023 20:07:33 +0200 |
parents | d6d9df2db3e1 |
children |
comparison
equal
deleted
inserted
replaced
96:c58f01834337 | 117:ca2d83d29814 |
---|---|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
2 <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US"> | |
3 <head> | |
4 <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> | |
5 <meta http-equiv="X-UA-Compatible" content="IE=11"/> | |
6 <meta name="generator" content="Doxygen 1.9.7"/> | |
7 <meta name="viewport" content="width=device-width, initial-scale=1"/> | |
8 <title>BTrack - A Real-Time Beat Tracker: src/CircularBuffer.h File Reference</title> | |
9 <link href="tabs.css" rel="stylesheet" type="text/css"/> | |
10 <script type="text/javascript" src="jquery.js"></script> | |
11 <script type="text/javascript" src="dynsections.js"></script> | |
12 <link href="search/search.css" rel="stylesheet" type="text/css"/> | |
13 <script type="text/javascript" src="search/searchdata.js"></script> | |
14 <script type="text/javascript" src="search/search.js"></script> | |
15 <link href="doxygen.css" rel="stylesheet" type="text/css" /> | |
16 </head> | |
17 <body> | |
18 <div id="top"><!-- do not remove this div, it is closed by doxygen! --> | |
19 <div id="titlearea"> | |
20 <table cellspacing="0" cellpadding="0"> | |
21 <tbody> | |
22 <tr id="projectrow"> | |
23 <td id="projectalign"> | |
24 <div id="projectname">BTrack - A Real-Time Beat Tracker | |
25 </div> | |
26 </td> | |
27 </tr> | |
28 </tbody> | |
29 </table> | |
30 </div> | |
31 <!-- end header part --> | |
32 <!-- Generated by Doxygen 1.9.7 --> | |
33 <script type="text/javascript"> | |
34 /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */ | |
35 var searchBox = new SearchBox("searchBox", "search/",'.html'); | |
36 /* @license-end */ | |
37 </script> | |
38 <script type="text/javascript" src="menudata.js"></script> | |
39 <script type="text/javascript" src="menu.js"></script> | |
40 <script type="text/javascript"> | |
41 /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */ | |
42 $(function() { | |
43 initMenu('',true,false,'search.php','Search'); | |
44 $(document).ready(function() { init_search(); }); | |
45 }); | |
46 /* @license-end */ | |
47 </script> | |
48 <div id="main-nav"></div> | |
49 <!-- window showing the filter options --> | |
50 <div id="MSearchSelectWindow" | |
51 onmouseover="return searchBox.OnSearchSelectShow()" | |
52 onmouseout="return searchBox.OnSearchSelectHide()" | |
53 onkeydown="return searchBox.OnSearchSelectKey(event)"> | |
54 </div> | |
55 | |
56 <!-- iframe showing the search results (closed by default) --> | |
57 <div id="MSearchResultsWindow"> | |
58 <div id="MSearchResults"> | |
59 <div class="SRPage"> | |
60 <div id="SRIndex"> | |
61 <div id="SRResults"></div> | |
62 <div class="SRStatus" id="Loading">Loading...</div> | |
63 <div class="SRStatus" id="Searching">Searching...</div> | |
64 <div class="SRStatus" id="NoMatches">No Matches</div> | |
65 </div> | |
66 </div> | |
67 </div> | |
68 </div> | |
69 | |
70 <div id="nav-path" class="navpath"> | |
71 <ul> | |
72 <li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li> </ul> | |
73 </div> | |
74 </div><!-- top --> | |
75 <div class="header"> | |
76 <div class="summary"> | |
77 <a href="#nested-classes">Classes</a> </div> | |
78 <div class="headertitle"><div class="title">CircularBuffer.h File Reference</div></div> | |
79 </div><!--header--> | |
80 <div class="contents"> | |
81 | |
82 <p>A circular buffer. | |
83 <a href="#details">More...</a></p> | |
84 <div class="textblock"><code>#include <vector></code><br /> | |
85 </div> | |
86 <p><a href="_circular_buffer_8h_source.html">Go to the source code of this file.</a></p> | |
87 <table class="memberdecls"> | |
88 <tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="nested-classes" name="nested-classes"></a> | |
89 Classes</h2></td></tr> | |
90 <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="class_circular_buffer.html">CircularBuffer</a></td></tr> | |
91 <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> | |
92 </table> | |
93 <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> | |
94 <div class="textblock"><p>A circular buffer. </p> | |
95 <dl class="section author"><dt>Author</dt><dd>Adam Stark </dd></dl> | |
96 <dl class="section copyright"><dt>Copyright</dt><dd>Copyright (C) 2008-2014 Queen Mary University of London</dd></dl> | |
97 <p>This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.</p> | |
98 <p>This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.</p> | |
99 <p>You should have received a copy of the GNU General Public License along with this program. If not, see <a href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</a>. </p> | |
100 </div></div><!-- contents --> | |
101 <!-- start footer part --> | |
102 <hr class="footer"/><address class="footer"><small> | |
103 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.7 | |
104 </small></address> | |
105 </body> | |
106 </html> |