This commit is contained in:
hasherezade
2023-12-28 17:08:48 +00:00
parent a470e11b0e
commit e8509cc016
515 changed files with 9824 additions and 10052 deletions
+11 -9
View File
@@ -3,12 +3,14 @@
<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.8"/>
<meta name="generator" content="Doxygen 1.10.0"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>BearParser: parser/ByteBuffer.cpp Source File</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>
<script type="text/javascript" src="clipboard.js"></script>
<script type="text/javascript" src="cookie.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>
@@ -30,7 +32,7 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.8 -->
<!-- Generated by Doxygen 1.10.0 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
@@ -42,14 +44,14 @@ var searchBox = new SearchBox("searchBox", "search/",'.html');
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
$(function() { init_search(); });
});
/* @license-end */
</script>
<div id="main-nav"></div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(document).ready(function() { init_codefold(0); });
$(function() { codefold.init(0); });
/* @license-end */
</script>
<!-- window showing the filter options -->
@@ -191,16 +193,16 @@ $(document).ready(function() { init_codefold(0); });
<div class="ttc" id="aclass_buffer_exception_html"><div class="ttname"><a href="class_buffer_exception.html">BufferException</a></div><div class="ttdef"><b>Definition</b> <a href="_abstract_byte_buffer_8h_source.html#l00021">AbstractByteBuffer.h:22</a></div></div>
<div class="ttc" id="aclass_byte_buffer_html_a395f661b2dc5635e153a06d7d639a757"><div class="ttname"><a href="class_byte_buffer.html#a395f661b2dc5635e153a06d7d639a757">ByteBuffer::originalSize</a></div><div class="ttdeci">bufsize_t originalSize</div><div class="ttdef"><b>Definition</b> <a href="_byte_buffer_8h_source.html#l00028">ByteBuffer.h:28</a></div></div>
<div class="ttc" id="aclass_byte_buffer_html_a3a208ad6d20f60f38bab50760da3b7e4"><div class="ttname"><a href="class_byte_buffer.html#a3a208ad6d20f60f38bab50760da3b7e4">ByteBuffer::content</a></div><div class="ttdeci">BYTE * content</div><div class="ttdef"><b>Definition</b> <a href="_byte_buffer_8h_source.html#l00024">ByteBuffer.h:24</a></div></div>
<div class="ttc" id="aclass_byte_buffer_html_a5d531a56781defcfc90ff85e18e89548"><div class="ttname"><a href="class_byte_buffer.html#a5d531a56781defcfc90ff85e18e89548">ByteBuffer::~ByteBuffer</a></div><div class="ttdeci">virtual ~ByteBuffer()</div><div class="ttdef"><b>Definition</b> <a href="_byte_buffer_8cpp_source.html#l00083">ByteBuffer.cpp:83</a></div></div>
<div class="ttc" id="aclass_byte_buffer_html_a5d531a56781defcfc90ff85e18e89548"><div class="ttname"><a href="class_byte_buffer.html#a5d531a56781defcfc90ff85e18e89548">ByteBuffer::~ByteBuffer</a></div><div class="ttdeci">virtual ~ByteBuffer()</div><div class="ttdef"><b>Definition</b> <a href="#l00083">ByteBuffer.cpp:83</a></div></div>
<div class="ttc" id="aclass_byte_buffer_html_a71068422358f9884689fe6eeca0b4d3f"><div class="ttname"><a href="class_byte_buffer.html#a71068422358f9884689fe6eeca0b4d3f">ByteBuffer::contentSize</a></div><div class="ttdeci">bufsize_t contentSize</div><div class="ttdef"><b>Definition</b> <a href="_byte_buffer_8h_source.html#l00025">ByteBuffer.h:25</a></div></div>
<div class="ttc" id="aclass_byte_buffer_html_a7aa532de539fe0d1218349bb9dd043df"><div class="ttname"><a href="class_byte_buffer.html#a7aa532de539fe0d1218349bb9dd043df">ByteBuffer::ByteBuffer</a></div><div class="ttdeci">ByteBuffer(bufsize_t v_size, bufsize_t padding=DEFAULT_PADDING)</div><div class="ttdef"><b>Definition</b> <a href="_byte_buffer_8cpp_source.html#l00003">ByteBuffer.cpp:3</a></div></div>
<div class="ttc" id="aclass_byte_buffer_html_a95821f73489496d751fefe6382d1e489"><div class="ttname"><a href="class_byte_buffer.html#a95821f73489496d751fefe6382d1e489">ByteBuffer::allocContent</a></div><div class="ttdeci">BYTE * allocContent(bufsize_t v_size, bufsize_t padding)</div><div class="ttdef"><b>Definition</b> <a href="_byte_buffer_8cpp_source.html#l00045">ByteBuffer.cpp:45</a></div></div>
<div class="ttc" id="aclass_byte_buffer_html_a7aa532de539fe0d1218349bb9dd043df"><div class="ttname"><a href="class_byte_buffer.html#a7aa532de539fe0d1218349bb9dd043df">ByteBuffer::ByteBuffer</a></div><div class="ttdeci">ByteBuffer(bufsize_t v_size, bufsize_t padding=DEFAULT_PADDING)</div><div class="ttdef"><b>Definition</b> <a href="#l00003">ByteBuffer.cpp:3</a></div></div>
<div class="ttc" id="aclass_byte_buffer_html_a95821f73489496d751fefe6382d1e489"><div class="ttname"><a href="class_byte_buffer.html#a95821f73489496d751fefe6382d1e489">ByteBuffer::allocContent</a></div><div class="ttdeci">BYTE * allocContent(bufsize_t v_size, bufsize_t padding)</div><div class="ttdef"><b>Definition</b> <a href="#l00045">ByteBuffer.cpp:45</a></div></div>
<div class="ttc" id="aclass_byte_buffer_html_aa1d7430f9ee194bc4294b0b17985c1da"><div class="ttname"><a href="class_byte_buffer.html#aa1d7430f9ee194bc4294b0b17985c1da">ByteBuffer::padding</a></div><div class="ttdeci">bufsize_t padding</div><div class="ttdef"><b>Definition</b> <a href="_byte_buffer_8h_source.html#l00026">ByteBuffer.h:26</a></div></div>
<div class="ttc" id="aclass_byte_buffer_html_ab92692d610d9138a850e0cd04bef69d2"><div class="ttname"><a href="class_byte_buffer.html#ab92692d610d9138a850e0cd04bef69d2">ByteBuffer::resize</a></div><div class="ttdeci">virtual bool resize(bufsize_t newSize)</div><div class="ttdef"><b>Definition</b> <a href="_byte_buffer_8cpp_source.html#l00057">ByteBuffer.cpp:57</a></div></div>
<div class="ttc" id="aclass_byte_buffer_html_ab92692d610d9138a850e0cd04bef69d2"><div class="ttname"><a href="class_byte_buffer.html#ab92692d610d9138a850e0cd04bef69d2">ByteBuffer::resize</a></div><div class="ttdeci">virtual bool resize(bufsize_t newSize)</div><div class="ttdef"><b>Definition</b> <a href="#l00057">ByteBuffer.cpp:57</a></div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
Generated by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.10.0
</small></address>
</body>
</html>