Documentation for 341ed50da8

This commit is contained in:
github-actions
2021-09-03 19:56:17 +00:00
parent 52d0c55145
commit 08e8eb037e
3432 changed files with 71392 additions and 72953 deletions

View File

@@ -1,6 +0,0 @@
<map id="others::lru_cache::LRUCache" name="others::lru_cache::LRUCache">
<area shape="rect" id="node1" title="LRU cache class." alt="" coords="708,58,840,99"/>
<area shape="rect" id="node2" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/unordered_map.html" title=" " alt="" coords="447,5,600,61"/>
<area shape="rect" id="node3" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/types/integer.html" title=" " alt="" coords="5,39,100,65"/>
<area shape="rect" id="node4" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/list.html" title=" " alt="" coords="207,69,340,96"/>
</map>

View File

@@ -1 +0,0 @@
905439571afeb06d1766a12d2a9831f5

View File

@@ -1,175 +0,0 @@
<?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 2.48.0 (20210717.1556)
-->
<!-- Title: others::lru_cache::LRUCache Pages: 1 -->
<!--zoomable 79 -->
<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[
.edge:hover path { stroke: red; }
.edge:hover polygon { stroke: red; fill: red; }
]]></style>
<script type="text/javascript"><![CDATA[
var edges = document.getElementsByTagName('g');
if (edges && edges.length) {
for (var i=0;i<edges.length;i++) {
if (edges[i].id.substr(0,4)=='edge') {
edges[i].setAttribute('class','edge');
}
}
}
]]></script>
<defs>
<circle id="rim" cx="0" cy="0" r="7"/>
<circle id="rim2" cx="0" cy="0" r="3.5"/>
<g id="zoomPlus">
<use xlink:href="#rim" fill="#404040">
<set attributeName="fill" to="#808080" begin="zoomplus.mouseover" end="zoomplus.mouseout"/>
</use>
<path d="M-4,0h8M0,-4v8" fill="none" stroke="white" stroke-width="1.5" pointer-events="none"/>
</g>
<g id="zoomMin">
<use xlink:href="#rim" fill="#404040">
<set attributeName="fill" to="#808080" begin="zoomminus.mouseover" end="zoomminus.mouseout"/>
</use>
<path d="M-4,0h8" fill="none" stroke="white" stroke-width="1.5" pointer-events="none"/>
</g>
<g id="dirArrow">
<path fill="none" stroke="white" stroke-width="1.5" d="M0,-3.0v7 M-2.5,-0.5L0,-3.0L2.5,-0.5"/>
</g>
<g id="resetDef">
<use xlink:href="#rim2" fill="#404040">
<set attributeName="fill" to="#808080" begin="reset.mouseover" end="reset.mouseout"/>
</use>
</g>
</defs>
<script type="text/javascript">
var viewWidth = 634;
var viewHeight = 79;
var sectionId = 'dynsection-0';
</script>
<script xlink:href="../../svgpan.js"/>
<svg id="graph" class="graph">
<g id="viewport">
<title>others::lru_cache::LRUCache</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-74.5 630,-74.5 630,4 -4,4"/>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="LRU cache class.">
<polygon fill="#bfbfbf" stroke="black" points="527,-0.5 527,-30.5 626,-30.5 626,-0.5 527,-0.5"/>
<text text-anchor="start" x="535" y="-18.5" font-family="Helvetica,sans-Serif" font-size="10.00">others::lru_cache::</text>
<text text-anchor="middle" x="576.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">LRUCache</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/unordered_map.html" xlink:title=" ">
<polygon fill="white" stroke="black" points="331,-29 331,-70 446,-70 446,-29 331,-29"/>
<text text-anchor="start" x="339" y="-58" font-family="Helvetica,sans-Serif" font-size="10.00">std::unordered_map</text>
<text text-anchor="start" x="339" y="-47" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; uint64_t, std::list</text>
<text text-anchor="middle" x="388.5" y="-36" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; uint64_t &gt;::iterator &gt;</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node1 -->
<g id="edge1" class="edge">
<title>Node2&#45;&gt;Node1</title>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M455.91,-37.36C479.28,-33.09 505.1,-28.37 526.75,-24.41"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="455.27,-33.92 446.06,-39.16 456.53,-40.81 455.27,-33.92"/>
<text text-anchor="middle" x="486.5" y="-38.5" font-family="Helvetica,sans-Serif" font-size="10.00"> pageMap</text>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/types/integer.html" xlink:title=" ">
<polygon fill="white" stroke="black" points="0,-26 0,-45 71,-45 71,-26 0,-26"/>
<text text-anchor="middle" x="35.5" y="-33" font-family="Helvetica,sans-Serif" font-size="10.00">std::uint64_t</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node2 -->
<g id="edge2" class="edge">
<title>Node3&#45;&gt;Node2</title>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M81.27,-41.8C83.88,-42.07 86.47,-42.3 89,-42.5 172.98,-49.06 270.62,-50.12 330.74,-50.01"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="81.51,-38.31 71.18,-40.67 80.72,-45.26 81.51,-38.31"/>
<text text-anchor="middle" x="201" y="-51.5" font-family="Helvetica,sans-Serif" font-size="10.00"> keys</text>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/list.html" xlink:title=" ">
<polygon fill="white" stroke="black" points="151,-3 151,-22 251,-22 251,-3 151,-3"/>
<text text-anchor="middle" x="201" y="-10" font-family="Helvetica,sans-Serif" font-size="10.00">std::list&lt; uint64_t &gt;</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node4 -->
<g id="edge4" class="edge">
<title>Node3&#45;&gt;Node4</title>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M81.36,-29.19C102.89,-26.16 128.73,-22.53 150.8,-19.42"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="80.59,-25.76 71.17,-30.62 81.56,-32.7 80.59,-25.76"/>
<text text-anchor="middle" x="111" y="-30.5" font-family="Helvetica,sans-Serif" font-size="10.00"> elements</text>
</g>
<!-- Node4&#45;&gt;Node1 -->
<g id="edge5" class="edge">
<title>Node4&#45;&gt;Node1</title>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M261.44,-10.27C283.31,-9.55 308.27,-8.85 331,-8.5 382.1,-7.71 394.91,-7.12 446,-8.5 472.78,-9.22 502.65,-10.79 526.94,-12.25"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="261.18,-6.78 251.3,-10.61 261.42,-13.77 261.18,-6.78"/>
<text text-anchor="middle" x="388.5" y="-11.5" font-family="Helvetica,sans-Serif" font-size="10.00"> cache</text>
</g>
<!-- Node4&#45;&gt;Node2 -->
<g id="edge3" class="edge">
<title>Node4&#45;&gt;Node2</title>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M261.41,-23.46C278.12,-26.62 296.28,-30.12 313,-33.5 318.84,-34.68 324.92,-35.94 330.99,-37.21"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="261.7,-19.95 251.23,-21.54 260.41,-26.83 261.7,-19.95"/>
<text text-anchor="middle" x="291" y="-36.5" font-family="Helvetica,sans-Serif" font-size="10.00"> elements</text>
</g>
</g>
</svg>
<g id="navigator" transform="translate(0 0)" fill="#404254">
<rect fill="#f2f5e9" fill-opacity="0.5" stroke="#606060" stroke-width=".5" x="0" y="0" width="60" height="60"/>
<use id="zoomplus" xlink:href="#zoomPlus" x="17" y="9" onmousedown="handleZoom(evt,'in')"/>
<use id="zoomminus" xlink:href="#zoomMin" x="42" y="9" onmousedown="handleZoom(evt,'out')"/>
<use id="reset" xlink:href="#resetDef" x="30" y="36" onmousedown="handleReset()"/>
<g id="arrowUp" xlink:href="#dirArrow" transform="translate(30 24)" onmousedown="handlePan(0,-1)">
<use xlink:href="#rim" fill="#404040">
<set attributeName="fill" to="#808080" begin="arrowUp.mouseover" end="arrowUp.mouseout"/>
</use>
<path fill="none" stroke="white" stroke-width="1.5" d="M0,-3.0v7 M-2.5,-0.5L0,-3.0L2.5,-0.5"/>
</g>
<g id="arrowRight" xlink:href="#dirArrow" transform="rotate(90) translate(36 -43)" onmousedown="handlePan(1,0)">
<use xlink:href="#rim" fill="#404040">
<set attributeName="fill" to="#808080" begin="arrowRight.mouseover" end="arrowRight.mouseout"/>
</use>
<path fill="none" stroke="white" stroke-width="1.5" d="M0,-3.0v7 M-2.5,-0.5L0,-3.0L2.5,-0.5"/>
</g>
<g id="arrowDown" xlink:href="#dirArrow" transform="rotate(180) translate(-30 -48)" onmousedown="handlePan(0,1)">
<use xlink:href="#rim" fill="#404040">
<set attributeName="fill" to="#808080" begin="arrowDown.mouseover" end="arrowDown.mouseout"/>
</use>
<path fill="none" stroke="white" stroke-width="1.5" d="M0,-3.0v7 M-2.5,-0.5L0,-3.0L2.5,-0.5"/>
</g>
<g id="arrowLeft" xlink:href="#dirArrow" transform="rotate(270) translate(-36 17)" onmousedown="handlePan(-1,0)">
<use xlink:href="#rim" fill="#404040">
<set attributeName="fill" to="#808080" begin="arrowLeft.mouseover" end="arrowLeft.mouseout"/>
</use>
<path fill="none" stroke="white" stroke-width="1.5" d="M0,-3.0v7 M-2.5,-0.5L0,-3.0L2.5,-0.5"/>
</g>
</g>
<svg viewBox="0 0 15 15" width="100%" height="30px" preserveAspectRatio="xMaxYMin meet">
<g id="arrow_out" transform="scale(0.3 0.3)">
<a xlink:href="classothers_1_1lru__cache_1_1_l_r_u_cache__coll__graph_org.svg" target="_base">
<rect id="button" ry="5" rx="5" y="6" x="6" height="38" width="38"
fill="#f2f5e9" fill-opacity="0.5" stroke="#606060" stroke-width="1.0"/>
<path id="arrow"
d="M 11.500037,31.436501 C 11.940474,20.09759 22.043105,11.32322 32.158766,21.979434 L 37.068811,17.246167 C 37.068811,17.246167 37.088388,32 37.088388,32 L 22.160133,31.978069 C 22.160133,31.978069 26.997745,27.140456 26.997745,27.140456 C 18.528582,18.264221 13.291696,25.230495 11.500037,31.436501 z"
style="fill:#404040;"/>
</a>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 9.8 KiB

View File

@@ -1,87 +0,0 @@
<?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 2.48.0 (20210717.1556)
-->
<!-- Title: others::lru_cache::LRUCache Pages: 1 -->
<svg width="634pt" height="79pt"
viewBox="0.00 0.00 634.00 78.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 74.5)">
<title>others::lru_cache::LRUCache</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-74.5 630,-74.5 630,4 -4,4"/>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="LRU cache class.">
<polygon fill="#bfbfbf" stroke="black" points="527,-0.5 527,-30.5 626,-30.5 626,-0.5 527,-0.5"/>
<text text-anchor="start" x="535" y="-18.5" font-family="Helvetica,sans-Serif" font-size="10.00">others::lru_cache::</text>
<text text-anchor="middle" x="576.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">LRUCache</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/unordered_map.html" xlink:title=" ">
<polygon fill="white" stroke="black" points="331,-29 331,-70 446,-70 446,-29 331,-29"/>
<text text-anchor="start" x="339" y="-58" font-family="Helvetica,sans-Serif" font-size="10.00">std::unordered_map</text>
<text text-anchor="start" x="339" y="-47" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; uint64_t, std::list</text>
<text text-anchor="middle" x="388.5" y="-36" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; uint64_t &gt;::iterator &gt;</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node1 -->
<g id="edge1" class="edge">
<title>Node2&#45;&gt;Node1</title>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M455.91,-37.36C479.28,-33.09 505.1,-28.37 526.75,-24.41"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="455.27,-33.92 446.06,-39.16 456.53,-40.81 455.27,-33.92"/>
<text text-anchor="middle" x="486.5" y="-38.5" font-family="Helvetica,sans-Serif" font-size="10.00"> pageMap</text>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/types/integer.html" xlink:title=" ">
<polygon fill="white" stroke="black" points="0,-26 0,-45 71,-45 71,-26 0,-26"/>
<text text-anchor="middle" x="35.5" y="-33" font-family="Helvetica,sans-Serif" font-size="10.00">std::uint64_t</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node2 -->
<g id="edge2" class="edge">
<title>Node3&#45;&gt;Node2</title>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M81.27,-41.8C83.88,-42.07 86.47,-42.3 89,-42.5 172.98,-49.06 270.62,-50.12 330.74,-50.01"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="81.51,-38.31 71.18,-40.67 80.72,-45.26 81.51,-38.31"/>
<text text-anchor="middle" x="201" y="-51.5" font-family="Helvetica,sans-Serif" font-size="10.00"> keys</text>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/container/list.html" xlink:title=" ">
<polygon fill="white" stroke="black" points="151,-3 151,-22 251,-22 251,-3 151,-3"/>
<text text-anchor="middle" x="201" y="-10" font-family="Helvetica,sans-Serif" font-size="10.00">std::list&lt; uint64_t &gt;</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node4 -->
<g id="edge4" class="edge">
<title>Node3&#45;&gt;Node4</title>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M81.36,-29.19C102.89,-26.16 128.73,-22.53 150.8,-19.42"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="80.59,-25.76 71.17,-30.62 81.56,-32.7 80.59,-25.76"/>
<text text-anchor="middle" x="111" y="-30.5" font-family="Helvetica,sans-Serif" font-size="10.00"> elements</text>
</g>
<!-- Node4&#45;&gt;Node1 -->
<g id="edge5" class="edge">
<title>Node4&#45;&gt;Node1</title>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M261.44,-10.27C283.31,-9.55 308.27,-8.85 331,-8.5 382.1,-7.71 394.91,-7.12 446,-8.5 472.78,-9.22 502.65,-10.79 526.94,-12.25"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="261.18,-6.78 251.3,-10.61 261.42,-13.77 261.18,-6.78"/>
<text text-anchor="middle" x="388.5" y="-11.5" font-family="Helvetica,sans-Serif" font-size="10.00"> cache</text>
</g>
<!-- Node4&#45;&gt;Node2 -->
<g id="edge3" class="edge">
<title>Node4&#45;&gt;Node2</title>
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M261.41,-23.46C278.12,-26.62 296.28,-30.12 313,-33.5 318.84,-34.68 324.92,-35.94 330.99,-37.21"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="261.7,-19.95 251.23,-21.54 260.41,-26.83 261.7,-19.95"/>
<text text-anchor="middle" x="291" y="-36.5" font-family="Helvetica,sans-Serif" font-size="10.00"> elements</text>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 4.8 KiB