Documentation for ff80be4b0a

This commit is contained in:
github-actions
2023-06-16 21:35:33 +00:00
parent 9eca28ec3f
commit 29158cf9a8
7316 changed files with 240608 additions and 57524 deletions

View File

@@ -3,7 +3,7 @@
<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.6"/>
<meta name="generator" content="Doxygen 1.9.7"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Algorithms_in_C++: data_structures::BloomFilter&lt; T &gt; Class Template Reference</title>
<link href="../../tabs.css" rel="stylesheet" type="text/css"/>
@@ -41,7 +41,7 @@ MathJax.Hub.Config({
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.6 -->
<!-- Generated by Doxygen 1.9.7 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "../../search/",'.html');
@@ -110,8 +110,7 @@ $(document).ready(function(){initNavTree('dc/dd4/classdata__structures_1_1_bloom
<div class="dynheader">
Collaboration diagram for data_structures::BloomFilter&lt; T &gt;:</div>
<div class="dyncontent">
<div class="center"><iframe scrolling="no" frameborder="0" src="../../d8/d41/classdata__structures_1_1_bloom_filter__coll__graph.svg" width="458" height="332"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
</div>
<div class="center"><iframe scrolling="no" frameborder="0" src="../../d8/d41/classdata__structures_1_1_bloom_filter__coll__graph.svg" width="458" height="332"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></div>
<center><span class="legend">[<a target="top" href="../../graph_legend.html">legend</a>]</span></center></div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pub-methods" name="pub-methods"></a>
@@ -191,8 +190,8 @@ template&lt;typename T &gt; </div>
</dl>
<dl class="section return"><dt>Returns</dt><dd>none </dd></dl>
<div class="fragment"><div class="line"><span class="lineno"> 124</span> : <a class="code hl_variable" href="../../dc/dd4/classdata__structures_1_1_bloom_filter.html#a90268d7901e2c1ab5f8bf8b24a30e119">set</a>(size), <a class="code hl_variable" href="../../dc/dd4/classdata__structures_1_1_bloom_filter.html#a65ca6742d3be88d4aca4f080068a7a80">hashFunks</a>(funks) {}</div>
<div class="ttc" id="aclassdata__structures_1_1_bloom_filter_html_a65ca6742d3be88d4aca4f080068a7a80"><div class="ttname"><a href="../../dc/dd4/classdata__structures_1_1_bloom_filter.html#a65ca6742d3be88d4aca4f080068a7a80">data_structures::BloomFilter::hashFunks</a></div><div class="ttdeci">std::vector&lt; std::function&lt; std::size_t(T)&gt; &gt; hashFunks</div><div class="ttdoc">hash functions for T type</div><div class="ttdef"><b>Definition:</b> bloom_filter.cpp:103</div></div>
<div class="ttc" id="aclassdata__structures_1_1_bloom_filter_html_a90268d7901e2c1ab5f8bf8b24a30e119"><div class="ttname"><a href="../../dc/dd4/classdata__structures_1_1_bloom_filter.html#a90268d7901e2c1ab5f8bf8b24a30e119">data_structures::BloomFilter::set</a></div><div class="ttdeci">Bitset set</div><div class="ttdoc">inner bitset for elements</div><div class="ttdef"><b>Definition:</b> bloom_filter.cpp:101</div></div>
<div class="ttc" id="aclassdata__structures_1_1_bloom_filter_html_a65ca6742d3be88d4aca4f080068a7a80"><div class="ttname"><a href="../../dc/dd4/classdata__structures_1_1_bloom_filter.html#a65ca6742d3be88d4aca4f080068a7a80">data_structures::BloomFilter::hashFunks</a></div><div class="ttdeci">std::vector&lt; std::function&lt; std::size_t(T)&gt; &gt; hashFunks</div><div class="ttdoc">hash functions for T type</div><div class="ttdef"><b>Definition</b> bloom_filter.cpp:103</div></div>
<div class="ttc" id="aclassdata__structures_1_1_bloom_filter_html_a90268d7901e2c1ab5f8bf8b24a30e119"><div class="ttname"><a href="../../dc/dd4/classdata__structures_1_1_bloom_filter.html#a90268d7901e2c1ab5f8bf8b24a30e119">data_structures::BloomFilter::set</a></div><div class="ttdeci">Bitset set</div><div class="ttdoc">inner bitset for elements</div><div class="ttdef"><b>Definition</b> bloom_filter.cpp:101</div></div>
</div><!-- fragment -->
</div>
</div>
@@ -234,15 +233,14 @@ template&lt;typename T &gt; </div>
<div class="line"><span class="lineno"> 136</span> <a class="code hl_variable" href="../../dc/dd4/classdata__structures_1_1_bloom_filter.html#a90268d7901e2c1ab5f8bf8b24a30e119">set</a>.<a class="code hl_function" href="../../d9/dae/classdata__structures_1_1_bitset.html#a17dbe1b1d559302312e8091f82f7499c">add</a>(<a class="code hl_variable" href="../../dc/dd4/classdata__structures_1_1_bloom_filter.html#a65ca6742d3be88d4aca4f080068a7a80">hashFunks</a>[i](x) % (<span class="keyword">sizeof</span>(<a class="code hl_classRef" target="_blank" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a>) * <a class="code hl_variable" href="../../dc/dd4/classdata__structures_1_1_bloom_filter.html#a90268d7901e2c1ab5f8bf8b24a30e119">set</a>.<a class="code hl_function" href="../../d9/dae/classdata__structures_1_1_bitset.html#a2f1f44d6a12b0de4aaf242872b1c7b54">size</a>()));</div>
<div class="line"><span class="lineno"> 137</span> }</div>
<div class="line"><span class="lineno"> 138</span>}</div>
<div class="ttc" id="aclassdata__structures_1_1_bitset_html_a17dbe1b1d559302312e8091f82f7499c"><div class="ttname"><a href="../../d9/dae/classdata__structures_1_1_bitset.html#a17dbe1b1d559302312e8091f82f7499c">data_structures::Bitset::add</a></div><div class="ttdeci">void add(std::size_t)</div><div class="ttdoc">Turn bit on position x to 1s.</div><div class="ttdef"><b>Definition:</b> bloom_filter.cpp:71</div></div>
<div class="ttc" id="aclassdata__structures_1_1_bitset_html_a2f1f44d6a12b0de4aaf242872b1c7b54"><div class="ttname"><a href="../../d9/dae/classdata__structures_1_1_bitset.html#a2f1f44d6a12b0de4aaf242872b1c7b54">data_structures::Bitset::size</a></div><div class="ttdeci">std::size_t size()</div><div class="ttdoc">Utility function to return the size of the inner array.</div><div class="ttdef"><b>Definition:</b> bloom_filter.cpp:57</div></div>
<div class="ttc" id="aclassdata__structures_1_1_bitset_html_a17dbe1b1d559302312e8091f82f7499c"><div class="ttname"><a href="../../d9/dae/classdata__structures_1_1_bitset.html#a17dbe1b1d559302312e8091f82f7499c">data_structures::Bitset::add</a></div><div class="ttdeci">void add(std::size_t)</div><div class="ttdoc">Turn bit on position x to 1s.</div><div class="ttdef"><b>Definition</b> bloom_filter.cpp:71</div></div>
<div class="ttc" id="aclassdata__structures_1_1_bitset_html_a2f1f44d6a12b0de4aaf242872b1c7b54"><div class="ttname"><a href="../../d9/dae/classdata__structures_1_1_bitset.html#a2f1f44d6a12b0de4aaf242872b1c7b54">data_structures::Bitset::size</a></div><div class="ttdeci">std::size_t size()</div><div class="ttdoc">Utility function to return the size of the inner array.</div><div class="ttdef"><b>Definition</b> bloom_filter.cpp:57</div></div>
<div class="ttc" id="asize_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/vector/size.html">std::vector::size</a></div><div class="ttdeci">T size(T... args)</div></div>
<div class="ttc" id="asize_t_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a></div></div>
</div><!-- fragment --><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><iframe scrolling="no" frameborder="0" src="../../dc/dd4/classdata__structures_1_1_bloom_filter_a67bed8ef62fcb1f33b6c72df47dcf840_cgraph.svg" width="630" height="102"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
</div>
<div class="center"><iframe scrolling="no" frameborder="0" src="../../dc/dd4/classdata__structures_1_1_bloom_filter_a67bed8ef62fcb1f33b6c72df47dcf840_cgraph.svg" width="630" height="102"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></div>
</div>
</div>
@@ -290,12 +288,11 @@ false if the element certainly does not appear in the filter </dd></dl>
<div class="line"><span class="lineno"> 155</span> }</div>
<div class="line"><span class="lineno"> 156</span> <span class="keywordflow">return</span> <span class="keyword">true</span>;</div>
<div class="line"><span class="lineno"> 157</span>}</div>
<div class="ttc" id="aclassdata__structures_1_1_bitset_html_a9ef54c7c3f6494b36ead3ae2e5cf43ac"><div class="ttname"><a href="../../d9/dae/classdata__structures_1_1_bitset.html#a9ef54c7c3f6494b36ead3ae2e5cf43ac">data_structures::Bitset::contains</a></div><div class="ttdeci">bool contains(std::size_t)</div><div class="ttdoc">Doest bitset contains element x.</div><div class="ttdef"><b>Definition:</b> bloom_filter.cpp:86</div></div>
<div class="ttc" id="aclassdata__structures_1_1_bitset_html_a9ef54c7c3f6494b36ead3ae2e5cf43ac"><div class="ttname"><a href="../../d9/dae/classdata__structures_1_1_bitset.html#a9ef54c7c3f6494b36ead3ae2e5cf43ac">data_structures::Bitset::contains</a></div><div class="ttdeci">bool contains(std::size_t)</div><div class="ttdoc">Doest bitset contains element x.</div><div class="ttdef"><b>Definition</b> bloom_filter.cpp:86</div></div>
</div><!-- fragment --><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><iframe scrolling="no" frameborder="0" src="../../dc/dd4/classdata__structures_1_1_bloom_filter_a576db259488dbfb67624a9652a5ab08b_cgraph.svg" width="562" height="118"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
</div>
<div class="center"><iframe scrolling="no" frameborder="0" src="../../dc/dd4/classdata__structures_1_1_bloom_filter_a576db259488dbfb67624a9652a5ab08b_cgraph.svg" width="562" height="118"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></div>
</div>
</div>
@@ -309,7 +306,7 @@ Here is the call graph for this function:</div>
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="../../d5/d3c/namespacedata__structures.html">data_structures</a></li><li class="navelem"><a class="el" href="../../dc/dd4/classdata__structures_1_1_bloom_filter.html">BloomFilter</a></li>
<li class="footer">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.6 </li>
<li class="footer">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 </li>
</ul>
</div>
</body>

View File

@@ -1,6 +1,10 @@
<map id="data_structures::BloomFilter::contains" name="data_structures::BloomFilter::contains">
<area shape="rect" id="node1" title="Check element function for Bloom filter." alt="" coords="5,39,191,79"/>
<area shape="rect" id="node2" href="$d9/dae/classdata__structures_1_1_bitset.html#a9ef54c7c3f6494b36ead3ae2e5cf43ac" title="Doest bitset contains element x." alt="" coords="239,5,392,46"/>
<area shape="rect" id="node4" href="$d9/dae/classdata__structures_1_1_bitset.html#a2f1f44d6a12b0de4aaf242872b1c7b54" title="Utility function to return the size of the inner array." alt="" coords="239,71,392,111"/>
<area shape="rect" id="node3" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector/size.html#" title=" " alt="" coords="440,46,555,72"/>
<area shape="rect" id="Node000001" title="Check element function for Bloom filter." alt="" coords="5,39,191,79"/>
<area shape="rect" id="Node000002" href="$d9/dae/classdata__structures_1_1_bitset.html#a9ef54c7c3f6494b36ead3ae2e5cf43ac" title="Doest bitset contains element x." alt="" coords="239,5,392,46"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="191,42,224,37,224,42,191,47"/>
<area shape="rect" id="Node000004" href="$d9/dae/classdata__structures_1_1_bitset.html#a2f1f44d6a12b0de4aaf242872b1c7b54" title="Utility function to return the size of the inner array." alt="" coords="239,71,392,111"/>
<area shape="poly" id="edge3_Node000001_Node000004" title=" " alt="" coords="191,70,224,75,224,80,191,75"/>
<area shape="rect" id="Node000003" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector/size.html#" title=" " alt="" coords="440,46,555,72"/>
<area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="393,37,426,43,425,49,392,42"/>
<area shape="poly" id="edge4_Node000004_Node000003" title=" " alt="" coords="392,75,425,69,426,74,393,80"/>
</map>

View File

@@ -1 +1 @@
8a0df2d5ec250d528d27e4fec6d4ebeb
1fd72c5f472c4f2c77bd2889767e840d

View File

@@ -6,12 +6,22 @@
<!-- Title: data_structures::BloomFilter::contains Pages: 1 -->
<svg width="421pt" height="88pt"
viewBox="0.00 0.00 420.50 87.50" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<svg id="main" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" onload="init(evt)">
<style type="text/css"><![CDATA[
.node, .edge {opacity: 0.7;}
.node.selected, .edge.selected {opacity: 1;}
.edge:hover path { stroke: red; }
.edge:hover polygon { stroke: red; fill: red; }
]]></style>
<script type="application/ecmascript" xlink:href="../../svg.min.js"/>
<svg id="graph" class="graph">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 83.5)">
<title>data_structures::BloomFilter::contains</title>
<!-- Node1 -->
<g id="node1" class="node">
<g id="Node000001" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Check element function for Bloom filter.">
<g id="a_Node000001"><a xlink:title="Check element function for Bloom filter.">
<polygon fill="#999999" stroke="#666666" points="139,-54.5 0,-54.5 0,-24 139,-24 139,-54.5"/>
<text text-anchor="start" x="8" y="-41" font-family="Helvetica,sans-Serif" font-size="10.00">data_structures::BloomFilter</text>
<text text-anchor="middle" x="69.5" y="-29.75" font-family="Helvetica,sans-Serif" font-size="10.00">::contains</text>
@@ -19,9 +29,9 @@
</g>
</g>
<!-- Node2 -->
<g id="node2" class="node">
<g id="Node000002" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:href="../../d9/dae/classdata__structures_1_1_bitset.html#a9ef54c7c3f6494b36ead3ae2e5cf43ac" target="_top" xlink:title="Doest bitset contains element x.">
<g id="a_Node000002"><a xlink:href="../../d9/dae/classdata__structures_1_1_bitset.html#a9ef54c7c3f6494b36ead3ae2e5cf43ac" target="_top" xlink:title="Doest bitset contains element x.">
<polygon fill="white" stroke="#666666" points="290,-79.5 175,-79.5 175,-49 290,-49 290,-79.5"/>
<text text-anchor="start" x="183" y="-66" font-family="Helvetica,sans-Serif" font-size="10.00">data_structures::Bitset</text>
<text text-anchor="middle" x="232.5" y="-54.75" font-family="Helvetica,sans-Serif" font-size="10.00">::contains</text>
@@ -29,15 +39,18 @@
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1" class="edge">
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M139.25,-49.92C147.45,-51.2 155.81,-52.5 164,-53.77"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="163.2,-57.34 173.62,-55.42 164.27,-50.42 163.2,-57.34"/>
</a>
</g>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<g id="Node000004" class="node">
<title>Node4</title>
<g id="a_node4"><a xlink:href="../../d9/dae/classdata__structures_1_1_bitset.html#a2f1f44d6a12b0de4aaf242872b1c7b54" target="_top" xlink:title="Utility function to return the size of the inner array.">
<g id="a_Node000004"><a xlink:href="../../d9/dae/classdata__structures_1_1_bitset.html#a2f1f44d6a12b0de4aaf242872b1c7b54" target="_top" xlink:title="Utility function to return the size of the inner array.">
<polygon fill="white" stroke="#666666" points="290,-30.5 175,-30.5 175,0 290,0 290,-30.5"/>
<text text-anchor="start" x="183" y="-17" font-family="Helvetica,sans-Serif" font-size="10.00">data_structures::Bitset</text>
<text text-anchor="middle" x="232.5" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">::size</text>
@@ -45,31 +58,55 @@
</g>
</g>
<!-- Node1&#45;&gt;Node4 -->
<g id="edge3" class="edge">
<g id="edge3_Node000001_Node000004" class="edge">
<title>Node1&#45;&gt;Node4</title>
<g id="a_edge3_Node000001_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M139.25,-29C147.45,-27.78 155.81,-26.53 164,-25.31"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="164.24,-28.67 173.62,-23.73 163.21,-21.74 164.24,-28.67"/>
</a>
</g>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<g id="Node000003" class="node">
<title>Node3</title>
<g id="a_node3"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector/size.html#" xlink:title=" ">
<g id="a_Node000003"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector/size.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="412.5,-48.88 326,-48.88 326,-29.62 412.5,-29.62 412.5,-48.88"/>
<text text-anchor="middle" x="369.25" y="-35.38" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector::size</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<g id="edge2_Node000002_Node000003" class="edge">
<title>Node2&#45;&gt;Node3</title>
<g id="a_edge2_Node000002_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M290.26,-53.72C298.56,-52.18 307.08,-50.6 315.3,-49.07"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="315.7,-52.37 324.89,-47.11 314.42,-45.49 315.7,-52.37"/>
</a>
</g>
</g>
<!-- Node4&#45;&gt;Node3 -->
<g id="edge4" class="edge">
<g id="edge4_Node000004_Node000003" class="edge">
<title>Node4&#45;&gt;Node3</title>
<g id="a_edge4_Node000004_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M290.26,-25.36C298.56,-26.84 307.08,-28.36 315.3,-29.82"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="314.43,-33.4 324.89,-31.71 315.66,-26.51 314.43,-33.4"/>
</a>
</g>
</g>
</g>
</svg>
</svg>
<style type='text/css'>
<![CDATA[
[data-mouse-over-selected='false'] { opacity: 0.7; }
[data-mouse-over-selected='true'] { opacity: 1.0; }
]]>
</style>
<script type="application/ecmascript"><![CDATA[
document.addEventListener('DOMContentLoaded', (event) => {
highlightEdges();
highlightAdjacentNodes();
});
]]></script>
</svg>

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

@@ -0,0 +1,87 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 8.0.5 (20230430.1635)
-->
<!-- Title: data_structures::BloomFilter::contains Pages: 1 -->
<svg width="421pt" height="88pt"
viewBox="0.00 0.00 420.50 87.50" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 83.5)">
<title>data_structures::BloomFilter::contains</title>
<!-- Node1 -->
<g id="Node000001" class="node">
<title>Node1</title>
<g id="a_Node000001"><a xlink:title="Check element function for Bloom filter.">
<polygon fill="#999999" stroke="#666666" points="139,-54.5 0,-54.5 0,-24 139,-24 139,-54.5"/>
<text text-anchor="start" x="8" y="-41" font-family="Helvetica,sans-Serif" font-size="10.00">data_structures::BloomFilter</text>
<text text-anchor="middle" x="69.5" y="-29.75" font-family="Helvetica,sans-Serif" font-size="10.00">::contains</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="Node000002" class="node">
<title>Node2</title>
<g id="a_Node000002"><a xlink:href="../../d9/dae/classdata__structures_1_1_bitset.html#a9ef54c7c3f6494b36ead3ae2e5cf43ac" target="_top" xlink:title="Doest bitset contains element x.">
<polygon fill="white" stroke="#666666" points="290,-79.5 175,-79.5 175,-49 290,-49 290,-79.5"/>
<text text-anchor="start" x="183" y="-66" font-family="Helvetica,sans-Serif" font-size="10.00">data_structures::Bitset</text>
<text text-anchor="middle" x="232.5" y="-54.75" font-family="Helvetica,sans-Serif" font-size="10.00">::contains</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M139.25,-49.92C147.45,-51.2 155.81,-52.5 164,-53.77"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="163.2,-57.34 173.62,-55.42 164.27,-50.42 163.2,-57.34"/>
</a>
</g>
</g>
<!-- Node4 -->
<g id="Node000004" class="node">
<title>Node4</title>
<g id="a_Node000004"><a xlink:href="../../d9/dae/classdata__structures_1_1_bitset.html#a2f1f44d6a12b0de4aaf242872b1c7b54" target="_top" xlink:title="Utility function to return the size of the inner array.">
<polygon fill="white" stroke="#666666" points="290,-30.5 175,-30.5 175,0 290,0 290,-30.5"/>
<text text-anchor="start" x="183" y="-17" font-family="Helvetica,sans-Serif" font-size="10.00">data_structures::Bitset</text>
<text text-anchor="middle" x="232.5" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">::size</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node4 -->
<g id="edge3_Node000001_Node000004" class="edge">
<title>Node1&#45;&gt;Node4</title>
<g id="a_edge3_Node000001_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M139.25,-29C147.45,-27.78 155.81,-26.53 164,-25.31"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="164.24,-28.67 173.62,-23.73 163.21,-21.74 164.24,-28.67"/>
</a>
</g>
</g>
<!-- Node3 -->
<g id="Node000003" class="node">
<title>Node3</title>
<g id="a_Node000003"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector/size.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="412.5,-48.88 326,-48.88 326,-29.62 412.5,-29.62 412.5,-48.88"/>
<text text-anchor="middle" x="369.25" y="-35.38" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector::size</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node3 -->
<g id="edge2_Node000002_Node000003" class="edge">
<title>Node2&#45;&gt;Node3</title>
<g id="a_edge2_Node000002_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M290.26,-53.72C298.56,-52.18 307.08,-50.6 315.3,-49.07"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="315.7,-52.37 324.89,-47.11 314.42,-45.49 315.7,-52.37"/>
</a>
</g>
</g>
<!-- Node4&#45;&gt;Node3 -->
<g id="edge4_Node000004_Node000003" class="edge">
<title>Node4&#45;&gt;Node3</title>
<g id="a_edge4_Node000004_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M290.26,-25.36C298.56,-26.84 307.08,-28.36 315.3,-29.82"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="314.43,-33.4 324.89,-31.71 315.66,-26.51 314.43,-33.4"/>
</a>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@@ -1,7 +1,12 @@
<map id="data_structures::BloomFilter::add" name="data_structures::BloomFilter::add">
<area shape="rect" id="node1" title="Add function for Bloom filter." alt="" coords="5,35,220,60"/>
<area shape="rect" id="node2" href="$d9/dae/classdata__structures_1_1_bitset.html#a17dbe1b1d559302312e8091f82f7499c" title="Turn bit on position x to 1s." alt="" coords="268,5,450,31"/>
<area shape="rect" id="node5" href="$d9/dae/classdata__structures_1_1_bitset.html#a2f1f44d6a12b0de4aaf242872b1c7b54" title="Utility function to return the size of the inner array." alt="" coords="282,55,436,96"/>
<area shape="rect" id="node3" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector/resize.html#" title=" " alt="" coords="498,5,624,31"/>
<area shape="rect" id="node4" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector/size.html#" title=" " alt="" coords="504,59,619,84"/>
<area shape="rect" id="Node000001" title="Add function for Bloom filter." alt="" coords="5,35,220,60"/>
<area shape="rect" id="Node000002" href="$d9/dae/classdata__structures_1_1_bitset.html#a17dbe1b1d559302312e8091f82f7499c" title="Turn bit on position x to 1s." alt="" coords="268,5,450,31"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="220,32,253,28,253,33,220,37"/>
<area shape="rect" id="Node000005" href="$d9/dae/classdata__structures_1_1_bitset.html#a2f1f44d6a12b0de4aaf242872b1c7b54" title="Utility function to return the size of the inner array." alt="" coords="282,55,436,96"/>
<area shape="poly" id="edge4_Node000001_Node000005" title=" " alt="" coords="220,57,268,62,267,68,220,62"/>
<area shape="rect" id="Node000003" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector/resize.html#" title=" " alt="" coords="498,5,624,31"/>
<area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="451,16,483,16,483,21,451,21"/>
<area shape="rect" id="Node000004" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector/size.html#" title=" " alt="" coords="504,59,619,84"/>
<area shape="poly" id="edge3_Node000002_Node000004" title=" " alt="" coords="411,29,496,52,495,57,410,34"/>
<area shape="poly" id="edge5_Node000005_Node000004" title=" " alt="" coords="436,71,488,70,488,76,436,77"/>
</map>

View File

@@ -1 +1 @@
ccd654291d24ec9b82103c6169a9084b
1a81d441b95580fb05d3d501a0c621fc

View File

@@ -6,36 +6,49 @@
<!-- Title: data_structures::BloomFilter::add Pages: 1 -->
<svg width="472pt" height="76pt"
viewBox="0.00 0.00 472.25 75.88" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<svg id="main" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" onload="init(evt)">
<style type="text/css"><![CDATA[
.node, .edge {opacity: 0.7;}
.node.selected, .edge.selected {opacity: 1;}
.edge:hover path { stroke: red; }
.edge:hover polygon { stroke: red; fill: red; }
]]></style>
<script type="application/ecmascript" xlink:href="../../svg.min.js"/>
<svg id="graph" class="graph">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 71.88)">
<title>data_structures::BloomFilter::add</title>
<!-- Node1 -->
<g id="node1" class="node">
<g id="Node000001" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Add function for Bloom filter.">
<g id="a_Node000001"><a xlink:title="Add function for Bloom filter.">
<polygon fill="#999999" stroke="#666666" points="160.75,-45.88 0,-45.88 0,-26.62 160.75,-26.62 160.75,-45.88"/>
<text text-anchor="middle" x="80.38" y="-32.38" font-family="Helvetica,sans-Serif" font-size="10.00">data_structures::BloomFilter::add</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="node2" class="node">
<g id="Node000002" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:href="../../d9/dae/classdata__structures_1_1_bitset.html#a17dbe1b1d559302312e8091f82f7499c" target="_top" xlink:title="Turn bit on position x to 1s.">
<g id="a_Node000002"><a xlink:href="../../d9/dae/classdata__structures_1_1_bitset.html#a17dbe1b1d559302312e8091f82f7499c" target="_top" xlink:title="Turn bit on position x to 1s.">
<polygon fill="white" stroke="#666666" points="333.5,-67.88 196.75,-67.88 196.75,-48.62 333.5,-48.62 333.5,-67.88"/>
<text text-anchor="middle" x="265.12" y="-54.38" font-family="Helvetica,sans-Serif" font-size="10.00">data_structures::Bitset::add</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1" class="edge">
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M161,-45.84C169.23,-46.83 177.58,-47.83 185.79,-48.82"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="185.14,-52.39 195.48,-50.11 185.97,-45.44 185.14,-52.39"/>
</a>
</g>
</g>
<!-- Node5 -->
<g id="node5" class="node">
<g id="Node000005" class="node">
<title>Node5</title>
<g id="a_node5"><a xlink:href="../../d9/dae/classdata__structures_1_1_bitset.html#a2f1f44d6a12b0de4aaf242872b1c7b54" target="_top" xlink:title="Utility function to return the size of the inner array.">
<g id="a_Node000005"><a xlink:href="../../d9/dae/classdata__structures_1_1_bitset.html#a2f1f44d6a12b0de4aaf242872b1c7b54" target="_top" xlink:title="Utility function to return the size of the inner array.">
<polygon fill="white" stroke="#666666" points="322.62,-30.5 207.62,-30.5 207.62,0 322.62,0 322.62,-30.5"/>
<text text-anchor="start" x="215.62" y="-17" font-family="Helvetica,sans-Serif" font-size="10.00">data_structures::Bitset</text>
<text text-anchor="middle" x="265.12" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">::size</text>
@@ -43,46 +56,73 @@
</g>
</g>
<!-- Node1&#45;&gt;Node5 -->
<g id="edge4" class="edge">
<g id="edge4_Node000001_Node000005" class="edge">
<title>Node1&#45;&gt;Node5</title>
<g id="a_edge4_Node000001_Node000005"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M161,-27.1C172.81,-25.74 184.88,-24.36 196.42,-23.03"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="196.75,-26.4 206.28,-21.78 195.95,-19.45 196.75,-26.4"/>
</a>
</g>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<g id="Node000003" class="node">
<title>Node3</title>
<g id="a_node3"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector/resize.html#" xlink:title=" ">
<g id="a_Node000003"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector/resize.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="464.25,-67.88 369.5,-67.88 369.5,-48.62 464.25,-48.62 464.25,-67.88"/>
<text text-anchor="middle" x="416.88" y="-54.38" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector::resize</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<g id="edge2_Node000002_Node000003" class="edge">
<title>Node2&#45;&gt;Node3</title>
<g id="a_edge2_Node000002_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M333.99,-58.25C342.09,-58.25 350.3,-58.25 358.24,-58.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="358.24,-61.75 368.24,-58.25 358.24,-54.75 358.24,-61.75"/>
</a>
</g>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<g id="Node000004" class="node">
<title>Node4</title>
<g id="a_node4"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector/size.html#" xlink:title=" ">
<g id="a_Node000004"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector/size.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="460.12,-27.88 373.62,-27.88 373.62,-8.62 460.12,-8.62 460.12,-27.88"/>
<text text-anchor="middle" x="416.88" y="-14.38" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector::size</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node4 -->
<g id="edge3" class="edge">
<g id="edge3_Node000002_Node000004" class="edge">
<title>Node2&#45;&gt;Node4</title>
<g id="a_edge3_Node000002_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M303.91,-48.16C323.24,-42.99 346.99,-36.65 367.63,-31.14"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="368.34,-34.3 377.1,-28.34 366.53,-27.54 368.34,-34.3"/>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node4 -->
<g id="edge5" class="edge">
<g id="edge5_Node000005_Node000004" class="edge">
<title>Node5&#45;&gt;Node4</title>
<g id="a_edge5_Node000005_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M322.74,-16.38C335.68,-16.64 349.39,-16.92 362.21,-17.17"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="362.12,-20.69 372.19,-17.39 362.26,-13.7 362.12,-20.69"/>
</a>
</g>
</g>
</g>
</svg>
</svg>
<style type='text/css'>
<![CDATA[
[data-mouse-over-selected='false'] { opacity: 0.7; }
[data-mouse-over-selected='true'] { opacity: 1.0; }
]]>
</style>
<script type="application/ecmascript"><![CDATA[
document.addEventListener('DOMContentLoaded', (event) => {
highlightEdges();
highlightAdjacentNodes();
});
]]></script>
</svg>

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

View File

@@ -0,0 +1,103 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 8.0.5 (20230430.1635)
-->
<!-- Title: data_structures::BloomFilter::add Pages: 1 -->
<svg width="472pt" height="76pt"
viewBox="0.00 0.00 472.25 75.88" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 71.88)">
<title>data_structures::BloomFilter::add</title>
<!-- Node1 -->
<g id="Node000001" class="node">
<title>Node1</title>
<g id="a_Node000001"><a xlink:title="Add function for Bloom filter.">
<polygon fill="#999999" stroke="#666666" points="160.75,-45.88 0,-45.88 0,-26.62 160.75,-26.62 160.75,-45.88"/>
<text text-anchor="middle" x="80.38" y="-32.38" font-family="Helvetica,sans-Serif" font-size="10.00">data_structures::BloomFilter::add</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="Node000002" class="node">
<title>Node2</title>
<g id="a_Node000002"><a xlink:href="../../d9/dae/classdata__structures_1_1_bitset.html#a17dbe1b1d559302312e8091f82f7499c" target="_top" xlink:title="Turn bit on position x to 1s.">
<polygon fill="white" stroke="#666666" points="333.5,-67.88 196.75,-67.88 196.75,-48.62 333.5,-48.62 333.5,-67.88"/>
<text text-anchor="middle" x="265.12" y="-54.38" font-family="Helvetica,sans-Serif" font-size="10.00">data_structures::Bitset::add</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M161,-45.84C169.23,-46.83 177.58,-47.83 185.79,-48.82"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="185.14,-52.39 195.48,-50.11 185.97,-45.44 185.14,-52.39"/>
</a>
</g>
</g>
<!-- Node5 -->
<g id="Node000005" class="node">
<title>Node5</title>
<g id="a_Node000005"><a xlink:href="../../d9/dae/classdata__structures_1_1_bitset.html#a2f1f44d6a12b0de4aaf242872b1c7b54" target="_top" xlink:title="Utility function to return the size of the inner array.">
<polygon fill="white" stroke="#666666" points="322.62,-30.5 207.62,-30.5 207.62,0 322.62,0 322.62,-30.5"/>
<text text-anchor="start" x="215.62" y="-17" font-family="Helvetica,sans-Serif" font-size="10.00">data_structures::Bitset</text>
<text text-anchor="middle" x="265.12" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">::size</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node5 -->
<g id="edge4_Node000001_Node000005" class="edge">
<title>Node1&#45;&gt;Node5</title>
<g id="a_edge4_Node000001_Node000005"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M161,-27.1C172.81,-25.74 184.88,-24.36 196.42,-23.03"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="196.75,-26.4 206.28,-21.78 195.95,-19.45 196.75,-26.4"/>
</a>
</g>
</g>
<!-- Node3 -->
<g id="Node000003" class="node">
<title>Node3</title>
<g id="a_Node000003"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector/resize.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="464.25,-67.88 369.5,-67.88 369.5,-48.62 464.25,-48.62 464.25,-67.88"/>
<text text-anchor="middle" x="416.88" y="-54.38" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector::resize</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node3 -->
<g id="edge2_Node000002_Node000003" class="edge">
<title>Node2&#45;&gt;Node3</title>
<g id="a_edge2_Node000002_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M333.99,-58.25C342.09,-58.25 350.3,-58.25 358.24,-58.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="358.24,-61.75 368.24,-58.25 358.24,-54.75 358.24,-61.75"/>
</a>
</g>
</g>
<!-- Node4 -->
<g id="Node000004" class="node">
<title>Node4</title>
<g id="a_Node000004"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/vector/size.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="460.12,-27.88 373.62,-27.88 373.62,-8.62 460.12,-8.62 460.12,-27.88"/>
<text text-anchor="middle" x="416.88" y="-14.38" font-family="Helvetica,sans-Serif" font-size="10.00">std::vector::size</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node4 -->
<g id="edge3_Node000002_Node000004" class="edge">
<title>Node2&#45;&gt;Node4</title>
<g id="a_edge3_Node000002_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M303.91,-48.16C323.24,-42.99 346.99,-36.65 367.63,-31.14"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="368.34,-34.3 377.1,-28.34 366.53,-27.54 368.34,-34.3"/>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node4 -->
<g id="edge5_Node000005_Node000004" class="edge">
<title>Node5&#45;&gt;Node4</title>
<g id="a_edge5_Node000005_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M322.74,-16.38C335.68,-16.64 349.39,-16.92 362.21,-17.17"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="362.12,-20.69 372.19,-17.39 362.26,-13.7 362.12,-20.69"/>
</a>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.9 KiB