Updated test cases documentation
@@ -40,6 +40,7 @@
|
||||
* [t00039](./test_cases/t00039.md) - Subclass class diagram filter test
|
||||
* [t00040](./test_cases/t00040.md) - Relationship and access filter test
|
||||
* [t00041](./test_cases/t00041.md) - Context diagram filter test
|
||||
* [t00042](./test_cases/t00042.md) - Specialization class template diagram filter test
|
||||
## Sequence diagrams
|
||||
* [t20001](./test_cases/t20001.md) - Basic sequence diagram test case
|
||||
* [t20002](./test_cases/t20002.md) - Free function sequence diagram test case
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="application/ecmascript" contentStyleType="text/css" height="376px" preserveAspectRatio="none" style="width:518px;height:376px;background:#FFFFFF;" version="1.1" viewBox="0 0 518 376" width="518px" zoomAndPan="magnify">
|
||||
<defs>
|
||||
<filter height="300%" id="fg9kmh25xh6xi" width="300%" x="-1" y="-1">
|
||||
<filter height="300%" id="f754j0ovhalos" width="300%" x="-1" y="-1">
|
||||
<feGaussianBlur result="blurOut" stdDeviation="2.0"/>
|
||||
<feColorMatrix in="blurOut" result="blurOut2" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .4 0"/>
|
||||
<feOffset dx="4.0" dy="4.0" in="blurOut2" result="blurOut3"/>
|
||||
@@ -9,146 +9,146 @@
|
||||
<style type="text/css">a:hover { text-decoration: underline; }</style>
|
||||
</defs>
|
||||
<g>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00002/t00002.cc#L7" target="_top" title="This is class A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00002/t00002.cc#L7" xlink:show="new" xlink:title="This is class A" xlink:type="simple">
|
||||
<rect codeLine="3" fill="#FEFECE" filter="url(#fg9kmh25xh6xi)" height="77.9638" id="C_0000000004" style="stroke:#A80036;stroke-width:1.5;" width="105" x="274" y="7"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00002/t00002.cc#L7" target="_top" title="This is class A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00002/t00002.cc#L7" xlink:show="new" xlink:title="This is class A" xlink:type="simple">
|
||||
<rect codeLine="2" fill="#FEFECE" filter="url(#f754j0ovhalos)" height="77.9638" id="C_0000000004" style="stroke:#A80036;stroke-width:1.5;" width="105" x="274" y="7"/>
|
||||
<ellipse cx="318.75" cy="23" fill="#A9DCDF" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M313.9219,28.75 L317.2656,16.5625 L320.4063,16.5625 L323.7813,28.75 L321.3125,28.75 L320.5781,25.7344 L317.0625,25.7344 L316.3125,28.75 L313.9219,28.75 Z M318.3281,20.7031 L317.5781,23.7031 L320.0938,23.7031 L319.375,20.7031 Q319.2344,20.125 319.1094,19.5781 Q318.9844,19.0156 318.8438,18.4375 Q318.7344,19.0156 318.5938,19.5781 Q318.4531,20.125 318.3281,20.7031 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="7" x="339.25" y="27.656">A</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="275" x2="378" y1="39" y2="39"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="275" x2="378" y1="47" y2="47"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00002/t00002.cc#L10" target="_top" title="Abstract foo_a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00002/t00002.cc#L10" xlink:show="new" xlink:title="Abstract foo_a" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00002/t00002.cc#L10" target="_top" title="Abstract foo_a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00002/t00002.cc#L10" xlink:show="new" xlink:title="Abstract foo_a" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="280" y="53"/>
|
||||
<ellipse cx="285" cy="58" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00002/t00002.cc#L10" target="_top" title="Abstract foo_a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00002/t00002.cc#L10" xlink:show="new" xlink:title="Abstract foo_a" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00002/t00002.cc#L10" target="_top" title="Abstract foo_a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00002/t00002.cc#L10" xlink:show="new" xlink:title="Abstract foo_a" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" font-style="italic" lengthAdjust="spacing" textLength="79" x="294" y="62.7589">foo_a() = 0 : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00002/t00002.cc#L12" target="_top" title="Abstract foo_c" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00002/t00002.cc#L12" xlink:show="new" xlink:title="Abstract foo_c" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00002/t00002.cc#L12" target="_top" title="Abstract foo_c" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00002/t00002.cc#L12" xlink:show="new" xlink:title="Abstract foo_c" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="280" y="67.9819"/>
|
||||
<ellipse cx="285" cy="72.9819" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00002/t00002.cc#L12" target="_top" title="Abstract foo_c" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00002/t00002.cc#L12" xlink:show="new" xlink:title="Abstract foo_c" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00002/t00002.cc#L12" target="_top" title="Abstract foo_c" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00002/t00002.cc#L12" xlink:show="new" xlink:title="Abstract foo_c" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" font-style="italic" lengthAdjust="spacing" textLength="78" x="294" y="77.7408">foo_c() = 0 : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00002/t00002.cc#L16" target="_top" title="This is class B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00002/t00002.cc#L16" xlink:show="new" xlink:title="This is class B" xlink:type="simple">
|
||||
<rect codeLine="9" fill="#FEFECE" filter="url(#fg9kmh25xh6xi)" height="62.9819" id="C_0000000008" style="stroke:#A80036;stroke-width:1.5;" width="93" x="55" y="146"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00002/t00002.cc#L16" target="_top" title="This is class B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00002/t00002.cc#L16" xlink:show="new" xlink:title="This is class B" xlink:type="simple">
|
||||
<rect codeLine="7" fill="#FEFECE" filter="url(#f754j0ovhalos)" height="62.9819" id="C_0000000008" style="stroke:#A80036;stroke-width:1.5;" width="93" x="55" y="146"/>
|
||||
<ellipse cx="93.85" cy="162" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M93.3188,168.9219 Q91.5688,168.9219 90.4281,168.1875 Q89.3031,167.4375 88.7406,166.0938 Q88.1938,164.7344 88.1938,162.9375 Q88.1938,160.9063 88.85,159.4531 Q89.5063,158 90.7875,157.2188 Q92.0688,156.4375 93.9438,156.4375 Q94.8344,156.4375 95.5063,156.625 Q96.1781,156.7969 96.8656,157.1406 L96.0531,159.1563 Q95.4281,158.8438 94.8813,158.7188 Q94.35,158.5938 93.8656,158.5938 Q92.6938,158.5938 91.9906,159.125 Q91.2875,159.6563 90.9906,160.6094 Q90.6938,161.5625 90.6938,162.8281 Q90.6938,164.8438 91.4125,165.8125 Q92.1313,166.7656 93.725,166.7656 Q94.3188,166.7656 94.9438,166.6094 Q95.5688,166.4531 96.3969,166.0781 L96.3969,168.2969 Q95.6625,168.6094 94.8656,168.7656 Q94.0844,168.9219 93.3188,168.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="113.15" y="166.656">B</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="56" x2="147" y1="178" y2="178"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="56" x2="147" y1="186" y2="186"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00002/t00002.cc#L18" target="_top" title="foo_a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00002/t00002.cc#L18" xlink:show="new" xlink:title="foo_a" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00002/t00002.cc#L18" target="_top" title="foo_a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00002/t00002.cc#L18" xlink:show="new" xlink:title="foo_a" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="61" y="192"/>
|
||||
<ellipse cx="66" cy="197" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00002/t00002.cc#L18" target="_top" title="foo_a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00002/t00002.cc#L18" xlink:show="new" xlink:title="foo_a" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00002/t00002.cc#L18" target="_top" title="foo_a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00002/t00002.cc#L18" xlink:show="new" xlink:title="foo_a" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="67" x="75" y="201.7589">foo_a() : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00002/t00002.cc#L27" target="_top" title="@brief This is class C - class C has a long comment Vivamus integer non suscipit taciti mus etiam at primis tempor sagittis sit, euismod libero facilisi aptent elementum felis blandit cursus gravida sociis erat ante, eleifend lectus nullam dapibus netus..." xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00002/t00002.cc#L27" xlink:show="new" xlink:title="@brief This is class C - class C has a long comment Vivamus integer non suscipit taciti mus etiam at primis tempor sagittis sit, euismod libero facilisi aptent elementum felis blandit cursus gravida sociis erat ante, eleifend lectus nullam dapibus netus..." xlink:type="simple">
|
||||
<rect codeLine="14" fill="#FEFECE" filter="url(#fg9kmh25xh6xi)" height="62.9819" id="C_0000000012" style="stroke:#A80036;stroke-width:1.5;" width="92" x="280.5" y="146"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00002/t00002.cc#L27" target="_top" title="@brief This is class C - class C has a long comment Vivamus integer non suscipit taciti mus etiam at primis tempor sagittis sit, euismod libero facilisi aptent elementum felis blandit cursus gravida sociis erat ante, eleifend lectus nullam dapibus netus..." xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00002/t00002.cc#L27" xlink:show="new" xlink:title="@brief This is class C - class C has a long comment Vivamus integer non suscipit taciti mus etiam at primis tempor sagittis sit, euismod libero facilisi aptent elementum felis blandit cursus gravida sociis erat ante, eleifend lectus nullam dapibus netus..." xlink:type="simple">
|
||||
<rect codeLine="11" fill="#FEFECE" filter="url(#f754j0ovhalos)" height="62.9819" id="C_0000000012" style="stroke:#A80036;stroke-width:1.5;" width="92" x="280.5" y="146"/>
|
||||
<ellipse cx="318.9" cy="162" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M318.3688,168.9219 Q316.6188,168.9219 315.4781,168.1875 Q314.3531,167.4375 313.7906,166.0938 Q313.2438,164.7344 313.2438,162.9375 Q313.2438,160.9063 313.9,159.4531 Q314.5563,158 315.8375,157.2188 Q317.1188,156.4375 318.9938,156.4375 Q319.8844,156.4375 320.5563,156.625 Q321.2281,156.7969 321.9156,157.1406 L321.1031,159.1563 Q320.4781,158.8438 319.9313,158.7188 Q319.4,158.5938 318.9156,158.5938 Q317.7438,158.5938 317.0406,159.125 Q316.3375,159.6563 316.0406,160.6094 Q315.7438,161.5625 315.7438,162.8281 Q315.7438,164.8438 316.4625,165.8125 Q317.1813,166.7656 318.775,166.7656 Q319.3688,166.7656 319.9938,166.6094 Q320.6188,166.4531 321.4469,166.0781 L321.4469,168.2969 Q320.7125,168.6094 319.9156,168.7656 Q319.1344,168.9219 318.3688,168.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="338.1" y="166.656">C</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="281.5" x2="371.5" y1="178" y2="178"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="281.5" x2="371.5" y1="186" y2="186"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00002/t00002.cc#L30" target="_top" title="Do nothing unless override is provided" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00002/t00002.cc#L30" xlink:show="new" xlink:title="Do nothing unless override is provided" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00002/t00002.cc#L30" target="_top" title="Do nothing unless override is provided" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00002/t00002.cc#L30" xlink:show="new" xlink:title="Do nothing unless override is provided" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="286.5" y="192"/>
|
||||
<ellipse cx="291.5" cy="197" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00002/t00002.cc#L30" target="_top" title="Do nothing unless override is provided" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00002/t00002.cc#L30" xlink:show="new" xlink:title="Do nothing unless override is provided" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00002/t00002.cc#L30" target="_top" title="Do nothing unless override is provided" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00002/t00002.cc#L30" xlink:show="new" xlink:title="Do nothing unless override is provided" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="66" x="300.5" y="201.7589">foo_c() : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00002/t00002.cc#L36" target="_top" title="This is class D which is a little like B and a little like C" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00002/t00002.cc#L36" xlink:show="new" xlink:title="This is class D which is a little like B and a little like C" xlink:type="simple">
|
||||
<rect codeLine="19" fill="#FEFECE" filter="url(#fg9kmh25xh6xi)" height="92.9457" id="C_0000000016" style="stroke:#A80036;stroke-width:1.5;" width="126" x="40.5" y="270"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00002/t00002.cc#L36" target="_top" title="This is class D which is a little like B and a little like C" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00002/t00002.cc#L36" xlink:show="new" xlink:title="This is class D which is a little like B and a little like C" xlink:type="simple">
|
||||
<rect codeLine="15" fill="#FEFECE" filter="url(#f754j0ovhalos)" height="92.9457" id="C_0000000016" style="stroke:#A80036;stroke-width:1.5;" width="126" x="40.5" y="270"/>
|
||||
<ellipse cx="94.75" cy="286" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M94.2188,292.9219 Q92.4688,292.9219 91.3281,292.1875 Q90.2031,291.4375 89.6406,290.0938 Q89.0938,288.7344 89.0938,286.9375 Q89.0938,284.9063 89.75,283.4531 Q90.4063,282 91.6875,281.2188 Q92.9688,280.4375 94.8438,280.4375 Q95.7344,280.4375 96.4063,280.625 Q97.0781,280.7969 97.7656,281.1406 L96.9531,283.1563 Q96.3281,282.8438 95.7813,282.7188 Q95.25,282.5938 94.7656,282.5938 Q93.5938,282.5938 92.8906,283.125 Q92.1875,283.6563 91.8906,284.6094 Q91.5938,285.5625 91.5938,286.8281 Q91.5938,288.8438 92.3125,289.8125 Q93.0313,290.7656 94.625,290.7656 Q95.2188,290.7656 95.8438,290.6094 Q96.4688,290.4531 97.2969,290.0781 L97.2969,292.2969 Q96.5625,292.6094 95.7656,292.7656 Q94.9844,292.9219 94.2188,292.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="9" x="115.25" y="290.656">D</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="41.5" x2="165.5" y1="302" y2="302"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00002/t00002.cc#L58" target="_top" title="as" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00002/t00002.cc#L58" xlink:show="new" xlink:title="as" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00002/t00002.cc#L58" target="_top" title="as" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00002/t00002.cc#L58" xlink:show="new" xlink:title="as" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="46.5" y="308"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="48.5" y="310"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00002/t00002.cc#L58" target="_top" title="as" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00002/t00002.cc#L58" xlink:show="new" xlink:title="as" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00002/t00002.cc#L58" target="_top" title="as" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00002/t00002.cc#L58" xlink:show="new" xlink:title="as" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="100" x="60.5" y="317.7589">as : std::vector<A*></text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="41.5" x2="165.5" y1="324.9819" y2="324.9819"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00002/t00002.cc#L41" target="_top" title="Forward foo_a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00002/t00002.cc#L41" xlink:show="new" xlink:title="Forward foo_a" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00002/t00002.cc#L41" target="_top" title="Forward foo_a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00002/t00002.cc#L41" xlink:show="new" xlink:title="Forward foo_a" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="46.5" y="330.9819"/>
|
||||
<ellipse cx="51.5" cy="335.9819" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00002/t00002.cc#L41" target="_top" title="Forward foo_a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00002/t00002.cc#L41" xlink:show="new" xlink:title="Forward foo_a" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00002/t00002.cc#L41" target="_top" title="Forward foo_a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00002/t00002.cc#L41" xlink:show="new" xlink:title="Forward foo_a" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="67" x="60.5" y="340.7408">foo_a() : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00002/t00002.cc#L50" target="_top" title="Forward foo_c" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00002/t00002.cc#L50" xlink:show="new" xlink:title="Forward foo_c" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00002/t00002.cc#L50" target="_top" title="Forward foo_c" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00002/t00002.cc#L50" xlink:show="new" xlink:title="Forward foo_c" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="46.5" y="345.9638"/>
|
||||
<ellipse cx="51.5" cy="350.9638" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00002/t00002.cc#L50" target="_top" title="Forward foo_c" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00002/t00002.cc#L50" xlink:show="new" xlink:title="Forward foo_c" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00002/t00002.cc#L50" target="_top" title="Forward foo_c" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00002/t00002.cc#L50" xlink:show="new" xlink:title="Forward foo_c" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="66" x="60.5" y="355.7227">foo_c() : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00002/t00002.cc#L61" target="_top" title="E" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00002/t00002.cc#L61" xlink:show="new" xlink:title="E" xlink:type="simple">
|
||||
<rect codeLine="26" fill="#FEFECE" filter="url(#fg9kmh25xh6xi)" height="92.9457" id="C_0000000022" style="stroke:#A80036;stroke-width:1.5;" width="126" x="378.5" y="270"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00002/t00002.cc#L61" target="_top" title="E" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00002/t00002.cc#L61" xlink:show="new" xlink:title="E" xlink:type="simple">
|
||||
<rect codeLine="21" fill="#FEFECE" filter="url(#f754j0ovhalos)" height="92.9457" id="C_0000000022" style="stroke:#A80036;stroke-width:1.5;" width="126" x="378.5" y="270"/>
|
||||
<ellipse cx="433.75" cy="286" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M433.2188,292.9219 Q431.4688,292.9219 430.3281,292.1875 Q429.2031,291.4375 428.6406,290.0938 Q428.0938,288.7344 428.0938,286.9375 Q428.0938,284.9063 428.75,283.4531 Q429.4063,282 430.6875,281.2188 Q431.9688,280.4375 433.8438,280.4375 Q434.7344,280.4375 435.4063,280.625 Q436.0781,280.7969 436.7656,281.1406 L435.9531,283.1563 Q435.3281,282.8438 434.7813,282.7188 Q434.25,282.5938 433.7656,282.5938 Q432.5938,282.5938 431.8906,283.125 Q431.1875,283.6563 430.8906,284.6094 Q430.5938,285.5625 430.5938,286.8281 Q430.5938,288.8438 431.3125,289.8125 Q432.0313,290.7656 433.625,290.7656 Q434.2188,290.7656 434.8438,290.6094 Q435.4688,290.4531 436.2969,290.0781 L436.2969,292.2969 Q435.5625,292.6094 434.7656,292.7656 Q433.9844,292.9219 433.2188,292.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="7" x="454.25" y="290.656">E</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="379.5" x2="503.5" y1="302" y2="302"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00002/t00002.cc#L83" target="_top" title="as" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00002/t00002.cc#L83" xlink:show="new" xlink:title="as" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00002/t00002.cc#L83" target="_top" title="as" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00002/t00002.cc#L83" xlink:show="new" xlink:title="as" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="384.5" y="308"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="386.5" y="310"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00002/t00002.cc#L83" target="_top" title="as" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00002/t00002.cc#L83" xlink:show="new" xlink:title="as" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00002/t00002.cc#L83" target="_top" title="as" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00002/t00002.cc#L83" xlink:show="new" xlink:title="as" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="100" x="398.5" y="317.7589">as : std::vector<A*></text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="379.5" x2="503.5" y1="324.9819" y2="324.9819"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00002/t00002.cc#L66" target="_top" title="Forward foo_a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00002/t00002.cc#L66" xlink:show="new" xlink:title="Forward foo_a" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00002/t00002.cc#L66" target="_top" title="Forward foo_a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00002/t00002.cc#L66" xlink:show="new" xlink:title="Forward foo_a" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="384.5" y="330.9819"/>
|
||||
<ellipse cx="389.5" cy="335.9819" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00002/t00002.cc#L66" target="_top" title="Forward foo_a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00002/t00002.cc#L66" xlink:show="new" xlink:title="Forward foo_a" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00002/t00002.cc#L66" target="_top" title="Forward foo_a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00002/t00002.cc#L66" xlink:show="new" xlink:title="Forward foo_a" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="67" x="398.5" y="340.7408">foo_a() : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00002/t00002.cc#L75" target="_top" title="Forward foo_c" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00002/t00002.cc#L75" xlink:show="new" xlink:title="Forward foo_c" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00002/t00002.cc#L75" target="_top" title="Forward foo_c" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00002/t00002.cc#L75" xlink:show="new" xlink:title="Forward foo_c" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="384.5" y="345.9638"/>
|
||||
<ellipse cx="389.5" cy="350.9638" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00002/t00002.cc#L75" target="_top" title="Forward foo_c" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00002/t00002.cc#L75" xlink:show="new" xlink:title="Forward foo_c" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00002/t00002.cc#L75" target="_top" title="Forward foo_c" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00002/t00002.cc#L75" xlink:show="new" xlink:title="Forward foo_c" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="66" x="398.5" y="355.7227">foo_c() : void</text>
|
||||
</a>
|
||||
<path d="M140,32 L140,59.706 A0,0 0 0 0 140,59.706 L239,59.706 A0,0 0 0 0 239,59.706 L239,50 L273.86,46 L239,42 L239,42 L229,32 L140,32 A0,0 0 0 0 140,32 " fill="#FBFB77" filter="url(#fg9kmh25xh6xi)" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M140,32 L140,59.706 A0,0 0 0 0 140,59.706 L239,59.706 A0,0 0 0 0 239,59.706 L239,50 L273.86,46 L239,42 L239,42 L229,32 L140,32 A0,0 0 0 0 140,32 " fill="#FBFB77" filter="url(#f754j0ovhalos)" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M229,32 L229,42 L239,42 L229,32 " fill="#FBFB77" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="78" x="146" y="50.897">This is class A</text>
|
||||
<path d="M6,32 L6,59.706 A0,0 0 0 0 6,59.706 L56.25,59.706 L90.63,145.89 L64.25,59.706 L105,59.706 A0,0 0 0 0 105,59.706 L105,42 L95,32 L6,32 A0,0 0 0 0 6,32 " fill="#FBFB77" filter="url(#fg9kmh25xh6xi)" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M6,32 L6,59.706 A0,0 0 0 0 6,59.706 L56.25,59.706 L90.63,145.89 L64.25,59.706 L105,59.706 A0,0 0 0 0 105,59.706 L105,42 L95,32 L6,32 A0,0 0 0 0 6,32 " fill="#FBFB77" filter="url(#f754j0ovhalos)" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M95,32 L95,42 L105,42 L95,32 " fill="#FBFB77" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="78" x="12" y="50.897">This is class B</text>
|
||||
<path d="M202,285 L202,312.5 L166.54,316.5 L202,320.5 L202,348.118 A0,0 0 0 0 202,348.118 L343,348.118 A0,0 0 0 0 343,348.118 L343,295 L333,285 L202,285 A0,0 0 0 0 202,285 " fill="#FBFB77" filter="url(#fg9kmh25xh6xi)" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M202,285 L202,312.5 L166.54,316.5 L202,320.5 L202,348.118 A0,0 0 0 0 202,348.118 L343,348.118 A0,0 0 0 0 343,348.118 L343,295 L333,285 L202,285 A0,0 0 0 0 202,285 " fill="#FBFB77" filter="url(#f754j0ovhalos)" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M333,285 L333,295 L343,295 L333,285 " fill="#FBFB77" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="79" x="208" y="303.897">This is class D</text>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="120" x="208" y="321.603">which is a little like B</text>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="96" x="208" y="339.309">and a little like C</text>
|
||||
<path codeLine="34" d="M255.93,84.91 C225.48,99.6 215.76,101.79 192.5,115 C176.08,124.32 158.75,135.63 143.67,145.99 " fill="none" id="C_0000000004-backto-C_0000000008" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="26" d="M255.93,84.91 C225.48,99.6 215.76,101.79 192.5,115 C176.08,124.32 158.75,135.63 143.67,145.99 " fill="none" id="C_0000000004-backto-C_0000000008" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="none" points="252.9,78.6,273.93,75.97,259.13,91.14,252.9,78.6" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="36" d="M326.5,105.18 C326.5,119.27 326.5,133.77 326.5,145.99 " fill="none" id="C_0000000004-backto-C_0000000012" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="27" d="M326.5,105.18 C326.5,119.27 326.5,133.77 326.5,145.99 " fill="none" id="C_0000000004-backto-C_0000000012" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="none" points="319.5,105.15,326.5,85.15,333.5,105.15,319.5,105.15" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="38" d="M137.91,269.82 C164.26,235.29 201.86,187 236.5,146 C252.53,127.03 270.87,106.64 286.79,89.32 " fill="none" id="C_0000000016-to-C_0000000004" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="28" d="M137.91,269.82 C164.26,235.29 201.86,187 236.5,146 C252.53,127.03 270.87,106.64 286.79,89.32 " fill="none" id="C_0000000016-to-C_0000000004" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#A80036" points="290.36,85.45,281.3257,89.372,286.9775,89.1322,287.2173,94.784,290.36,85.45" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="239.5" y="175.353"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="13" x="249.5" y="182.897">as</text>
|
||||
<path codeLine="39" d="M102.25,229.55 C102.44,242.74 102.64,256.86 102.83,269.77 " fill="none" id="C_0000000008-backto-C_0000000016" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="29" d="M102.25,229.55 C102.44,242.74 102.64,256.86 102.83,269.77 " fill="none" id="C_0000000008-backto-C_0000000016" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="none" points="95.24,229.35,101.95,209.25,109.24,229.14,95.24,229.35" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="40" d="M272.37,221.22 C263.25,227.79 253.75,234.28 244.5,240 C219.14,255.67 210.84,256.03 184.5,270 C178.66,273.1 172.61,276.37 166.57,279.68 " fill="none" id="C_0000000012-backto-C_0000000016" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="30" d="M272.37,221.22 C263.25,227.79 253.75,234.28 244.5,240 C219.14,255.67 210.84,256.03 184.5,270 C178.66,273.1 172.61,276.37 166.57,279.68 " fill="none" id="C_0000000012-backto-C_0000000016" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="none" points="268.49,215.38,288.71,209.07,276.84,226.62,268.49,215.38" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="42" d="M431.51,269.98 C422.98,235.11 409.14,186.31 390.5,146 C381.47,126.48 369.07,106.3 357.59,89.29 " fill="none" id="C_0000000022-to-C_0000000004" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="31" d="M431.51,269.98 C422.98,235.11 409.14,186.31 390.5,146 C381.47,126.48 369.07,106.3 357.59,89.29 " fill="none" id="C_0000000022-to-C_0000000004" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#A80036" points="354.69,85.04,356.4541,94.7296,357.5062,89.1714,363.0644,90.2236,354.69,85.04" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="416.5" y="175.353"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="13" x="426.5" y="182.897">as</text>
|
||||
<path codeLine="43" d="M167.07,205.82 C169.91,206.91 172.73,207.97 175.5,209 C256.69,239.07 281.28,235.08 360.5,270 C366.4,272.6 372.44,275.5 378.42,278.54 " fill="none" id="C_0000000008-backto-C_0000000022" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="32" d="M167.07,205.82 C169.91,206.91 172.73,207.97 175.5,209 C256.69,239.07 281.28,235.08 360.5,270 C366.4,272.6 372.44,275.5 378.42,278.54 " fill="none" id="C_0000000008-backto-C_0000000022" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="none" points="164.29,212.25,148.27,198.38,169.45,199.23,164.29,212.25" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="44" d="M365.38,224.82 C377.56,239.32 390.97,255.31 403.11,269.77 " fill="none" id="C_0000000012-backto-C_0000000022" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="33" d="M365.38,224.82 C377.56,239.32 390.97,255.31 403.11,269.77 " fill="none" id="C_0000000012-backto-C_0000000022" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="none" points="359.81,229.06,352.31,209.25,370.53,220.06,359.81,229.06" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
@@ -1,6 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="application/ecmascript" contentStyleType="text/css" height="458px" preserveAspectRatio="none" style="width:313px;height:458px;background:#FFFFFF;" version="1.1" viewBox="0 0 313 458" width="313px" zoomAndPan="magnify">
|
||||
<defs>
|
||||
<filter height="300%" id="f18te871zeyi66" width="300%" x="-1" y="-1">
|
||||
<filter height="300%" id="fzqhwsjn5ikcc" width="300%" x="-1" y="-1">
|
||||
<feGaussianBlur result="blurOut" stdDeviation="2.0"/>
|
||||
<feColorMatrix in="blurOut" result="blurOut2" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .4 0"/>
|
||||
<feOffset dx="4.0" dy="4.0" in="blurOut2" result="blurOut3"/>
|
||||
@@ -9,194 +9,194 @@
|
||||
<style type="text/css">a:hover { text-decoration: underline; }</style>
|
||||
</defs>
|
||||
<g>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L7" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L7" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<rect codeLine="3" fill="#FEFECE" filter="url(#f18te871zeyi66)" height="437.5291" id="C_0000000031" style="stroke:#A80036;stroke-width:1.5;" width="292" x="7" y="7"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L7" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L7" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<rect codeLine="2" fill="#FEFECE" filter="url(#fzqhwsjn5ikcc)" height="437.5291" id="C_0000000031" style="stroke:#A80036;stroke-width:1.5;" width="292" x="7" y="7"/>
|
||||
<ellipse cx="144.75" cy="23" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M144.2188,29.9219 Q142.4688,29.9219 141.3281,29.1875 Q140.2031,28.4375 139.6406,27.0938 Q139.0938,25.7344 139.0938,23.9375 Q139.0938,21.9063 139.75,20.4531 Q140.4063,19 141.6875,18.2188 Q142.9688,17.4375 144.8438,17.4375 Q145.7344,17.4375 146.4063,17.625 Q147.0781,17.7969 147.7656,18.1406 L146.9531,20.1563 Q146.3281,19.8438 145.7813,19.7188 Q145.25,19.5938 144.7656,19.5938 Q143.5938,19.5938 142.8906,20.125 Q142.1875,20.6563 141.8906,21.6094 Q141.5938,22.5625 141.5938,23.8281 Q141.5938,25.8438 142.3125,26.8125 Q143.0313,27.7656 144.625,27.7656 Q145.2188,27.7656 145.8438,27.6094 Q146.4688,27.4531 147.2969,27.0781 L147.2969,29.2969 Q146.5625,29.6094 145.7656,29.7656 Q144.9844,29.9219 144.2188,29.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="165.25" y="27.656">A</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="298" y1="39" y2="39"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L34" target="_top" title="public_member" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L34" xlink:show="new" xlink:title="public_member" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L34" target="_top" title="public_member" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L34" xlink:show="new" xlink:title="public_member" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="45"/>
|
||||
<ellipse cx="18" cy="50" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L34" target="_top" title="public_member" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L34" xlink:show="new" xlink:title="public_member" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L34" target="_top" title="public_member" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L34" xlink:show="new" xlink:title="public_member" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="104" x="27" y="54.7589">public_member : int</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L35" target="_top" title="static_int" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L35" xlink:show="new" xlink:title="static_int" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L35" target="_top" title="static_int" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L35" xlink:show="new" xlink:title="static_int" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="59.9819"/>
|
||||
<ellipse cx="18" cy="64.9819" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L35" target="_top" title="static_int" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L35" xlink:show="new" xlink:title="static_int" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L35" target="_top" title="static_int" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L35" xlink:show="new" xlink:title="static_int" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" text-decoration="underline" textLength="69" x="27" y="69.7408">static_int : int</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L36" target="_top" title="static_const_int" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L36" xlink:show="new" xlink:title="static_const_int" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L36" target="_top" title="static_const_int" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L36" xlink:show="new" xlink:title="static_const_int" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="74.9638"/>
|
||||
<ellipse cx="18" cy="79.9638" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L36" target="_top" title="static_const_int" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L36" xlink:show="new" xlink:title="static_const_int" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L36" target="_top" title="static_const_int" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L36" xlink:show="new" xlink:title="static_const_int" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" text-decoration="underline" textLength="133" x="27" y="84.7227">static_const_int : int const</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L37" target="_top" title="auto_member" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L37" xlink:show="new" xlink:title="auto_member" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L37" target="_top" title="auto_member" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L37" xlink:show="new" xlink:title="auto_member" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="89.9457"/>
|
||||
<ellipse cx="18" cy="94.9457" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L37" target="_top" title="auto_member" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L37" xlink:show="new" xlink:title="auto_member" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L37" target="_top" title="auto_member" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L37" xlink:show="new" xlink:title="auto_member" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" text-decoration="underline" textLength="189" x="27" y="99.7046">auto_member : unsigned long const</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L42" target="_top" title="protected_member" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L42" xlink:show="new" xlink:title="protected_member" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L42" target="_top" title="protected_member" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L42" xlink:show="new" xlink:title="protected_member" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="104.9276"/>
|
||||
<polygon fill="none" points="18,104.9276,22,108.9276,18,112.9276,14,108.9276" style="stroke:#B38D22;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L42" target="_top" title="protected_member" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L42" xlink:show="new" xlink:title="protected_member" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L42" target="_top" title="protected_member" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L42" xlink:show="new" xlink:title="protected_member" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="123" x="27" y="114.6865">protected_member : int</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L51" target="_top" title="private_member" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L51" xlink:show="new" xlink:title="private_member" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L51" target="_top" title="private_member" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L51" xlink:show="new" xlink:title="private_member" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="119.9094"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="15" y="121.9094"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L51" target="_top" title="private_member" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L51" xlink:show="new" xlink:title="private_member" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L51" target="_top" title="private_member" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L51" xlink:show="new" xlink:title="private_member" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="109" x="27" y="129.6684">private_member : int</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L52" target="_top" title="a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L52" xlink:show="new" xlink:title="a" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L52" target="_top" title="a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L52" xlink:show="new" xlink:title="a" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="134.8913"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="15" y="136.8913"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L52" target="_top" title="a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L52" xlink:show="new" xlink:title="a" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L52" target="_top" title="a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L52" xlink:show="new" xlink:title="a" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="29" x="27" y="144.6502">a : int</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L52" target="_top" title="b" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L52" xlink:show="new" xlink:title="b" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L52" target="_top" title="b" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L52" xlink:show="new" xlink:title="b" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="149.8732"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="15" y="151.8732"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L52" target="_top" title="b" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L52" xlink:show="new" xlink:title="b" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L52" target="_top" title="b" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L52" xlink:show="new" xlink:title="b" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="30" x="27" y="159.6321">b : int</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L52" target="_top" title="c" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L52" xlink:show="new" xlink:title="c" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L52" target="_top" title="c" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L52" xlink:show="new" xlink:title="c" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="164.8551"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="15" y="166.8551"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L52" target="_top" title="c" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L52" xlink:show="new" xlink:title="c" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L52" target="_top" title="c" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L52" xlink:show="new" xlink:title="c" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="28" x="27" y="174.614">c : int</text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="298" y1="181.837" y2="181.837"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L9" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L9" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L9" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L9" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="187.837"/>
|
||||
<ellipse cx="18" cy="192.837" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L9" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L9" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L9" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L9" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" text-decoration="underline" textLength="45" x="27" y="197.5959">A() : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L10" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L10" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L10" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L10" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="202.8189"/>
|
||||
<ellipse cx="18" cy="207.8189" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L10" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L10" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L10" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L10" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" text-decoration="underline" textLength="65" x="27" y="212.5778">A(int i) : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L14" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L14" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L14" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L14" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="217.8008"/>
|
||||
<ellipse cx="18" cy="222.8008" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L14" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L14" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L14" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L14" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" text-decoration="underline" textLength="71" x="27" y="227.5597">A(A&& ) : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L15" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L15" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L15" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L15" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="232.7827"/>
|
||||
<ellipse cx="18" cy="237.7827" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L15" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L15" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L15" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L15" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" text-decoration="underline" textLength="94" x="27" y="242.5416">A(A const& ) : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L16" target="_top" title="~A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L16" xlink:show="new" xlink:title="~A" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L16" target="_top" title="~A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L16" xlink:show="new" xlink:title="~A" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="247.7645"/>
|
||||
<ellipse cx="18" cy="252.7645" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L16" target="_top" title="~A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L16" xlink:show="new" xlink:title="~A" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L16" target="_top" title="~A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L16" xlink:show="new" xlink:title="~A" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" text-decoration="underline" textLength="51" x="27" y="257.5235">~A() : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L18" target="_top" title="basic_method" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L18" xlink:show="new" xlink:title="basic_method" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L18" target="_top" title="basic_method" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L18" xlink:show="new" xlink:title="basic_method" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="262.7464"/>
|
||||
<ellipse cx="18" cy="267.7464" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L18" target="_top" title="basic_method" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L18" xlink:show="new" xlink:title="basic_method" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L18" target="_top" title="basic_method" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L18" xlink:show="new" xlink:title="basic_method" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="110" x="27" y="272.5053">basic_method() : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L19" target="_top" title="static_method" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L19" xlink:show="new" xlink:title="static_method" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L19" target="_top" title="static_method" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L19" xlink:show="new" xlink:title="static_method" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="277.7283"/>
|
||||
<ellipse cx="18" cy="282.7283" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L19" target="_top" title="static_method" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L19" xlink:show="new" xlink:title="static_method" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L19" target="_top" title="static_method" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L19" xlink:show="new" xlink:title="static_method" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" text-decoration="underline" textLength="102" x="27" y="287.4872">static_method() : int</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L20" target="_top" title="const_method" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L20" xlink:show="new" xlink:title="const_method" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L20" target="_top" title="const_method" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L20" xlink:show="new" xlink:title="const_method" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="292.7102"/>
|
||||
<ellipse cx="18" cy="297.7102" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L20" target="_top" title="const_method" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L20" xlink:show="new" xlink:title="const_method" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L20" target="_top" title="const_method" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L20" xlink:show="new" xlink:title="const_method" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="143" x="27" y="302.4691">const_method() const : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L21" target="_top" title="auto_method" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L21" xlink:show="new" xlink:title="auto_method" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L21" target="_top" title="auto_method" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L21" xlink:show="new" xlink:title="auto_method" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="307.6921"/>
|
||||
<ellipse cx="18" cy="312.6921" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L21" target="_top" title="auto_method" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L21" xlink:show="new" xlink:title="auto_method" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L21" target="_top" title="auto_method" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L21" xlink:show="new" xlink:title="auto_method" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="99" x="27" y="317.451">auto_method() : int</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L23" target="_top" title="double_int" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L23" xlink:show="new" xlink:title="double_int" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L23" target="_top" title="double_int" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L23" xlink:show="new" xlink:title="double_int" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="322.674"/>
|
||||
<ellipse cx="18" cy="327.674" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L23" target="_top" title="double_int" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L23" xlink:show="new" xlink:title="double_int" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L23" target="_top" title="double_int" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L23" xlink:show="new" xlink:title="double_int" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="136" x="27" y="332.4329">double_int(int const i) : int</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L24" target="_top" title="sum" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L24" xlink:show="new" xlink:title="sum" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L24" target="_top" title="sum" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L24" xlink:show="new" xlink:title="sum" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="337.6559"/>
|
||||
<ellipse cx="18" cy="342.6559" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L24" target="_top" title="sum" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L24" xlink:show="new" xlink:title="sum" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L24" target="_top" title="sum" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L24" xlink:show="new" xlink:title="sum" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="235" x="27" y="347.4148">sum(double const a, double const b) : double</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L26" target="_top" title="default_int" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L26" xlink:show="new" xlink:title="default_int" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L26" target="_top" title="default_int" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L26" xlink:show="new" xlink:title="default_int" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="352.6378"/>
|
||||
<ellipse cx="18" cy="357.6378" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L26" target="_top" title="default_int" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L26" xlink:show="new" xlink:title="default_int" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L26" target="_top" title="default_int" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L26" xlink:show="new" xlink:title="default_int" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="129" x="27" y="362.3967">default_int(int i = 12) : int</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L27" target="_top" title="default_string" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L27" xlink:show="new" xlink:title="default_string" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L27" target="_top" title="default_string" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L27" xlink:show="new" xlink:title="default_string" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="367.6196"/>
|
||||
<ellipse cx="18" cy="372.6196" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L27" target="_top" title="default_string" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L27" xlink:show="new" xlink:title="default_string" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L27" target="_top" title="default_string" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L27" xlink:show="new" xlink:title="default_string" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="266" x="27" y="377.3786">default_string(int i, std::string s = "abc") : std::string</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L32" target="_top" title="create_from_int" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L32" xlink:show="new" xlink:title="create_from_int" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L32" target="_top" title="create_from_int" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L32" xlink:show="new" xlink:title="create_from_int" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="382.6015"/>
|
||||
<ellipse cx="18" cy="387.6015" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L32" target="_top" title="create_from_int" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L32" xlink:show="new" xlink:title="create_from_int" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L32" target="_top" title="create_from_int" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L32" xlink:show="new" xlink:title="create_from_int" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" text-decoration="underline" textLength="124" x="27" y="392.3604">create_from_int(int i) : A</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L40" target="_top" title="protected_method" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L40" xlink:show="new" xlink:title="protected_method" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L40" target="_top" title="protected_method" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L40" xlink:show="new" xlink:title="protected_method" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="397.5834"/>
|
||||
<polygon fill="#FFFF44" points="18,397.5834,22,401.5834,18,405.5834,14,401.5834" style="stroke:#B38D22;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L40" target="_top" title="protected_method" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L40" xlink:show="new" xlink:title="protected_method" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L40" target="_top" title="protected_method" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L40" xlink:show="new" xlink:title="protected_method" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="135" x="27" y="407.3423">protected_method() : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L49" target="_top" title="private_method" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L49" xlink:show="new" xlink:title="private_method" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L49" target="_top" title="private_method" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L49" xlink:show="new" xlink:title="private_method" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="412.5653"/>
|
||||
<rect fill="#F24D5C" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="15" y="414.5653"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L49" target="_top" title="private_method" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L49" xlink:show="new" xlink:title="private_method" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L49" target="_top" title="private_method" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L49" xlink:show="new" xlink:title="private_method" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="121" x="27" y="422.3242">private_method() : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L44" target="_top" title="compare" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L44" xlink:show="new" xlink:title="compare" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L44" target="_top" title="compare" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L44" xlink:show="new" xlink:title="compare" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="427.5472"/>
|
||||
<polygon fill="#FFFF44" points="18,427.5472,22,431.5472,18,435.5472,14,431.5472" style="stroke:#B38D22;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L44" target="_top" title="compare" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00003/t00003.cc#L44" xlink:show="new" xlink:title="compare" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L44" target="_top" title="compare" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00003/t00003.cc#L44" xlink:show="new" xlink:title="compare" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="208" x="27" y="437.3061">compare : std::function<bool(int const)></text>
|
||||
</a>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
@@ -1,6 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="application/ecmascript" contentStyleType="text/css" height="359px" preserveAspectRatio="none" style="width:177px;height:359px;background:#FFFFFF;" version="1.1" viewBox="0 0 177 359" width="177px" zoomAndPan="magnify">
|
||||
<defs>
|
||||
<filter height="300%" id="f19frxvjakudpv" width="300%" x="-1" y="-1">
|
||||
<filter height="300%" id="f3prczr456f6b" width="300%" x="-1" y="-1">
|
||||
<feGaussianBlur result="blurOut" stdDeviation="2.0"/>
|
||||
<feColorMatrix in="blurOut" result="blurOut2" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .4 0"/>
|
||||
<feOffset dx="4.0" dy="4.0" in="blurOut2" result="blurOut3"/>
|
||||
@@ -9,38 +9,38 @@
|
||||
<style type="text/css">a:hover { text-decoration: underline; }</style>
|
||||
</defs>
|
||||
<g>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00004/t00004.cc#L4" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00004/t00004.cc#L4" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<rect codeLine="3" fill="#FEFECE" filter="url(#f19frxvjakudpv)" height="77.9638" id="C_0000000044" style="stroke:#A80036;stroke-width:1.5;" width="119" x="28" y="268"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00004/t00004.cc#L4" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00004/t00004.cc#L4" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<rect codeLine="2" fill="#FEFECE" filter="url(#f3prczr456f6b)" height="77.9638" id="C_0000000044" style="stroke:#A80036;stroke-width:1.5;" width="119" x="28" y="268"/>
|
||||
<ellipse cx="79.25" cy="284" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M78.7188,290.9219 Q76.9688,290.9219 75.8281,290.1875 Q74.7031,289.4375 74.1406,288.0938 Q73.5938,286.7344 73.5938,284.9375 Q73.5938,282.9063 74.25,281.4531 Q74.9063,280 76.1875,279.2188 Q77.4688,278.4375 79.3438,278.4375 Q80.2344,278.4375 80.9063,278.625 Q81.5781,278.7969 82.2656,279.1406 L81.4531,281.1563 Q80.8281,280.8438 80.2813,280.7188 Q79.75,280.5938 79.2656,280.5938 Q78.0938,280.5938 77.3906,281.125 Q76.6875,281.6563 76.3906,282.6094 Q76.0938,283.5625 76.0938,284.8281 Q76.0938,286.8438 76.8125,287.8125 Q77.5313,288.7656 79.125,288.7656 Q79.7188,288.7656 80.3438,288.6094 Q80.9688,288.4531 81.7969,288.0781 L81.7969,290.2969 Q81.0625,290.6094 80.2656,290.7656 Q79.4844,290.9219 78.7188,290.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="99.75" y="288.656">A</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="29" x2="146" y1="300" y2="300"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="29" x2="146" y1="308" y2="308"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00004/t00004.cc#L6" target="_top" title="foo" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00004/t00004.cc#L6" xlink:show="new" xlink:title="foo" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00004/t00004.cc#L6" target="_top" title="foo" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00004/t00004.cc#L6" xlink:show="new" xlink:title="foo" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="34" y="314"/>
|
||||
<ellipse cx="39" cy="319" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00004/t00004.cc#L6" target="_top" title="foo" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00004/t00004.cc#L6" xlink:show="new" xlink:title="foo" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00004/t00004.cc#L6" target="_top" title="foo" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00004/t00004.cc#L6" xlink:show="new" xlink:title="foo" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="87" x="48" y="323.7589">foo() const : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00004/t00004.cc#L16" target="_top" title="foo2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00004/t00004.cc#L16" xlink:show="new" xlink:title="foo2" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00004/t00004.cc#L16" target="_top" title="foo2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00004/t00004.cc#L16" xlink:show="new" xlink:title="foo2" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="34" y="328.9819"/>
|
||||
<ellipse cx="39" cy="333.9819" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00004/t00004.cc#L16" target="_top" title="foo2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00004/t00004.cc#L16" xlink:show="new" xlink:title="foo2" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00004/t00004.cc#L16" target="_top" title="foo2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00004/t00004.cc#L16" xlink:show="new" xlink:title="foo2" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="93" x="48" y="338.7408">foo2() const : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00004/t00004.cc#L8" target="_top" title="AA" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00004/t00004.cc#L8" xlink:show="new" xlink:title="AA" xlink:type="simple">
|
||||
<rect codeLine="9" fill="#FEFECE" filter="url(#f19frxvjakudpv)" height="48" id="C_0000000046" style="stroke:#A80036;stroke-width:1.5;" width="48" x="63.5" y="160"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00004/t00004.cc#L8" target="_top" title="AA" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00004/t00004.cc#L8" xlink:show="new" xlink:title="AA" xlink:type="simple">
|
||||
<rect codeLine="7" fill="#FEFECE" filter="url(#f3prczr456f6b)" height="48" id="C_0000000046" style="stroke:#A80036;stroke-width:1.5;" width="48" x="63.5" y="160"/>
|
||||
<ellipse cx="78.5" cy="176" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M77.9688,182.9219 Q76.2188,182.9219 75.0781,182.1875 Q73.9531,181.4375 73.3906,180.0938 Q72.8438,178.7344 72.8438,176.9375 Q72.8438,174.9063 73.5,173.4531 Q74.1563,172 75.4375,171.2188 Q76.7188,170.4375 78.5938,170.4375 Q79.4844,170.4375 80.1563,170.625 Q80.8281,170.7969 81.5156,171.1406 L80.7031,173.1563 Q80.0781,172.8438 79.5313,172.7188 Q79,172.5938 78.5156,172.5938 Q77.3438,172.5938 76.6406,173.125 Q75.9375,173.6563 75.6406,174.6094 Q75.3438,175.5625 75.3438,176.8281 Q75.3438,178.8438 76.0625,179.8125 Q76.7813,180.7656 78.375,180.7656 Q78.9688,180.7656 79.5938,180.6094 Q80.2188,180.4531 81.0469,180.0781 L81.0469,182.2969 Q80.3125,182.6094 79.5156,182.7656 Q78.7344,182.9219 77.9688,182.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="16" x="92.5" y="180.656">AA</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="64.5" x2="110.5" y1="192" y2="192"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="64.5" x2="110.5" y1="200" y2="200"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00004/t00004.cc#L10" target="_top" title="Lights" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00004/t00004.cc#L10" xlink:show="new" xlink:title="Lights" xlink:type="simple">
|
||||
<rect codeLine="13" fill="#FEFECE" filter="url(#f19frxvjakudpv)" height="92.9457" id="C_0000000048" style="stroke:#A80036;stroke-width:1.5;" width="65" x="7" y="7"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00004/t00004.cc#L10" target="_top" title="Lights" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00004/t00004.cc#L10" xlink:show="new" xlink:title="Lights" xlink:type="simple">
|
||||
<rect codeLine="10" fill="#FEFECE" filter="url(#f3prczr456f6b)" height="92.9457" id="C_0000000048" style="stroke:#A80036;stroke-width:1.5;" width="65" x="7" y="7"/>
|
||||
<ellipse cx="22" cy="23" fill="#EB937F" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M18.3594,29.5 L18.3594,17.3594 L26.0156,17.3594 L26.0156,19.4844 L20.7344,19.4844 L20.7344,22.1406 L25.75,22.1406 L25.75,24.2656 L20.7344,24.2656 L20.7344,27.375 L26.0156,27.375 L26.0156,29.5 L18.3594,29.5 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="33" x="36" y="27.656">Lights</text>
|
||||
@@ -50,23 +50,23 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="20" x="13" y="84.7227">Red</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="71" y1="91.9457" y2="91.9457"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00004/t00004.cc#L12" target="_top" title="AAA" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00004/t00004.cc#L12" xlink:show="new" xlink:title="AAA" xlink:type="simple">
|
||||
<rect codeLine="20" fill="#FEFECE" filter="url(#f19frxvjakudpv)" height="48" id="C_0000000052" style="stroke:#A80036;stroke-width:1.5;" width="56" x="107.5" y="29.5"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00004/t00004.cc#L12" target="_top" title="AAA" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00004/t00004.cc#L12" xlink:show="new" xlink:title="AAA" xlink:type="simple">
|
||||
<rect codeLine="16" fill="#FEFECE" filter="url(#f3prczr456f6b)" height="48" id="C_0000000052" style="stroke:#A80036;stroke-width:1.5;" width="56" x="107.5" y="29.5"/>
|
||||
<ellipse cx="122.5" cy="45.5" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M121.9688,52.4219 Q120.2188,52.4219 119.0781,51.6875 Q117.9531,50.9375 117.3906,49.5938 Q116.8438,48.2344 116.8438,46.4375 Q116.8438,44.4063 117.5,42.9531 Q118.1563,41.5 119.4375,40.7188 Q120.7188,39.9375 122.5938,39.9375 Q123.4844,39.9375 124.1563,40.125 Q124.8281,40.2969 125.5156,40.6406 L124.7031,42.6563 Q124.0781,42.3438 123.5313,42.2188 Q123,42.0938 122.5156,42.0938 Q121.3438,42.0938 120.6406,42.625 Q119.9375,43.1563 119.6406,44.1094 Q119.3438,45.0625 119.3438,46.3281 Q119.3438,48.3438 120.0625,49.3125 Q120.7813,50.2656 122.375,50.2656 Q122.9688,50.2656 123.5938,50.1094 Q124.2188,49.9531 125.0469,49.5781 L125.0469,51.7969 Q124.3125,52.1094 123.5156,52.2656 Q122.7344,52.4219 121.9688,52.4219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="24" x="136.5" y="50.156">AAA</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="108.5" x2="162.5" y1="61.5" y2="61.5"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="108.5" x2="162.5" y1="69.5" y2="69.5"/>
|
||||
</a>
|
||||
<path codeLine="25" d="M87.5,208.04 C87.5,220.69 87.5,236.95 87.5,252.56 " fill="none" id="C_0000000046-to-C_0000000044" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="18" d="M87.5,208.04 C87.5,220.69 87.5,236.95 87.5,252.56 " fill="none" id="C_0000000046-to-C_0000000044" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<ellipse cx="87.5" cy="259.81" fill="#FFFFFF" rx="8" ry="8" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.0;" x1="87.5" x2="87.5" y1="251.81" y2="267.81"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.0;" x1="95.5" x2="79.5" y1="259.81" y2="259.81"/>
|
||||
<path codeLine="27" d="M56.56,100.17 C62.1,115 68.18,131.28 73.47,145.45 " fill="none" id="C_0000000048-to-C_0000000046" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="19" d="M56.56,100.17 C62.1,115 68.18,131.28 73.47,145.45 " fill="none" id="C_0000000048-to-C_0000000046" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<ellipse cx="76.0452" cy="152.3378" fill="#FFFFFF" rx="8" ry="8" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.0;" x1="73.2404" x2="78.85" y1="144.8456" y2="159.83"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.0;" x1="83.5374" x2="68.553" y1="149.533" y2="155.1426"/>
|
||||
<path codeLine="29" d="M126.81,77.77 C119.74,96.69 109.63,123.75 101.44,145.69 " fill="none" id="C_0000000052-to-C_0000000046" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="20" d="M126.81,77.77 C119.74,96.69 109.63,123.75 101.44,145.69 " fill="none" id="C_0000000052-to-C_0000000046" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<ellipse cx="98.9348" cy="152.4078" fill="#FFFFFF" rx="8" ry="8" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.0;" x1="101.7396" x2="96.13" y1="144.9156" y2="159.9"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.0;" x1="106.427" x2="91.4426" y1="155.2126" y2="149.603"/>
|
||||
|
||||
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
@@ -1,6 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="application/ecmascript" contentStyleType="text/css" height="421px" preserveAspectRatio="none" style="width:803px;height:421px;background:#FFFFFF;" version="1.1" viewBox="0 0 803 421" width="803px" zoomAndPan="magnify">
|
||||
<defs>
|
||||
<filter height="300%" id="f19f4d6wpts03l" width="300%" x="-1" y="-1">
|
||||
<filter height="300%" id="fzssp8jzvzhp9" width="300%" x="-1" y="-1">
|
||||
<feGaussianBlur result="blurOut" stdDeviation="2.0"/>
|
||||
<feColorMatrix in="blurOut" result="blurOut2" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .4 0"/>
|
||||
<feOffset dx="4.0" dy="4.0" in="blurOut2" result="blurOut3"/>
|
||||
@@ -9,238 +9,238 @@
|
||||
<style type="text/css">a:hover { text-decoration: underline; }</style>
|
||||
</defs>
|
||||
<g>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L3" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L3" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<rect codeLine="3" fill="#FEFECE" filter="url(#f19f4d6wpts03l)" height="48" id="C_0000000065" style="stroke:#A80036;stroke-width:1.5;" width="40" x="7" y="359"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L3" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L3" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<rect codeLine="2" fill="#FEFECE" filter="url(#fzssp8jzvzhp9)" height="48" id="C_0000000065" style="stroke:#A80036;stroke-width:1.5;" width="40" x="7" y="359"/>
|
||||
<ellipse cx="22" cy="375" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M21.4688,381.9219 Q19.7188,381.9219 18.5781,381.1875 Q17.4531,380.4375 16.8906,379.0938 Q16.3438,377.7344 16.3438,375.9375 Q16.3438,373.9063 17,372.4531 Q17.6563,371 18.9375,370.2188 Q20.2188,369.4375 22.0938,369.4375 Q22.9844,369.4375 23.6563,369.625 Q24.3281,369.7969 25.0156,370.1406 L24.2031,372.1563 Q23.5781,371.8438 23.0313,371.7188 Q22.5,371.5938 22.0156,371.5938 Q20.8438,371.5938 20.1406,372.125 Q19.4375,372.6563 19.1406,373.6094 Q18.8438,374.5625 18.8438,375.8281 Q18.8438,377.8438 19.5625,378.8125 Q20.2813,379.7656 21.875,379.7656 Q22.4688,379.7656 23.0938,379.6094 Q23.7188,379.4531 24.5469,379.0781 L24.5469,381.2969 Q23.8125,381.6094 23.0156,381.7656 Q22.2344,381.9219 21.4688,381.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="36" y="379.656">A</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="46" y1="391" y2="391"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="46" y1="399" y2="399"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L6" target="_top" title="B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L6" xlink:show="new" xlink:title="B" xlink:type="simple">
|
||||
<rect codeLine="7" fill="#FEFECE" filter="url(#f19f4d6wpts03l)" height="48" id="C_0000000069" style="stroke:#A80036;stroke-width:1.5;" width="40" x="82" y="359"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L6" target="_top" title="B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L6" xlink:show="new" xlink:title="B" xlink:type="simple">
|
||||
<rect codeLine="5" fill="#FEFECE" filter="url(#fzssp8jzvzhp9)" height="48" id="C_0000000069" style="stroke:#A80036;stroke-width:1.5;" width="40" x="82" y="359"/>
|
||||
<ellipse cx="97" cy="375" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M96.4688,381.9219 Q94.7188,381.9219 93.5781,381.1875 Q92.4531,380.4375 91.8906,379.0938 Q91.3438,377.7344 91.3438,375.9375 Q91.3438,373.9063 92,372.4531 Q92.6563,371 93.9375,370.2188 Q95.2188,369.4375 97.0938,369.4375 Q97.9844,369.4375 98.6563,369.625 Q99.3281,369.7969 100.0156,370.1406 L99.2031,372.1563 Q98.5781,371.8438 98.0313,371.7188 Q97.5,371.5938 97.0156,371.5938 Q95.8438,371.5938 95.1406,372.125 Q94.4375,372.6563 94.1406,373.6094 Q93.8438,374.5625 93.8438,375.8281 Q93.8438,377.8438 94.5625,378.8125 Q95.2813,379.7656 96.875,379.7656 Q97.4688,379.7656 98.0938,379.6094 Q98.7188,379.4531 99.5469,379.0781 L99.5469,381.2969 Q98.8125,381.6094 98.0156,381.7656 Q97.2344,381.9219 96.4688,381.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="111" y="379.656">B</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="83" x2="121" y1="391" y2="391"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="83" x2="121" y1="399" y2="399"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L9" target="_top" title="C" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L9" xlink:show="new" xlink:title="C" xlink:type="simple">
|
||||
<rect codeLine="11" fill="#FEFECE" filter="url(#f19f4d6wpts03l)" height="48" id="C_0000000073" style="stroke:#A80036;stroke-width:1.5;" width="40" x="157" y="359"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L9" target="_top" title="C" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L9" xlink:show="new" xlink:title="C" xlink:type="simple">
|
||||
<rect codeLine="8" fill="#FEFECE" filter="url(#fzssp8jzvzhp9)" height="48" id="C_0000000073" style="stroke:#A80036;stroke-width:1.5;" width="40" x="157" y="359"/>
|
||||
<ellipse cx="172" cy="375" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M171.4688,381.9219 Q169.7188,381.9219 168.5781,381.1875 Q167.4531,380.4375 166.8906,379.0938 Q166.3438,377.7344 166.3438,375.9375 Q166.3438,373.9063 167,372.4531 Q167.6563,371 168.9375,370.2188 Q170.2188,369.4375 172.0938,369.4375 Q172.9844,369.4375 173.6563,369.625 Q174.3281,369.7969 175.0156,370.1406 L174.2031,372.1563 Q173.5781,371.8438 173.0313,371.7188 Q172.5,371.5938 172.0156,371.5938 Q170.8438,371.5938 170.1406,372.125 Q169.4375,372.6563 169.1406,373.6094 Q168.8438,374.5625 168.8438,375.8281 Q168.8438,377.8438 169.5625,378.8125 Q170.2813,379.7656 171.875,379.7656 Q172.4688,379.7656 173.0938,379.6094 Q173.7188,379.4531 174.5469,379.0781 L174.5469,381.2969 Q173.8125,381.6094 173.0156,381.7656 Q172.2344,381.9219 171.4688,381.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="186" y="379.656">C</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="158" x2="196" y1="391" y2="391"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="158" x2="196" y1="399" y2="399"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L12" target="_top" title="D" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L12" xlink:show="new" xlink:title="D" xlink:type="simple">
|
||||
<rect codeLine="15" fill="#FEFECE" filter="url(#f19f4d6wpts03l)" height="48" id="C_0000000077" style="stroke:#A80036;stroke-width:1.5;" width="41" x="232.5" y="359"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L12" target="_top" title="D" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L12" xlink:show="new" xlink:title="D" xlink:type="simple">
|
||||
<rect codeLine="11" fill="#FEFECE" filter="url(#fzssp8jzvzhp9)" height="48" id="C_0000000077" style="stroke:#A80036;stroke-width:1.5;" width="41" x="232.5" y="359"/>
|
||||
<ellipse cx="247.5" cy="375" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M246.9688,381.9219 Q245.2188,381.9219 244.0781,381.1875 Q242.9531,380.4375 242.3906,379.0938 Q241.8438,377.7344 241.8438,375.9375 Q241.8438,373.9063 242.5,372.4531 Q243.1563,371 244.4375,370.2188 Q245.7188,369.4375 247.5938,369.4375 Q248.4844,369.4375 249.1563,369.625 Q249.8281,369.7969 250.5156,370.1406 L249.7031,372.1563 Q249.0781,371.8438 248.5313,371.7188 Q248,371.5938 247.5156,371.5938 Q246.3438,371.5938 245.6406,372.125 Q244.9375,372.6563 244.6406,373.6094 Q244.3438,374.5625 244.3438,375.8281 Q244.3438,377.8438 245.0625,378.8125 Q245.7813,379.7656 247.375,379.7656 Q247.9688,379.7656 248.5938,379.6094 Q249.2188,379.4531 250.0469,379.0781 L250.0469,381.2969 Q249.3125,381.6094 248.5156,381.7656 Q247.7344,381.9219 246.9688,381.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="9" x="261.5" y="379.656">D</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="233.5" x2="272.5" y1="391" y2="391"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="233.5" x2="272.5" y1="399" y2="399"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L15" target="_top" title="E" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L15" xlink:show="new" xlink:title="E" xlink:type="simple">
|
||||
<rect codeLine="19" fill="#FEFECE" filter="url(#f19f4d6wpts03l)" height="48" id="C_0000000081" style="stroke:#A80036;stroke-width:1.5;" width="39" x="308.5" y="359"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L15" target="_top" title="E" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L15" xlink:show="new" xlink:title="E" xlink:type="simple">
|
||||
<rect codeLine="14" fill="#FEFECE" filter="url(#fzssp8jzvzhp9)" height="48" id="C_0000000081" style="stroke:#A80036;stroke-width:1.5;" width="39" x="308.5" y="359"/>
|
||||
<ellipse cx="323.5" cy="375" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M322.9688,381.9219 Q321.2188,381.9219 320.0781,381.1875 Q318.9531,380.4375 318.3906,379.0938 Q317.8438,377.7344 317.8438,375.9375 Q317.8438,373.9063 318.5,372.4531 Q319.1563,371 320.4375,370.2188 Q321.7188,369.4375 323.5938,369.4375 Q324.4844,369.4375 325.1563,369.625 Q325.8281,369.7969 326.5156,370.1406 L325.7031,372.1563 Q325.0781,371.8438 324.5313,371.7188 Q324,371.5938 323.5156,371.5938 Q322.3438,371.5938 321.6406,372.125 Q320.9375,372.6563 320.6406,373.6094 Q320.3438,374.5625 320.3438,375.8281 Q320.3438,377.8438 321.0625,378.8125 Q321.7813,379.7656 323.375,379.7656 Q323.9688,379.7656 324.5938,379.6094 Q325.2188,379.4531 326.0469,379.0781 L326.0469,381.2969 Q325.3125,381.6094 324.5156,381.7656 Q323.7344,381.9219 322.9688,381.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="7" x="337.5" y="379.656">E</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="309.5" x2="346.5" y1="391" y2="391"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="309.5" x2="346.5" y1="399" y2="399"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L18" target="_top" title="F" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L18" xlink:show="new" xlink:title="F" xlink:type="simple">
|
||||
<rect codeLine="23" fill="#FEFECE" filter="url(#f19f4d6wpts03l)" height="48" id="C_0000000085" style="stroke:#A80036;stroke-width:1.5;" width="38" x="383" y="359"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L18" target="_top" title="F" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L18" xlink:show="new" xlink:title="F" xlink:type="simple">
|
||||
<rect codeLine="17" fill="#FEFECE" filter="url(#fzssp8jzvzhp9)" height="48" id="C_0000000085" style="stroke:#A80036;stroke-width:1.5;" width="38" x="383" y="359"/>
|
||||
<ellipse cx="398" cy="375" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M397.4688,381.9219 Q395.7188,381.9219 394.5781,381.1875 Q393.4531,380.4375 392.8906,379.0938 Q392.3438,377.7344 392.3438,375.9375 Q392.3438,373.9063 393,372.4531 Q393.6563,371 394.9375,370.2188 Q396.2188,369.4375 398.0938,369.4375 Q398.9844,369.4375 399.6563,369.625 Q400.3281,369.7969 401.0156,370.1406 L400.2031,372.1563 Q399.5781,371.8438 399.0313,371.7188 Q398.5,371.5938 398.0156,371.5938 Q396.8438,371.5938 396.1406,372.125 Q395.4375,372.6563 395.1406,373.6094 Q394.8438,374.5625 394.8438,375.8281 Q394.8438,377.8438 395.5625,378.8125 Q396.2813,379.7656 397.875,379.7656 Q398.4688,379.7656 399.0938,379.6094 Q399.7188,379.4531 400.5469,379.0781 L400.5469,381.2969 Q399.8125,381.6094 399.0156,381.7656 Q398.2344,381.9219 397.4688,381.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="6" x="412" y="379.656">F</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="384" x2="420" y1="391" y2="391"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="384" x2="420" y1="399" y2="399"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L21" target="_top" title="G" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L21" xlink:show="new" xlink:title="G" xlink:type="simple">
|
||||
<rect codeLine="27" fill="#FEFECE" filter="url(#f19f4d6wpts03l)" height="48" id="C_0000000089" style="stroke:#A80036;stroke-width:1.5;" width="41" x="456.5" y="359"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L21" target="_top" title="G" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L21" xlink:show="new" xlink:title="G" xlink:type="simple">
|
||||
<rect codeLine="20" fill="#FEFECE" filter="url(#fzssp8jzvzhp9)" height="48" id="C_0000000089" style="stroke:#A80036;stroke-width:1.5;" width="41" x="456.5" y="359"/>
|
||||
<ellipse cx="471.5" cy="375" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M470.9688,381.9219 Q469.2188,381.9219 468.0781,381.1875 Q466.9531,380.4375 466.3906,379.0938 Q465.8438,377.7344 465.8438,375.9375 Q465.8438,373.9063 466.5,372.4531 Q467.1563,371 468.4375,370.2188 Q469.7188,369.4375 471.5938,369.4375 Q472.4844,369.4375 473.1563,369.625 Q473.8281,369.7969 474.5156,370.1406 L473.7031,372.1563 Q473.0781,371.8438 472.5313,371.7188 Q472,371.5938 471.5156,371.5938 Q470.3438,371.5938 469.6406,372.125 Q468.9375,372.6563 468.6406,373.6094 Q468.3438,374.5625 468.3438,375.8281 Q468.3438,377.8438 469.0625,378.8125 Q469.7813,379.7656 471.375,379.7656 Q471.9688,379.7656 472.5938,379.6094 Q473.2188,379.4531 474.0469,379.0781 L474.0469,381.2969 Q473.3125,381.6094 472.5156,381.7656 Q471.7344,381.9219 470.9688,381.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="9" x="485.5" y="379.656">G</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="457.5" x2="496.5" y1="391" y2="391"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="457.5" x2="496.5" y1="399" y2="399"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L24" target="_top" title="H" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L24" xlink:show="new" xlink:title="H" xlink:type="simple">
|
||||
<rect codeLine="31" fill="#FEFECE" filter="url(#f19f4d6wpts03l)" height="48" id="C_0000000093" style="stroke:#A80036;stroke-width:1.5;" width="41" x="532.5" y="359"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L24" target="_top" title="H" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L24" xlink:show="new" xlink:title="H" xlink:type="simple">
|
||||
<rect codeLine="23" fill="#FEFECE" filter="url(#fzssp8jzvzhp9)" height="48" id="C_0000000093" style="stroke:#A80036;stroke-width:1.5;" width="41" x="532.5" y="359"/>
|
||||
<ellipse cx="547.5" cy="375" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M546.9688,381.9219 Q545.2188,381.9219 544.0781,381.1875 Q542.9531,380.4375 542.3906,379.0938 Q541.8438,377.7344 541.8438,375.9375 Q541.8438,373.9063 542.5,372.4531 Q543.1563,371 544.4375,370.2188 Q545.7188,369.4375 547.5938,369.4375 Q548.4844,369.4375 549.1563,369.625 Q549.8281,369.7969 550.5156,370.1406 L549.7031,372.1563 Q549.0781,371.8438 548.5313,371.7188 Q548,371.5938 547.5156,371.5938 Q546.3438,371.5938 545.6406,372.125 Q544.9375,372.6563 544.6406,373.6094 Q544.3438,374.5625 544.3438,375.8281 Q544.3438,377.8438 545.0625,378.8125 Q545.7813,379.7656 547.375,379.7656 Q547.9688,379.7656 548.5938,379.6094 Q549.2188,379.4531 550.0469,379.0781 L550.0469,381.2969 Q549.3125,381.6094 548.5156,381.7656 Q547.7344,381.9219 546.9688,381.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="9" x="561.5" y="379.656">H</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="533.5" x2="572.5" y1="391" y2="391"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="533.5" x2="572.5" y1="399" y2="399"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L27" target="_top" title="I" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L27" xlink:show="new" xlink:title="I" xlink:type="simple">
|
||||
<rect codeLine="35" fill="#FEFECE" filter="url(#f19f4d6wpts03l)" height="48" id="C_0000000097" style="stroke:#A80036;stroke-width:1.5;" width="36" x="609" y="359"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L27" target="_top" title="I" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L27" xlink:show="new" xlink:title="I" xlink:type="simple">
|
||||
<rect codeLine="26" fill="#FEFECE" filter="url(#fzssp8jzvzhp9)" height="48" id="C_0000000097" style="stroke:#A80036;stroke-width:1.5;" width="36" x="609" y="359"/>
|
||||
<ellipse cx="624" cy="375" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M623.4688,381.9219 Q621.7188,381.9219 620.5781,381.1875 Q619.4531,380.4375 618.8906,379.0938 Q618.3438,377.7344 618.3438,375.9375 Q618.3438,373.9063 619,372.4531 Q619.6563,371 620.9375,370.2188 Q622.2188,369.4375 624.0938,369.4375 Q624.9844,369.4375 625.6563,369.625 Q626.3281,369.7969 627.0156,370.1406 L626.2031,372.1563 Q625.5781,371.8438 625.0313,371.7188 Q624.5,371.5938 624.0156,371.5938 Q622.8438,371.5938 622.1406,372.125 Q621.4375,372.6563 621.1406,373.6094 Q620.8438,374.5625 620.8438,375.8281 Q620.8438,377.8438 621.5625,378.8125 Q622.2813,379.7656 623.875,379.7656 Q624.4688,379.7656 625.0938,379.6094 Q625.7188,379.4531 626.5469,379.0781 L626.5469,381.2969 Q625.8125,381.6094 625.0156,381.7656 Q624.2344,381.9219 623.4688,381.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="4" x="638" y="379.656">I</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="610" x2="644" y1="391" y2="391"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="610" x2="644" y1="399" y2="399"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L30" target="_top" title="J" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L30" xlink:show="new" xlink:title="J" xlink:type="simple">
|
||||
<rect codeLine="39" fill="#FEFECE" filter="url(#f19f4d6wpts03l)" height="48" id="C_0000000101" style="stroke:#A80036;stroke-width:1.5;" width="35" x="680.5" y="359"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L30" target="_top" title="J" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L30" xlink:show="new" xlink:title="J" xlink:type="simple">
|
||||
<rect codeLine="29" fill="#FEFECE" filter="url(#fzssp8jzvzhp9)" height="48" id="C_0000000101" style="stroke:#A80036;stroke-width:1.5;" width="35" x="680.5" y="359"/>
|
||||
<ellipse cx="695.5" cy="375" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M694.9688,381.9219 Q693.2188,381.9219 692.0781,381.1875 Q690.9531,380.4375 690.3906,379.0938 Q689.8438,377.7344 689.8438,375.9375 Q689.8438,373.9063 690.5,372.4531 Q691.1563,371 692.4375,370.2188 Q693.7188,369.4375 695.5938,369.4375 Q696.4844,369.4375 697.1563,369.625 Q697.8281,369.7969 698.5156,370.1406 L697.7031,372.1563 Q697.0781,371.8438 696.5313,371.7188 Q696,371.5938 695.5156,371.5938 Q694.3438,371.5938 693.6406,372.125 Q692.9375,372.6563 692.6406,373.6094 Q692.3438,374.5625 692.3438,375.8281 Q692.3438,377.8438 693.0625,378.8125 Q693.7813,379.7656 695.375,379.7656 Q695.9688,379.7656 696.5938,379.6094 Q697.2188,379.4531 698.0469,379.0781 L698.0469,381.2969 Q697.3125,381.6094 696.5156,381.7656 Q695.7344,381.9219 694.9688,381.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="3" x="709.5" y="379.656">J</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="681.5" x2="714.5" y1="391" y2="391"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="681.5" x2="714.5" y1="399" y2="399"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L33" target="_top" title="K" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L33" xlink:show="new" xlink:title="K" xlink:type="simple">
|
||||
<rect codeLine="43" fill="#FEFECE" filter="url(#f19f4d6wpts03l)" height="48" id="C_0000000105" style="stroke:#A80036;stroke-width:1.5;" width="39" x="750.5" y="359"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L33" target="_top" title="K" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L33" xlink:show="new" xlink:title="K" xlink:type="simple">
|
||||
<rect codeLine="32" fill="#FEFECE" filter="url(#fzssp8jzvzhp9)" height="48" id="C_0000000105" style="stroke:#A80036;stroke-width:1.5;" width="39" x="750.5" y="359"/>
|
||||
<ellipse cx="765.5" cy="375" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M764.9688,381.9219 Q763.2188,381.9219 762.0781,381.1875 Q760.9531,380.4375 760.3906,379.0938 Q759.8438,377.7344 759.8438,375.9375 Q759.8438,373.9063 760.5,372.4531 Q761.1563,371 762.4375,370.2188 Q763.7188,369.4375 765.5938,369.4375 Q766.4844,369.4375 767.1563,369.625 Q767.8281,369.7969 768.5156,370.1406 L767.7031,372.1563 Q767.0781,371.8438 766.5313,371.7188 Q766,371.5938 765.5156,371.5938 Q764.3438,371.5938 763.6406,372.125 Q762.9375,372.6563 762.6406,373.6094 Q762.3438,374.5625 762.3438,375.8281 Q762.3438,377.8438 763.0625,378.8125 Q763.7813,379.7656 765.375,379.7656 Q765.9688,379.7656 766.5938,379.6094 Q767.2188,379.4531 768.0469,379.0781 L768.0469,381.2969 Q767.3125,381.6094 766.5156,381.7656 Q765.7344,381.9219 764.9688,381.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="7" x="779.5" y="379.656">K</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="751.5" x2="788.5" y1="391" y2="391"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="751.5" x2="788.5" y1="399" y2="399"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L36" target="_top" title="R" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L36" xlink:show="new" xlink:title="R" xlink:type="simple">
|
||||
<rect codeLine="47" fill="#FEFECE" filter="url(#f19f4d6wpts03l)" height="272.7283" id="C_0000000109" style="stroke:#A80036;stroke-width:1.5;" width="196" x="304" y="7"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L36" target="_top" title="R" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L36" xlink:show="new" xlink:title="R" xlink:type="simple">
|
||||
<rect codeLine="35" fill="#FEFECE" filter="url(#fzssp8jzvzhp9)" height="272.7283" id="C_0000000109" style="stroke:#A80036;stroke-width:1.5;" width="196" x="304" y="7"/>
|
||||
<ellipse cx="394.25" cy="23" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M393.7188,29.9219 Q391.9688,29.9219 390.8281,29.1875 Q389.7031,28.4375 389.1406,27.0938 Q388.5938,25.7344 388.5938,23.9375 Q388.5938,21.9063 389.25,20.4531 Q389.9063,19 391.1875,18.2188 Q392.4688,17.4375 394.3438,17.4375 Q395.2344,17.4375 395.9063,17.625 Q396.5781,17.7969 397.2656,18.1406 L396.4531,20.1563 Q395.8281,19.8438 395.2813,19.7188 Q394.75,19.5938 394.2656,19.5938 Q393.0938,19.5938 392.3906,20.125 Q391.6875,20.6563 391.3906,21.6094 Q391.0938,22.5625 391.0938,23.8281 Q391.0938,25.8438 391.8125,26.8125 Q392.5313,27.7656 394.125,27.7656 Q394.7188,27.7656 395.3438,27.6094 Q395.9688,27.4531 396.7969,27.0781 L396.7969,29.2969 Q396.0625,29.6094 395.2656,29.7656 Q394.4844,29.9219 393.7188,29.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="7" x="414.75" y="27.656">R</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="305" x2="499" y1="39" y2="39"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L38" target="_top" title="some_int" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L38" xlink:show="new" xlink:title="some_int" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L38" target="_top" title="some_int" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L38" xlink:show="new" xlink:title="some_int" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="310" y="45"/>
|
||||
<ellipse cx="315" cy="50" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L38" target="_top" title="some_int" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L38" xlink:show="new" xlink:title="some_int" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L38" target="_top" title="some_int" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L38" xlink:show="new" xlink:title="some_int" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="70" x="324" y="54.7589">some_int : int</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L39" target="_top" title="some_int_pointer" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L39" xlink:show="new" xlink:title="some_int_pointer" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L39" target="_top" title="some_int_pointer" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L39" xlink:show="new" xlink:title="some_int_pointer" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="310" y="59.9819"/>
|
||||
<ellipse cx="315" cy="64.9819" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L39" target="_top" title="some_int_pointer" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L39" xlink:show="new" xlink:title="some_int_pointer" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L39" target="_top" title="some_int_pointer" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L39" xlink:show="new" xlink:title="some_int_pointer" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="120" x="324" y="69.7408">some_int_pointer : int*</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L40" target="_top" title="some_int_pointer_pointer" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L40" xlink:show="new" xlink:title="some_int_pointer_pointer" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L40" target="_top" title="some_int_pointer_pointer" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L40" xlink:show="new" xlink:title="some_int_pointer_pointer" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="310" y="74.9638"/>
|
||||
<ellipse cx="315" cy="79.9638" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L40" target="_top" title="some_int_pointer_pointer" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L40" xlink:show="new" xlink:title="some_int_pointer_pointer" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L40" target="_top" title="some_int_pointer_pointer" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L40" xlink:show="new" xlink:title="some_int_pointer_pointer" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="170" x="324" y="84.7227">some_int_pointer_pointer : int**</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L41" target="_top" title="some_int_reference" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L41" xlink:show="new" xlink:title="some_int_reference" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L41" target="_top" title="some_int_reference" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L41" xlink:show="new" xlink:title="some_int_reference" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="310" y="89.9457"/>
|
||||
<ellipse cx="315" cy="94.9457" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L41" target="_top" title="some_int_reference" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L41" xlink:show="new" xlink:title="some_int_reference" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L41" target="_top" title="some_int_reference" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L41" xlink:show="new" xlink:title="some_int_reference" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="133" x="324" y="99.7046">some_int_reference : int&</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L42" target="_top" title="a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L42" xlink:show="new" xlink:title="a" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L42" target="_top" title="a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L42" xlink:show="new" xlink:title="a" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="310" y="104.9276"/>
|
||||
<ellipse cx="315" cy="109.9276" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L42" target="_top" title="a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L42" xlink:show="new" xlink:title="a" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L42" target="_top" title="a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L42" xlink:show="new" xlink:title="a" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="22" x="324" y="114.6865">a : A</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L43" target="_top" title="b" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L43" xlink:show="new" xlink:title="b" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L43" target="_top" title="b" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L43" xlink:show="new" xlink:title="b" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="310" y="119.9094"/>
|
||||
<ellipse cx="315" cy="124.9094" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L43" target="_top" title="b" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L43" xlink:show="new" xlink:title="b" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L43" target="_top" title="b" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L43" xlink:show="new" xlink:title="b" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="29" x="324" y="129.6684">b : B*</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L44" target="_top" title="c" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L44" xlink:show="new" xlink:title="c" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L44" target="_top" title="c" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L44" xlink:show="new" xlink:title="c" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="310" y="134.8913"/>
|
||||
<ellipse cx="315" cy="139.8913" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L44" target="_top" title="c" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L44" xlink:show="new" xlink:title="c" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L44" target="_top" title="c" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L44" xlink:show="new" xlink:title="c" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="29" x="324" y="144.6502">c : C&</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L45" target="_top" title="d" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L45" xlink:show="new" xlink:title="d" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L45" target="_top" title="d" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L45" xlink:show="new" xlink:title="d" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="310" y="149.8732"/>
|
||||
<ellipse cx="315" cy="154.8732" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L45" target="_top" title="d" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L45" xlink:show="new" xlink:title="d" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L45" target="_top" title="d" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L45" xlink:show="new" xlink:title="d" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="61" x="324" y="159.6321">d : D const*</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L46" target="_top" title="e" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L46" xlink:show="new" xlink:title="e" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L46" target="_top" title="e" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L46" xlink:show="new" xlink:title="e" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="310" y="164.8551"/>
|
||||
<ellipse cx="315" cy="169.8551" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L46" target="_top" title="e" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L46" xlink:show="new" xlink:title="e" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L46" target="_top" title="e" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L46" xlink:show="new" xlink:title="e" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="60" x="324" y="174.614">e : E const&</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L47" target="_top" title="f" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L47" xlink:show="new" xlink:title="f" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L47" target="_top" title="f" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L47" xlink:show="new" xlink:title="f" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="310" y="179.837"/>
|
||||
<ellipse cx="315" cy="184.837" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L47" target="_top" title="f" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L47" xlink:show="new" xlink:title="f" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L47" target="_top" title="f" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L47" xlink:show="new" xlink:title="f" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="35" x="324" y="189.5959">f : F&&</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L48" target="_top" title="g" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L48" xlink:show="new" xlink:title="g" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L48" target="_top" title="g" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L48" xlink:show="new" xlink:title="g" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="310" y="194.8189"/>
|
||||
<ellipse cx="315" cy="199.8189" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L48" target="_top" title="g" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L48" xlink:show="new" xlink:title="g" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L48" target="_top" title="g" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L48" xlink:show="new" xlink:title="g" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="36" x="324" y="204.5778">g : G**</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L49" target="_top" title="h" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L49" xlink:show="new" xlink:title="h" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L49" target="_top" title="h" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L49" xlink:show="new" xlink:title="h" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="310" y="209.8008"/>
|
||||
<ellipse cx="315" cy="214.8008" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L49" target="_top" title="h" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L49" xlink:show="new" xlink:title="h" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L49" target="_top" title="h" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L49" xlink:show="new" xlink:title="h" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="42" x="324" y="219.5597">h : H***</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L50" target="_top" title="i" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L50" xlink:show="new" xlink:title="i" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L50" target="_top" title="i" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L50" xlink:show="new" xlink:title="i" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="310" y="224.7827"/>
|
||||
<ellipse cx="315" cy="229.7827" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L50" target="_top" title="i" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L50" xlink:show="new" xlink:title="i" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L50" target="_top" title="i" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L50" xlink:show="new" xlink:title="i" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="30" x="324" y="234.5416">i : I*&</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L51" target="_top" title="j" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L51" xlink:show="new" xlink:title="j" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L51" target="_top" title="j" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L51" xlink:show="new" xlink:title="j" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="310" y="239.7645"/>
|
||||
<ellipse cx="315" cy="244.7645" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L51" target="_top" title="j" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L51" xlink:show="new" xlink:title="j" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L51" target="_top" title="j" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L51" xlink:show="new" xlink:title="j" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="62" x="324" y="249.5235">j : J volatile*</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L52" target="_top" title="k" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L52" xlink:show="new" xlink:title="k" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L52" target="_top" title="k" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L52" xlink:show="new" xlink:title="k" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="310" y="254.7464"/>
|
||||
<ellipse cx="315" cy="259.7464" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L52" target="_top" title="k" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00005/t00005.cc#L52" xlink:show="new" xlink:title="k" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L52" target="_top" title="k" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00005/t00005.cc#L52" xlink:show="new" xlink:title="k" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="28" x="324" y="264.5053">k : K*</text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="305" x2="499" y1="271.7283" y2="271.7283"/>
|
||||
<path codeLine="77" d="M292.75,213.69 C206.2,268.51 92.54,340.49 47.07,369.29 " fill="none" id="C_0000000109-backto-C_0000000065" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="52" d="M292.75,213.69 C206.2,268.51 92.54,340.49 47.07,369.29 " fill="none" id="C_0000000109-backto-C_0000000065" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#FFFFFF" points="303.96,206.59,296.751,206.4141,293.816,213.0009,301.025,213.1768,303.96,206.59" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="14" x="139" y="324.897">+a</text>
|
||||
<path codeLine="78" d="M303.77,222.27 C240.95,272 164.33,332.66 126.1,362.92 " fill="none" id="C_0000000109-to-C_0000000069" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="53" d="M303.77,222.27 C240.95,272 164.33,332.66 126.1,362.92 " fill="none" id="C_0000000109-to-C_0000000069" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#A80036" points="122.08,366.1,131.6133,363.6267,125.9927,362.987,126.6324,357.3664,122.08,366.1" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="15" x="192" y="324.897">+b</text>
|
||||
<path codeLine="79" d="M303.97,247.98 C265.82,288.25 225.41,330.9 200.69,357 " fill="none" id="C_0000000109-to-C_0000000073" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="54" d="M303.97,247.98 C265.82,288.25 225.41,330.9 200.69,357 " fill="none" id="C_0000000109-to-C_0000000073" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#A80036" points="197.16,360.72,206.249,356.9265,200.5944,357.0861,200.4348,351.4315,197.16,360.72" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="13" x="245" y="324.897">+c</text>
|
||||
<path codeLine="80" d="M316.84,280.25 C299.17,308.41 282.32,335.27 270.37,354.31 " fill="none" id="C_0000000109-to-C_0000000077" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="55" d="M316.84,280.25 C299.17,308.41 282.32,335.27 270.37,354.31 " fill="none" id="C_0000000109-to-C_0000000077" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#A80036" points="267.44,358.98,275.6153,353.4878,270.1003,354.7464,268.8416,349.2314,267.44,358.98" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="15" x="299" y="324.897">+d</text>
|
||||
<path codeLine="81" d="M359.7,280.25 C351,308.17 342.7,334.81 336.78,353.83 " fill="none" id="C_0000000109-to-C_0000000081" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="56" d="M359.7,280.25 C351,308.17 342.7,334.81 336.78,353.83 " fill="none" id="C_0000000109-to-C_0000000081" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#A80036" points="335.17,358.98,341.6648,351.5761,336.6565,354.2061,334.0265,349.1977,335.17,358.98" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="14" x="351" y="324.897">+e</text>
|
||||
<path codeLine="82" d="M402,293.37 C402,318.98 402,342.58 402,358.98 " fill="none" id="C_0000000109-backto-C_0000000085" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="57" d="M402,293.37 C402,318.98 402,342.58 402,358.98 " fill="none" id="C_0000000109-backto-C_0000000085" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#FFFFFF" points="402,280.25,398,286.25,402,292.25,406,286.25,402,280.25" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="11" x="403" y="324.897">+f</text>
|
||||
<path codeLine="83" d="M444.87,280.25 C453.68,308.17 462.1,334.81 468.1,353.83 " fill="none" id="C_0000000109-to-C_0000000089" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="58" d="M444.87,280.25 C453.68,308.17 462.1,334.81 468.1,353.83 " fill="none" id="C_0000000109-to-C_0000000089" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#A80036" points="469.73,358.98,470.8384,349.1937,468.2264,354.2114,463.2087,351.5995,469.73,358.98" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="15" x="460" y="324.897">+g</text>
|
||||
<path codeLine="84" d="M488.31,280.25 C506.21,308.41 523.29,335.27 535.4,354.31 " fill="none" id="C_0000000109-to-C_0000000093" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="59" d="M488.31,280.25 C506.21,308.41 523.29,335.27 535.4,354.31 " fill="none" id="C_0000000109-to-C_0000000093" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#A80036" points="538.37,358.98,536.9064,349.2405,535.6828,354.7635,530.1599,353.5399,538.37,358.98" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="15" x="518" y="324.897">+h</text>
|
||||
<path codeLine="85" d="M500.03,247.98 C539.31,289.44 580.99,333.43 605.47,359.27 " fill="none" id="C_0000000109-to-C_0000000097" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="60" d="M500.03,247.98 C539.31,289.44 580.99,333.43 605.47,359.27 " fill="none" id="C_0000000109-to-C_0000000097" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#A80036" points="608.95,362.95,605.657,353.668,605.5085,359.3229,599.8536,359.1744,608.95,362.95" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="10" x="574" y="324.897">+i</text>
|
||||
<path codeLine="86" d="M500.15,223.25 C562.9,273.6 639.18,334.8 676,364.35 " fill="none" id="C_0000000109-to-C_0000000101" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="61" d="M500.15,223.25 C562.9,273.6 639.18,334.8 676,364.35 " fill="none" id="C_0000000109-to-C_0000000101" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#A80036" points="680.3,367.8,675.7827,359.0482,676.3998,364.6713,670.7768,365.2885,680.3,367.8" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="10" x="628" y="324.897">+j</text>
|
||||
<path codeLine="87" d="M500.13,207.83 C583.43,261.59 696.98,334.87 745.93,366.46 " fill="none" id="C_0000000109-to-C_0000000105" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="62" d="M500.13,207.83 C583.43,261.59 696.98,334.87 745.93,366.46 " fill="none" id="C_0000000109-to-C_0000000105" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#A80036" points="750.18,369.21,744.7922,360.9655,745.9806,366.4961,740.45,367.6845,750.18,369.21" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="14" x="683" y="324.897">+k</text>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 42 KiB |
@@ -1,6 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="application/ecmascript" contentStyleType="text/css" height="514px" preserveAspectRatio="none" style="width:1375px;height:514px;background:#FFFFFF;" version="1.1" viewBox="0 0 1375 514" width="1375px" zoomAndPan="magnify">
|
||||
<defs>
|
||||
<filter height="300%" id="f13q518onjboji" width="300%" x="-1" y="-1">
|
||||
<filter height="300%" id="f1531cmm8l2oyu" width="300%" x="-1" y="-1">
|
||||
<feGaussianBlur result="blurOut" stdDeviation="2.0"/>
|
||||
<feColorMatrix in="blurOut" result="blurOut2" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .4 0"/>
|
||||
<feOffset dx="4.0" dy="4.0" in="blurOut2" result="blurOut3"/>
|
||||
@@ -9,136 +9,136 @@
|
||||
<style type="text/css">a:hover { text-decoration: underline; }</style>
|
||||
</defs>
|
||||
<g>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L7" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L7" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<rect codeLine="3" fill="#FEFECE" filter="url(#f13q518onjboji)" height="48" id="C_0000000119" style="stroke:#A80036;stroke-width:1.5;" width="40" x="7" y="329"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L7" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L7" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<rect codeLine="2" fill="#FEFECE" filter="url(#f1531cmm8l2oyu)" height="48" id="C_0000000119" style="stroke:#A80036;stroke-width:1.5;" width="40" x="7" y="329"/>
|
||||
<ellipse cx="22" cy="345" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M21.4688,351.9219 Q19.7188,351.9219 18.5781,351.1875 Q17.4531,350.4375 16.8906,349.0938 Q16.3438,347.7344 16.3438,345.9375 Q16.3438,343.9063 17,342.4531 Q17.6563,341 18.9375,340.2188 Q20.2188,339.4375 22.0938,339.4375 Q22.9844,339.4375 23.6563,339.625 Q24.3281,339.7969 25.0156,340.1406 L24.2031,342.1563 Q23.5781,341.8438 23.0313,341.7188 Q22.5,341.5938 22.0156,341.5938 Q20.8438,341.5938 20.1406,342.125 Q19.4375,342.6563 19.1406,343.6094 Q18.8438,344.5625 18.8438,345.8281 Q18.8438,347.8438 19.5625,348.8125 Q20.2813,349.7656 21.875,349.7656 Q22.4688,349.7656 23.0938,349.6094 Q23.7188,349.4531 24.5469,349.0781 L24.5469,351.2969 Q23.8125,351.6094 23.0156,351.7656 Q22.2344,351.9219 21.4688,351.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="36" y="349.656">A</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="46" y1="361" y2="361"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="46" y1="369" y2="369"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L10" target="_top" title="B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L10" xlink:show="new" xlink:title="B" xlink:type="simple">
|
||||
<rect codeLine="7" fill="#FEFECE" filter="url(#f13q518onjboji)" height="48" id="C_0000000123" style="stroke:#A80036;stroke-width:1.5;" width="40" x="82" y="329"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L10" target="_top" title="B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L10" xlink:show="new" xlink:title="B" xlink:type="simple">
|
||||
<rect codeLine="5" fill="#FEFECE" filter="url(#f1531cmm8l2oyu)" height="48" id="C_0000000123" style="stroke:#A80036;stroke-width:1.5;" width="40" x="82" y="329"/>
|
||||
<ellipse cx="97" cy="345" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M96.4688,351.9219 Q94.7188,351.9219 93.5781,351.1875 Q92.4531,350.4375 91.8906,349.0938 Q91.3438,347.7344 91.3438,345.9375 Q91.3438,343.9063 92,342.4531 Q92.6563,341 93.9375,340.2188 Q95.2188,339.4375 97.0938,339.4375 Q97.9844,339.4375 98.6563,339.625 Q99.3281,339.7969 100.0156,340.1406 L99.2031,342.1563 Q98.5781,341.8438 98.0313,341.7188 Q97.5,341.5938 97.0156,341.5938 Q95.8438,341.5938 95.1406,342.125 Q94.4375,342.6563 94.1406,343.6094 Q93.8438,344.5625 93.8438,345.8281 Q93.8438,347.8438 94.5625,348.8125 Q95.2813,349.7656 96.875,349.7656 Q97.4688,349.7656 98.0938,349.6094 Q98.7188,349.4531 99.5469,349.0781 L99.5469,351.2969 Q98.8125,351.6094 98.0156,351.7656 Q97.2344,351.9219 96.4688,351.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="111" y="349.656">B</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="83" x2="121" y1="361" y2="361"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="83" x2="121" y1="369" y2="369"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L13" target="_top" title="C" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L13" xlink:show="new" xlink:title="C" xlink:type="simple">
|
||||
<rect codeLine="11" fill="#FEFECE" filter="url(#f13q518onjboji)" height="48" id="C_0000000127" style="stroke:#A80036;stroke-width:1.5;" width="40" x="157" y="329"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L13" target="_top" title="C" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L13" xlink:show="new" xlink:title="C" xlink:type="simple">
|
||||
<rect codeLine="8" fill="#FEFECE" filter="url(#f1531cmm8l2oyu)" height="48" id="C_0000000127" style="stroke:#A80036;stroke-width:1.5;" width="40" x="157" y="329"/>
|
||||
<ellipse cx="172" cy="345" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M171.4688,351.9219 Q169.7188,351.9219 168.5781,351.1875 Q167.4531,350.4375 166.8906,349.0938 Q166.3438,347.7344 166.3438,345.9375 Q166.3438,343.9063 167,342.4531 Q167.6563,341 168.9375,340.2188 Q170.2188,339.4375 172.0938,339.4375 Q172.9844,339.4375 173.6563,339.625 Q174.3281,339.7969 175.0156,340.1406 L174.2031,342.1563 Q173.5781,341.8438 173.0313,341.7188 Q172.5,341.5938 172.0156,341.5938 Q170.8438,341.5938 170.1406,342.125 Q169.4375,342.6563 169.1406,343.6094 Q168.8438,344.5625 168.8438,345.8281 Q168.8438,347.8438 169.5625,348.8125 Q170.2813,349.7656 171.875,349.7656 Q172.4688,349.7656 173.0938,349.6094 Q173.7188,349.4531 174.5469,349.0781 L174.5469,351.2969 Q173.8125,351.6094 173.0156,351.7656 Q172.2344,351.9219 171.4688,351.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="186" y="349.656">C</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="158" x2="196" y1="361" y2="361"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="158" x2="196" y1="369" y2="369"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L16" target="_top" title="D" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L16" xlink:show="new" xlink:title="D" xlink:type="simple">
|
||||
<rect codeLine="15" fill="#FEFECE" filter="url(#f13q518onjboji)" height="48" id="C_0000000131" style="stroke:#A80036;stroke-width:1.5;" width="41" x="232.5" y="329"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L16" target="_top" title="D" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L16" xlink:show="new" xlink:title="D" xlink:type="simple">
|
||||
<rect codeLine="11" fill="#FEFECE" filter="url(#f1531cmm8l2oyu)" height="48" id="C_0000000131" style="stroke:#A80036;stroke-width:1.5;" width="41" x="232.5" y="329"/>
|
||||
<ellipse cx="247.5" cy="345" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M246.9688,351.9219 Q245.2188,351.9219 244.0781,351.1875 Q242.9531,350.4375 242.3906,349.0938 Q241.8438,347.7344 241.8438,345.9375 Q241.8438,343.9063 242.5,342.4531 Q243.1563,341 244.4375,340.2188 Q245.7188,339.4375 247.5938,339.4375 Q248.4844,339.4375 249.1563,339.625 Q249.8281,339.7969 250.5156,340.1406 L249.7031,342.1563 Q249.0781,341.8438 248.5313,341.7188 Q248,341.5938 247.5156,341.5938 Q246.3438,341.5938 245.6406,342.125 Q244.9375,342.6563 244.6406,343.6094 Q244.3438,344.5625 244.3438,345.8281 Q244.3438,347.8438 245.0625,348.8125 Q245.7813,349.7656 247.375,349.7656 Q247.9688,349.7656 248.5938,349.6094 Q249.2188,349.4531 250.0469,349.0781 L250.0469,351.2969 Q249.3125,351.6094 248.5156,351.7656 Q247.7344,351.9219 246.9688,351.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="9" x="261.5" y="349.656">D</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="233.5" x2="272.5" y1="361" y2="361"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="233.5" x2="272.5" y1="369" y2="369"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L19" target="_top" title="E" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L19" xlink:show="new" xlink:title="E" xlink:type="simple">
|
||||
<rect codeLine="19" fill="#FEFECE" filter="url(#f13q518onjboji)" height="48" id="C_0000000135" style="stroke:#A80036;stroke-width:1.5;" width="39" x="1146.5" y="445.5"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L19" target="_top" title="E" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L19" xlink:show="new" xlink:title="E" xlink:type="simple">
|
||||
<rect codeLine="14" fill="#FEFECE" filter="url(#f1531cmm8l2oyu)" height="48" id="C_0000000135" style="stroke:#A80036;stroke-width:1.5;" width="39" x="1146.5" y="445.5"/>
|
||||
<ellipse cx="1161.5" cy="461.5" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M1160.9688,468.4219 Q1159.2188,468.4219 1158.0781,467.6875 Q1156.9531,466.9375 1156.3906,465.5938 Q1155.8438,464.2344 1155.8438,462.4375 Q1155.8438,460.4063 1156.5,458.9531 Q1157.1563,457.5 1158.4375,456.7188 Q1159.7188,455.9375 1161.5938,455.9375 Q1162.4844,455.9375 1163.1563,456.125 Q1163.8281,456.2969 1164.5156,456.6406 L1163.7031,458.6563 Q1163.0781,458.3438 1162.5313,458.2188 Q1162,458.0938 1161.5156,458.0938 Q1160.3438,458.0938 1159.6406,458.625 Q1158.9375,459.1563 1158.6406,460.1094 Q1158.3438,461.0625 1158.3438,462.3281 Q1158.3438,464.3438 1159.0625,465.3125 Q1159.7813,466.2656 1161.375,466.2656 Q1161.9688,466.2656 1162.5938,466.1094 Q1163.2188,465.9531 1164.0469,465.5781 L1164.0469,467.7969 Q1163.3125,468.1094 1162.5156,468.2656 Q1161.7344,468.4219 1160.9688,468.4219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="7" x="1175.5" y="466.156">E</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="1147.5" x2="1184.5" y1="477.5" y2="477.5"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="1147.5" x2="1184.5" y1="485.5" y2="485.5"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L22" target="_top" title="F" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L22" xlink:show="new" xlink:title="F" xlink:type="simple">
|
||||
<rect codeLine="23" fill="#FEFECE" filter="url(#f13q518onjboji)" height="48" id="C_0000000139" style="stroke:#A80036;stroke-width:1.5;" width="38" x="309" y="329"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L22" target="_top" title="F" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L22" xlink:show="new" xlink:title="F" xlink:type="simple">
|
||||
<rect codeLine="17" fill="#FEFECE" filter="url(#f1531cmm8l2oyu)" height="48" id="C_0000000139" style="stroke:#A80036;stroke-width:1.5;" width="38" x="309" y="329"/>
|
||||
<ellipse cx="324" cy="345" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M323.4688,351.9219 Q321.7188,351.9219 320.5781,351.1875 Q319.4531,350.4375 318.8906,349.0938 Q318.3438,347.7344 318.3438,345.9375 Q318.3438,343.9063 319,342.4531 Q319.6563,341 320.9375,340.2188 Q322.2188,339.4375 324.0938,339.4375 Q324.9844,339.4375 325.6563,339.625 Q326.3281,339.7969 327.0156,340.1406 L326.2031,342.1563 Q325.5781,341.8438 325.0313,341.7188 Q324.5,341.5938 324.0156,341.5938 Q322.8438,341.5938 322.1406,342.125 Q321.4375,342.6563 321.1406,343.6094 Q320.8438,344.5625 320.8438,345.8281 Q320.8438,347.8438 321.5625,348.8125 Q322.2813,349.7656 323.875,349.7656 Q324.4688,349.7656 325.0938,349.6094 Q325.7188,349.4531 326.5469,349.0781 L326.5469,351.2969 Q325.8125,351.6094 325.0156,351.7656 Q324.2344,351.9219 323.4688,351.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="6" x="338" y="349.656">F</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="310" x2="346" y1="361" y2="361"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="310" x2="346" y1="369" y2="369"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L25" target="_top" title="G" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L25" xlink:show="new" xlink:title="G" xlink:type="simple">
|
||||
<rect codeLine="27" fill="#FEFECE" filter="url(#f13q518onjboji)" height="48" id="C_0000000143" style="stroke:#A80036;stroke-width:1.5;" width="41" x="382.5" y="329"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L25" target="_top" title="G" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L25" xlink:show="new" xlink:title="G" xlink:type="simple">
|
||||
<rect codeLine="20" fill="#FEFECE" filter="url(#f1531cmm8l2oyu)" height="48" id="C_0000000143" style="stroke:#A80036;stroke-width:1.5;" width="41" x="382.5" y="329"/>
|
||||
<ellipse cx="397.5" cy="345" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M396.9688,351.9219 Q395.2188,351.9219 394.0781,351.1875 Q392.9531,350.4375 392.3906,349.0938 Q391.8438,347.7344 391.8438,345.9375 Q391.8438,343.9063 392.5,342.4531 Q393.1563,341 394.4375,340.2188 Q395.7188,339.4375 397.5938,339.4375 Q398.4844,339.4375 399.1563,339.625 Q399.8281,339.7969 400.5156,340.1406 L399.7031,342.1563 Q399.0781,341.8438 398.5313,341.7188 Q398,341.5938 397.5156,341.5938 Q396.3438,341.5938 395.6406,342.125 Q394.9375,342.6563 394.6406,343.6094 Q394.3438,344.5625 394.3438,345.8281 Q394.3438,347.8438 395.0625,348.8125 Q395.7813,349.7656 397.375,349.7656 Q397.9688,349.7656 398.5938,349.6094 Q399.2188,349.4531 400.0469,349.0781 L400.0469,351.2969 Q399.3125,351.6094 398.5156,351.7656 Q397.7344,351.9219 396.9688,351.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="9" x="411.5" y="349.656">G</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="383.5" x2="422.5" y1="361" y2="361"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="383.5" x2="422.5" y1="369" y2="369"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L28" target="_top" title="H" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L28" xlink:show="new" xlink:title="H" xlink:type="simple">
|
||||
<rect codeLine="31" fill="#FEFECE" filter="url(#f13q518onjboji)" height="48" id="C_0000000147" style="stroke:#A80036;stroke-width:1.5;" width="41" x="458.5" y="329"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L28" target="_top" title="H" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L28" xlink:show="new" xlink:title="H" xlink:type="simple">
|
||||
<rect codeLine="23" fill="#FEFECE" filter="url(#f1531cmm8l2oyu)" height="48" id="C_0000000147" style="stroke:#A80036;stroke-width:1.5;" width="41" x="458.5" y="329"/>
|
||||
<ellipse cx="473.5" cy="345" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M472.9688,351.9219 Q471.2188,351.9219 470.0781,351.1875 Q468.9531,350.4375 468.3906,349.0938 Q467.8438,347.7344 467.8438,345.9375 Q467.8438,343.9063 468.5,342.4531 Q469.1563,341 470.4375,340.2188 Q471.7188,339.4375 473.5938,339.4375 Q474.4844,339.4375 475.1563,339.625 Q475.8281,339.7969 476.5156,340.1406 L475.7031,342.1563 Q475.0781,341.8438 474.5313,341.7188 Q474,341.5938 473.5156,341.5938 Q472.3438,341.5938 471.6406,342.125 Q470.9375,342.6563 470.6406,343.6094 Q470.3438,344.5625 470.3438,345.8281 Q470.3438,347.8438 471.0625,348.8125 Q471.7813,349.7656 473.375,349.7656 Q473.9688,349.7656 474.5938,349.6094 Q475.2188,349.4531 476.0469,349.0781 L476.0469,351.2969 Q475.3125,351.6094 474.5156,351.7656 Q473.7344,351.9219 472.9688,351.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="9" x="487.5" y="349.656">H</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="459.5" x2="498.5" y1="361" y2="361"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="459.5" x2="498.5" y1="369" y2="369"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L31" target="_top" title="I" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L31" xlink:show="new" xlink:title="I" xlink:type="simple">
|
||||
<rect codeLine="35" fill="#FEFECE" filter="url(#f13q518onjboji)" height="48" id="C_0000000151" style="stroke:#A80036;stroke-width:1.5;" width="36" x="535" y="329"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L31" target="_top" title="I" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L31" xlink:show="new" xlink:title="I" xlink:type="simple">
|
||||
<rect codeLine="26" fill="#FEFECE" filter="url(#f1531cmm8l2oyu)" height="48" id="C_0000000151" style="stroke:#A80036;stroke-width:1.5;" width="36" x="535" y="329"/>
|
||||
<ellipse cx="550" cy="345" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M549.4688,351.9219 Q547.7188,351.9219 546.5781,351.1875 Q545.4531,350.4375 544.8906,349.0938 Q544.3438,347.7344 544.3438,345.9375 Q544.3438,343.9063 545,342.4531 Q545.6563,341 546.9375,340.2188 Q548.2188,339.4375 550.0938,339.4375 Q550.9844,339.4375 551.6563,339.625 Q552.3281,339.7969 553.0156,340.1406 L552.2031,342.1563 Q551.5781,341.8438 551.0313,341.7188 Q550.5,341.5938 550.0156,341.5938 Q548.8438,341.5938 548.1406,342.125 Q547.4375,342.6563 547.1406,343.6094 Q546.8438,344.5625 546.8438,345.8281 Q546.8438,347.8438 547.5625,348.8125 Q548.2813,349.7656 549.875,349.7656 Q550.4688,349.7656 551.0938,349.6094 Q551.7188,349.4531 552.5469,349.0781 L552.5469,351.2969 Q551.8125,351.6094 551.0156,351.7656 Q550.2344,351.9219 549.4688,351.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="4" x="564" y="349.656">I</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="536" x2="570" y1="361" y2="361"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="536" x2="570" y1="369" y2="369"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L34" target="_top" title="J" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L34" xlink:show="new" xlink:title="J" xlink:type="simple">
|
||||
<rect codeLine="39" fill="#FEFECE" filter="url(#f13q518onjboji)" height="48" id="C_0000000155" style="stroke:#A80036;stroke-width:1.5;" width="35" x="606.5" y="329"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L34" target="_top" title="J" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L34" xlink:show="new" xlink:title="J" xlink:type="simple">
|
||||
<rect codeLine="29" fill="#FEFECE" filter="url(#f1531cmm8l2oyu)" height="48" id="C_0000000155" style="stroke:#A80036;stroke-width:1.5;" width="35" x="606.5" y="329"/>
|
||||
<ellipse cx="621.5" cy="345" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M620.9688,351.9219 Q619.2188,351.9219 618.0781,351.1875 Q616.9531,350.4375 616.3906,349.0938 Q615.8438,347.7344 615.8438,345.9375 Q615.8438,343.9063 616.5,342.4531 Q617.1563,341 618.4375,340.2188 Q619.7188,339.4375 621.5938,339.4375 Q622.4844,339.4375 623.1563,339.625 Q623.8281,339.7969 624.5156,340.1406 L623.7031,342.1563 Q623.0781,341.8438 622.5313,341.7188 Q622,341.5938 621.5156,341.5938 Q620.3438,341.5938 619.6406,342.125 Q618.9375,342.6563 618.6406,343.6094 Q618.3438,344.5625 618.3438,345.8281 Q618.3438,347.8438 619.0625,348.8125 Q619.7813,349.7656 621.375,349.7656 Q621.9688,349.7656 622.5938,349.6094 Q623.2188,349.4531 624.0469,349.0781 L624.0469,351.2969 Q623.3125,351.6094 622.5156,351.7656 Q621.7344,351.9219 620.9688,351.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="3" x="635.5" y="349.656">J</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="607.5" x2="640.5" y1="361" y2="361"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="607.5" x2="640.5" y1="369" y2="369"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L37" target="_top" title="K" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L37" xlink:show="new" xlink:title="K" xlink:type="simple">
|
||||
<rect codeLine="43" fill="#FEFECE" filter="url(#f13q518onjboji)" height="48" id="C_0000000159" style="stroke:#A80036;stroke-width:1.5;" width="39" x="676.5" y="329"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L37" target="_top" title="K" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L37" xlink:show="new" xlink:title="K" xlink:type="simple">
|
||||
<rect codeLine="32" fill="#FEFECE" filter="url(#f1531cmm8l2oyu)" height="48" id="C_0000000159" style="stroke:#A80036;stroke-width:1.5;" width="39" x="676.5" y="329"/>
|
||||
<ellipse cx="691.5" cy="345" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M690.9688,351.9219 Q689.2188,351.9219 688.0781,351.1875 Q686.9531,350.4375 686.3906,349.0938 Q685.8438,347.7344 685.8438,345.9375 Q685.8438,343.9063 686.5,342.4531 Q687.1563,341 688.4375,340.2188 Q689.7188,339.4375 691.5938,339.4375 Q692.4844,339.4375 693.1563,339.625 Q693.8281,339.7969 694.5156,340.1406 L693.7031,342.1563 Q693.0781,341.8438 692.5313,341.7188 Q692,341.5938 691.5156,341.5938 Q690.3438,341.5938 689.6406,342.125 Q688.9375,342.6563 688.6406,343.6094 Q688.3438,344.5625 688.3438,345.8281 Q688.3438,347.8438 689.0625,348.8125 Q689.7813,349.7656 691.375,349.7656 Q691.9688,349.7656 692.5938,349.6094 Q693.2188,349.4531 694.0469,349.0781 L694.0469,351.2969 Q693.3125,351.6094 692.5156,351.7656 Q691.7344,351.9219 690.9688,351.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="7" x="705.5" y="349.656">K</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="677.5" x2="714.5" y1="361" y2="361"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="677.5" x2="714.5" y1="369" y2="369"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L40" target="_top" title="L" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L40" xlink:show="new" xlink:title="L" xlink:type="simple">
|
||||
<rect codeLine="47" fill="#FEFECE" filter="url(#f13q518onjboji)" height="48" id="C_0000000163" style="stroke:#A80036;stroke-width:1.5;" width="38" x="751" y="329"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L40" target="_top" title="L" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L40" xlink:show="new" xlink:title="L" xlink:type="simple">
|
||||
<rect codeLine="35" fill="#FEFECE" filter="url(#f1531cmm8l2oyu)" height="48" id="C_0000000163" style="stroke:#A80036;stroke-width:1.5;" width="38" x="751" y="329"/>
|
||||
<ellipse cx="766" cy="345" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M765.4688,351.9219 Q763.7188,351.9219 762.5781,351.1875 Q761.4531,350.4375 760.8906,349.0938 Q760.3438,347.7344 760.3438,345.9375 Q760.3438,343.9063 761,342.4531 Q761.6563,341 762.9375,340.2188 Q764.2188,339.4375 766.0938,339.4375 Q766.9844,339.4375 767.6563,339.625 Q768.3281,339.7969 769.0156,340.1406 L768.2031,342.1563 Q767.5781,341.8438 767.0313,341.7188 Q766.5,341.5938 766.0156,341.5938 Q764.8438,341.5938 764.1406,342.125 Q763.4375,342.6563 763.1406,343.6094 Q762.8438,344.5625 762.8438,345.8281 Q762.8438,347.8438 763.5625,348.8125 Q764.2813,349.7656 765.875,349.7656 Q766.4688,349.7656 767.0938,349.6094 Q767.7188,349.4531 768.5469,349.0781 L768.5469,351.2969 Q767.8125,351.6094 767.0156,351.7656 Q766.2344,351.9219 765.4688,351.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="6" x="780" y="349.656">L</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="752" x2="788" y1="361" y2="361"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="752" x2="788" y1="369" y2="369"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L43" target="_top" title="M" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L43" xlink:show="new" xlink:title="M" xlink:type="simple">
|
||||
<rect codeLine="51" fill="#FEFECE" filter="url(#f13q518onjboji)" height="48" id="C_0000000167" style="stroke:#A80036;stroke-width:1.5;" width="43" x="824.5" y="329"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L43" target="_top" title="M" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L43" xlink:show="new" xlink:title="M" xlink:type="simple">
|
||||
<rect codeLine="38" fill="#FEFECE" filter="url(#f1531cmm8l2oyu)" height="48" id="C_0000000167" style="stroke:#A80036;stroke-width:1.5;" width="43" x="824.5" y="329"/>
|
||||
<ellipse cx="839.5" cy="345" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M838.9688,351.9219 Q837.2188,351.9219 836.0781,351.1875 Q834.9531,350.4375 834.3906,349.0938 Q833.8438,347.7344 833.8438,345.9375 Q833.8438,343.9063 834.5,342.4531 Q835.1563,341 836.4375,340.2188 Q837.7188,339.4375 839.5938,339.4375 Q840.4844,339.4375 841.1563,339.625 Q841.8281,339.7969 842.5156,340.1406 L841.7031,342.1563 Q841.0781,341.8438 840.5313,341.7188 Q840,341.5938 839.5156,341.5938 Q838.3438,341.5938 837.6406,342.125 Q836.9375,342.6563 836.6406,343.6094 Q836.3438,344.5625 836.3438,345.8281 Q836.3438,347.8438 837.0625,348.8125 Q837.7813,349.7656 839.375,349.7656 Q839.9688,349.7656 840.5938,349.6094 Q841.2188,349.4531 842.0469,349.0781 L842.0469,351.2969 Q841.3125,351.6094 840.5156,351.7656 Q839.7344,351.9219 838.9688,351.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="11" x="853.5" y="349.656">M</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="825.5" x2="866.5" y1="361" y2="361"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="825.5" x2="866.5" y1="369" y2="369"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L46" target="_top" title="N" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L46" xlink:show="new" xlink:title="N" xlink:type="simple">
|
||||
<rect codeLine="55" fill="#FEFECE" filter="url(#f13q518onjboji)" height="48" id="C_0000000171" style="stroke:#A80036;stroke-width:1.5;" width="41" x="902.5" y="329"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L46" target="_top" title="N" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L46" xlink:show="new" xlink:title="N" xlink:type="simple">
|
||||
<rect codeLine="41" fill="#FEFECE" filter="url(#f1531cmm8l2oyu)" height="48" id="C_0000000171" style="stroke:#A80036;stroke-width:1.5;" width="41" x="902.5" y="329"/>
|
||||
<ellipse cx="917.5" cy="345" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M916.9688,351.9219 Q915.2188,351.9219 914.0781,351.1875 Q912.9531,350.4375 912.3906,349.0938 Q911.8438,347.7344 911.8438,345.9375 Q911.8438,343.9063 912.5,342.4531 Q913.1563,341 914.4375,340.2188 Q915.7188,339.4375 917.5938,339.4375 Q918.4844,339.4375 919.1563,339.625 Q919.8281,339.7969 920.5156,340.1406 L919.7031,342.1563 Q919.0781,341.8438 918.5313,341.7188 Q918,341.5938 917.5156,341.5938 Q916.3438,341.5938 915.6406,342.125 Q914.9375,342.6563 914.6406,343.6094 Q914.3438,344.5625 914.3438,345.8281 Q914.3438,347.8438 915.0625,348.8125 Q915.7813,349.7656 917.375,349.7656 Q917.9688,349.7656 918.5938,349.6094 Q919.2188,349.4531 920.0469,349.0781 L920.0469,351.2969 Q919.3125,351.6094 918.5156,351.7656 Q917.7344,351.9219 916.9688,351.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="9" x="931.5" y="349.656">N</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="903.5" x2="942.5" y1="361" y2="361"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="903.5" x2="942.5" y1="369" y2="369"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L49" target="_top" title="NN" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L49" xlink:show="new" xlink:title="NN" xlink:type="simple">
|
||||
<rect codeLine="59" fill="#FEFECE" filter="url(#f13q518onjboji)" height="48" id="C_0000000175" style="stroke:#A80036;stroke-width:1.5;" width="50" x="979" y="329"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L49" target="_top" title="NN" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L49" xlink:show="new" xlink:title="NN" xlink:type="simple">
|
||||
<rect codeLine="44" fill="#FEFECE" filter="url(#f1531cmm8l2oyu)" height="48" id="C_0000000175" style="stroke:#A80036;stroke-width:1.5;" width="50" x="979" y="329"/>
|
||||
<ellipse cx="994" cy="345" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M993.4688,351.9219 Q991.7188,351.9219 990.5781,351.1875 Q989.4531,350.4375 988.8906,349.0938 Q988.3438,347.7344 988.3438,345.9375 Q988.3438,343.9063 989,342.4531 Q989.6563,341 990.9375,340.2188 Q992.2188,339.4375 994.0938,339.4375 Q994.9844,339.4375 995.6563,339.625 Q996.3281,339.7969 997.0156,340.1406 L996.2031,342.1563 Q995.5781,341.8438 995.0313,341.7188 Q994.5,341.5938 994.0156,341.5938 Q992.8438,341.5938 992.1406,342.125 Q991.4375,342.6563 991.1406,343.6094 Q990.8438,344.5625 990.8438,345.8281 Q990.8438,347.8438 991.5625,348.8125 Q992.2813,349.7656 993.875,349.7656 Q994.4688,349.7656 995.0938,349.6094 Q995.7188,349.4531 996.5469,349.0781 L996.5469,351.2969 Q995.8125,351.6094 995.0156,351.7656 Q994.2344,351.9219 993.4688,351.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="18" x="1008" y="349.656">NN</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="980" x2="1028" y1="361" y2="361"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="980" x2="1028" y1="369" y2="369"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L52" target="_top" title="NNN" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L52" xlink:show="new" xlink:title="NNN" xlink:type="simple">
|
||||
<rect codeLine="63" fill="#FEFECE" filter="url(#f13q518onjboji)" height="48" id="C_0000000179" style="stroke:#A80036;stroke-width:1.5;" width="59" x="1064.5" y="329"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L52" target="_top" title="NNN" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L52" xlink:show="new" xlink:title="NNN" xlink:type="simple">
|
||||
<rect codeLine="47" fill="#FEFECE" filter="url(#f1531cmm8l2oyu)" height="48" id="C_0000000179" style="stroke:#A80036;stroke-width:1.5;" width="59" x="1064.5" y="329"/>
|
||||
<ellipse cx="1079.5" cy="345" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M1078.9688,351.9219 Q1077.2188,351.9219 1076.0781,351.1875 Q1074.9531,350.4375 1074.3906,349.0938 Q1073.8438,347.7344 1073.8438,345.9375 Q1073.8438,343.9063 1074.5,342.4531 Q1075.1563,341 1076.4375,340.2188 Q1077.7188,339.4375 1079.5938,339.4375 Q1080.4844,339.4375 1081.1563,339.625 Q1081.8281,339.7969 1082.5156,340.1406 L1081.7031,342.1563 Q1081.0781,341.8438 1080.5313,341.7188 Q1080,341.5938 1079.5156,341.5938 Q1078.3438,341.5938 1077.6406,342.125 Q1076.9375,342.6563 1076.6406,343.6094 Q1076.3438,344.5625 1076.3438,345.8281 Q1076.3438,347.8438 1077.0625,348.8125 Q1077.7813,349.7656 1079.375,349.7656 Q1079.9688,349.7656 1080.5938,349.6094 Q1081.2188,349.4531 1082.0469,349.0781 L1082.0469,351.2969 Q1081.3125,351.6094 1080.5156,351.7656 Q1079.7344,351.9219 1078.9688,351.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="27" x="1093.5" y="349.656">NNN</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="1065.5" x2="1122.5" y1="361" y2="361"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="1065.5" x2="1122.5" y1="369" y2="369"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L55" target="_top" title="custom_container" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L55" xlink:show="new" xlink:title="custom_container" xlink:type="simple">
|
||||
<rect codeLine="67" fill="#FEFECE" filter="url(#f13q518onjboji)" height="62.9819" id="C_0000000183" style="stroke:#A80036;stroke-width:1.5;" width="141" x="1220.5" y="438"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L55" target="_top" title="custom_container" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L55" xlink:show="new" xlink:title="custom_container" xlink:type="simple">
|
||||
<rect codeLine="50" fill="#FEFECE" filter="url(#f1531cmm8l2oyu)" height="62.9819" id="C_0000000183" style="stroke:#A80036;stroke-width:1.5;" width="141" x="1220.5" y="438"/>
|
||||
<ellipse cx="1235.5" cy="454" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M1234.9688,460.9219 Q1233.2188,460.9219 1232.0781,460.1875 Q1230.9531,459.4375 1230.3906,458.0938 Q1229.8438,456.7344 1229.8438,454.9375 Q1229.8438,452.9063 1230.5,451.4531 Q1231.1563,450 1232.4375,449.2188 Q1233.7188,448.4375 1235.5938,448.4375 Q1236.4844,448.4375 1237.1563,448.625 Q1237.8281,448.7969 1238.5156,449.1406 L1237.7031,451.1563 Q1237.0781,450.8438 1236.5313,450.7188 Q1236,450.5938 1235.5156,450.5938 Q1234.3438,450.5938 1233.6406,451.125 Q1232.9375,451.6563 1232.6406,452.6094 Q1232.3438,453.5625 1232.3438,454.8281 Q1232.3438,456.8438 1233.0625,457.8125 Q1233.7813,458.7656 1235.375,458.7656 Q1235.9688,458.7656 1236.5938,458.6094 Q1237.2188,458.4531 1238.0469,458.0781 L1238.0469,460.2969 Q1237.3125,460.6094 1236.5156,460.7656 Q1235.7344,460.9219 1234.9688,460.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="99" x="1249.5" y="458.656">custom_container</text>
|
||||
@@ -146,15 +146,15 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="6" x="1357.5" y="448.8281">T</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="1221.5" x2="1360.5" y1="470" y2="470"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L57" target="_top" title="data" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L57" xlink:show="new" xlink:title="data" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L57" target="_top" title="data" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L57" xlink:show="new" xlink:title="data" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="1226.5" y="476"/>
|
||||
<ellipse cx="1231.5" cy="481" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L57" target="_top" title="data" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L57" xlink:show="new" xlink:title="data" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L57" target="_top" title="data" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L57" xlink:show="new" xlink:title="data" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="105" x="1240.5" y="485.7589">data : std::vector<T></text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="1221.5" x2="1360.5" y1="492.9819" y2="492.9819"/>
|
||||
<rect codeLine="72" fill="#FEFECE" filter="url(#f13q518onjboji)" height="48" id="C_0000000196" style="stroke:#A80036;stroke-width:1.5;" width="141" x="1158.5" y="329"/>
|
||||
<rect codeLine="54" fill="#FEFECE" filter="url(#f1531cmm8l2oyu)" height="48" id="C_0000000196" style="stroke:#A80036;stroke-width:1.5;" width="141" x="1158.5" y="329"/>
|
||||
<ellipse cx="1173.5" cy="345" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M1172.9688,351.9219 Q1171.2188,351.9219 1170.0781,351.1875 Q1168.9531,350.4375 1168.3906,349.0938 Q1167.8438,347.7344 1167.8438,345.9375 Q1167.8438,343.9063 1168.5,342.4531 Q1169.1563,341 1170.4375,340.2188 Q1171.7188,339.4375 1173.5938,339.4375 Q1174.4844,339.4375 1175.1563,339.625 Q1175.8281,339.7969 1176.5156,340.1406 L1175.7031,342.1563 Q1175.0781,341.8438 1174.5313,341.7188 Q1174,341.5938 1173.5156,341.5938 Q1172.3438,341.5938 1171.6406,342.125 Q1170.9375,342.6563 1170.6406,343.6094 Q1170.3438,344.5625 1170.3438,345.8281 Q1170.3438,347.8438 1171.0625,348.8125 Q1171.7813,349.7656 1173.375,349.7656 Q1173.9688,349.7656 1174.5938,349.6094 Q1175.2188,349.4531 1176.0469,349.0781 L1176.0469,351.2969 Q1175.3125,351.6094 1174.5156,351.7656 Q1173.7344,351.9219 1172.9688,351.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="99" x="1187.5" y="349.656">custom_container</text>
|
||||
@@ -162,159 +162,159 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="6" x="1295.5" y="339.8281">E</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="1159.5" x2="1298.5" y1="361" y2="361"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="1159.5" x2="1298.5" y1="369" y2="369"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L60" target="_top" title="R" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L60" xlink:show="new" xlink:title="R" xlink:type="simple">
|
||||
<rect codeLine="76" fill="#FEFECE" filter="url(#f13q518onjboji)" height="242.7645" id="C_0000000189" style="stroke:#A80036;stroke-width:1.5;" width="197" x="489.5" y="7"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L60" target="_top" title="R" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L60" xlink:show="new" xlink:title="R" xlink:type="simple">
|
||||
<rect codeLine="57" fill="#FEFECE" filter="url(#f1531cmm8l2oyu)" height="242.7645" id="C_0000000189" style="stroke:#A80036;stroke-width:1.5;" width="197" x="489.5" y="7"/>
|
||||
<ellipse cx="580.25" cy="23" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M579.7188,29.9219 Q577.9688,29.9219 576.8281,29.1875 Q575.7031,28.4375 575.1406,27.0938 Q574.5938,25.7344 574.5938,23.9375 Q574.5938,21.9063 575.25,20.4531 Q575.9063,19 577.1875,18.2188 Q578.4688,17.4375 580.3438,17.4375 Q581.2344,17.4375 581.9063,17.625 Q582.5781,17.7969 583.2656,18.1406 L582.4531,20.1563 Q581.8281,19.8438 581.2813,19.7188 Q580.75,19.5938 580.2656,19.5938 Q579.0938,19.5938 578.3906,20.125 Q577.6875,20.6563 577.3906,21.6094 Q577.0938,22.5625 577.0938,23.8281 Q577.0938,25.8438 577.8125,26.8125 Q578.5313,27.7656 580.125,27.7656 Q580.7188,27.7656 581.3438,27.6094 Q581.9688,27.4531 582.7969,27.0781 L582.7969,29.2969 Q582.0625,29.6094 581.2656,29.7656 Q580.4844,29.9219 579.7188,29.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="7" x="600.75" y="27.656">R</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="490.5" x2="685.5" y1="39" y2="39"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L62" target="_top" title="a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L62" xlink:show="new" xlink:title="a" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L62" target="_top" title="a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L62" xlink:show="new" xlink:title="a" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="495.5" y="45"/>
|
||||
<ellipse cx="500.5" cy="50" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L62" target="_top" title="a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L62" xlink:show="new" xlink:title="a" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L62" target="_top" title="a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L62" xlink:show="new" xlink:title="a" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="89" x="509.5" y="54.7589">a : std::vector<A></text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L63" target="_top" title="b" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L63" xlink:show="new" xlink:title="b" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L63" target="_top" title="b" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L63" xlink:show="new" xlink:title="b" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="495.5" y="59.9819"/>
|
||||
<ellipse cx="500.5" cy="64.9819" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L63" target="_top" title="b" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L63" xlink:show="new" xlink:title="b" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L63" target="_top" title="b" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L63" xlink:show="new" xlink:title="b" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="96" x="509.5" y="69.7408">b : std::vector<B*></text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L65" target="_top" title="c" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L65" xlink:show="new" xlink:title="c" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L65" target="_top" title="c" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L65" xlink:show="new" xlink:title="c" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="495.5" y="74.9638"/>
|
||||
<ellipse cx="500.5" cy="79.9638" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L65" target="_top" title="c" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L65" xlink:show="new" xlink:title="c" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L65" target="_top" title="c" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L65" xlink:show="new" xlink:title="c" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="95" x="509.5" y="84.7227">c : std::map<int,C></text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L66" target="_top" title="d" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L66" xlink:show="new" xlink:title="d" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L66" target="_top" title="d" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L66" xlink:show="new" xlink:title="d" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="495.5" y="89.9457"/>
|
||||
<ellipse cx="500.5" cy="94.9457" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L66" target="_top" title="d" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L66" xlink:show="new" xlink:title="d" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L66" target="_top" title="d" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L66" xlink:show="new" xlink:title="d" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="104" x="509.5" y="99.7046">d : std::map<int,D*></text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L68" target="_top" title="e" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L68" xlink:show="new" xlink:title="e" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L68" target="_top" title="e" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L68" xlink:show="new" xlink:title="e" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="495.5" y="104.9276"/>
|
||||
<ellipse cx="500.5" cy="109.9276" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L68" target="_top" title="e" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L68" xlink:show="new" xlink:title="e" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L68" target="_top" title="e" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L68" xlink:show="new" xlink:title="e" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="126" x="509.5" y="114.6865">e : custom_container<E></text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L70" target="_top" title="f" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L70" xlink:show="new" xlink:title="f" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L70" target="_top" title="f" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L70" xlink:show="new" xlink:title="f" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="495.5" y="119.9094"/>
|
||||
<ellipse cx="500.5" cy="124.9094" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L70" target="_top" title="f" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L70" xlink:show="new" xlink:title="f" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L70" target="_top" title="f" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L70" xlink:show="new" xlink:title="f" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="153" x="509.5" y="129.6684">f : std::vector<std::vector<F>></text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L71" target="_top" title="g" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L71" xlink:show="new" xlink:title="g" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L71" target="_top" title="g" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L71" xlink:show="new" xlink:title="g" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="495.5" y="134.8913"/>
|
||||
<ellipse cx="500.5" cy="139.8913" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L71" target="_top" title="g" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L71" xlink:show="new" xlink:title="g" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L71" target="_top" title="g" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L71" xlink:show="new" xlink:title="g" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="171" x="509.5" y="144.6502">g : std::map<int,std::vector<G*>></text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L73" target="_top" title="h" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L73" xlink:show="new" xlink:title="h" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L73" target="_top" title="h" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L73" xlink:show="new" xlink:title="h" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="495.5" y="149.8732"/>
|
||||
<ellipse cx="500.5" cy="154.8732" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L73" target="_top" title="h" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L73" xlink:show="new" xlink:title="h" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L73" target="_top" title="h" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L73" xlink:show="new" xlink:title="h" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="101" x="509.5" y="159.6321">h : std::array<H,10></text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L74" target="_top" title="i" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L74" xlink:show="new" xlink:title="i" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L74" target="_top" title="i" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L74" xlink:show="new" xlink:title="i" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="495.5" y="164.8551"/>
|
||||
<ellipse cx="500.5" cy="169.8551" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L74" target="_top" title="i" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L74" xlink:show="new" xlink:title="i" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L74" target="_top" title="i" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L74" xlink:show="new" xlink:title="i" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="93" x="509.5" y="174.614">i : std::array<I*,5></text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L76" target="_top" title="j" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L76" xlink:show="new" xlink:title="j" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L76" target="_top" title="j" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L76" xlink:show="new" xlink:title="j" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="495.5" y="179.837"/>
|
||||
<ellipse cx="500.5" cy="184.837" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L76" target="_top" title="j" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L76" xlink:show="new" xlink:title="j" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L76" target="_top" title="j" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L76" xlink:show="new" xlink:title="j" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="35" x="509.5" y="189.5959">j : J[10]</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L77" target="_top" title="k" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L77" xlink:show="new" xlink:title="k" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L77" target="_top" title="k" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L77" xlink:show="new" xlink:title="k" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="495.5" y="194.8189"/>
|
||||
<ellipse cx="500.5" cy="199.8189" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L77" target="_top" title="k" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L77" xlink:show="new" xlink:title="k" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L77" target="_top" title="k" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L77" xlink:show="new" xlink:title="k" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="48" x="509.5" y="204.5778">k : K*[20]</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L79" target="_top" title="lm" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L79" xlink:show="new" xlink:title="lm" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L79" target="_top" title="lm" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L79" xlink:show="new" xlink:title="lm" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="495.5" y="209.8008"/>
|
||||
<ellipse cx="500.5" cy="214.8008" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L79" target="_top" title="lm" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L79" xlink:show="new" xlink:title="lm" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L79" target="_top" title="lm" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L79" xlink:show="new" xlink:title="lm" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="163" x="509.5" y="219.5597">lm : std::vector<std::pair<L,M>></text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L81" target="_top" title="ns" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L81" xlink:show="new" xlink:title="ns" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L81" target="_top" title="ns" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L81" xlink:show="new" xlink:title="ns" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="495.5" y="224.7827"/>
|
||||
<ellipse cx="500.5" cy="229.7827" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L81" target="_top" title="ns" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00006/t00006.cc#L81" xlink:show="new" xlink:title="ns" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L81" target="_top" title="ns" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00006/t00006.cc#L81" xlink:show="new" xlink:title="ns" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="136" x="509.5" y="234.5416">ns : std::tuple<N,NN,NNN></text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="490.5" x2="685.5" y1="241.7645" y2="241.7645"/>
|
||||
<path codeLine="110" d="M1216.25,377.17 C1206.17,395.48 1192.07,421.11 1181.37,440.56 " fill="none" id="C_0000000196-to-C_0000000135" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="72" d="M1216.25,377.17 C1206.17,395.48 1192.07,421.11 1181.37,440.56 " fill="none" id="C_0000000196-to-C_0000000135" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="1178.73,445.36,1186.5826,439.4155,1181.1473,440.9832,1179.5796,435.5479,1178.73,445.36" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="111" d="M1241.55,377.17 C1248.21,389.48 1256.67,405.11 1264.7,419.93 " fill="none" id="C_0000000196-to-C_0000000183" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="73" d="M1241.55,377.17 C1248.21,389.48 1256.67,405.11 1264.7,419.93 " fill="none" id="C_0000000196-to-C_0000000183" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="none" points="1271.1,417.06,1274.47,437.98,1258.79,423.72,1271.1,417.06" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="113" d="M476.91,167.73 C393.34,197.04 276.28,239.24 175,280 C124.97,300.13 111.68,303.81 64,329 C58.38,331.97 52.47,335.46 47.06,338.82 " fill="none" id="C_0000000189-backto-C_0000000119" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="74" d="M476.91,167.73 C393.34,197.04 276.28,239.24 175,280 C124.97,300.13 111.68,303.81 64,329 C58.38,331.97 52.47,335.46 47.06,338.82 " fill="none" id="C_0000000189-backto-C_0000000119" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#FFFFFF" points="489.25,163.41,482.2648,161.6192,477.9251,167.3783,484.9103,169.1691,489.25,163.41" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="14" x="176" y="294.897">+a</text>
|
||||
<path codeLine="114" d="M489.37,168.71 C397.14,206.45 256.4,266.81 139,329 C134.88,331.18 130.59,333.65 126.46,336.14 " fill="none" id="C_0000000189-to-C_0000000123" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="75" d="M489.37,168.71 C397.14,206.45 256.4,266.81 139,329 C134.88,331.18 130.59,333.65 126.46,336.14 " fill="none" id="C_0000000189-to-C_0000000123" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#A80036" points="122.06,338.83,131.8245,337.5435,126.3246,336.2199,127.6483,330.72,122.06,338.83" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="15" x="237" y="294.897">+b</text>
|
||||
<path codeLine="115" d="M477.69,186.53 C402.99,225.63 302.38,279.24 215,329 C209.24,332.28 203.06,335.95 197.39,339.38 " fill="none" id="C_0000000189-backto-C_0000000127" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="76" d="M477.69,186.53 C402.99,225.63 302.38,279.24 215,329 C209.24,332.28 203.06,335.95 197.39,339.38 " fill="none" id="C_0000000189-backto-C_0000000127" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#FFFFFF" points="489.45,180.39,482.2799,179.6224,478.8136,185.9458,485.9837,186.7134,489.45,180.39" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="13" x="297" y="294.897">+c</text>
|
||||
<path codeLine="116" d="M489.3,195.05 C416.34,243.51 322.31,305.97 278.09,335.34 " fill="none" id="C_0000000189-to-C_0000000131" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="77" d="M489.3,195.05 C416.34,243.51 322.31,305.97 278.09,335.34 " fill="none" id="C_0000000189-to-C_0000000131" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#A80036" points="273.71,338.24,283.4238,336.6144,277.8812,335.483,279.0126,329.9404,273.71,338.24" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="15" x="363" y="294.897">+d</text>
|
||||
<path codeLine="117" d="M699.17,167.2 C787.99,197.42 915.61,241.06 1027,280 C1073.22,296.16 1125.25,314.71 1164.93,328.94 " fill="none" id="C_0000000189-backto-C_0000000196" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="78" d="M699.17,167.2 C787.99,197.42 915.61,241.06 1027,280 C1073.22,296.16 1125.25,314.71 1164.93,328.94 " fill="none" id="C_0000000189-backto-C_0000000196" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#FFFFFF" points="686.63,162.93,691.0215,168.6497,697.9902,166.7959,693.5987,161.0762,686.63,162.93" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="14" x="1078" y="294.897">+e</text>
|
||||
<path codeLine="118" d="M479.4,222.44 C429.39,265.23 375.04,311.74 347.05,335.7 " fill="none" id="C_0000000189-backto-C_0000000139" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="79" d="M479.4,222.44 C429.39,265.23 375.04,311.74 347.05,335.7 " fill="none" id="C_0000000189-backto-C_0000000139" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#FFFFFF" points="489.33,213.93,482.1711,214.796,480.2171,221.7373,487.376,220.8713,489.33,213.93" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="11" x="414" y="294.897">+f</text>
|
||||
<path codeLine="119" d="M489.27,248.24 C465.42,276.93 442.12,304.95 425.76,324.63 " fill="none" id="C_0000000189-to-C_0000000143" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="80" d="M489.27,248.24 C465.42,276.93 442.12,304.95 425.76,324.63 " fill="none" id="C_0000000189-to-C_0000000143" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#A80036" points="422.17,328.95,431.003,324.5935,425.3695,325.1077,424.8553,319.4743,422.17,328.95" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="15" x="464" y="294.897">+g</text>
|
||||
<path codeLine="120" d="M523.05,262.09 C510.46,287.79 498.64,311.91 490.42,328.68 " fill="none" id="C_0000000189-backto-C_0000000147" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="81" d="M523.05,262.09 C510.46,287.79 498.64,311.91 490.42,328.68 " fill="none" id="C_0000000189-backto-C_0000000147" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#FFFFFF" points="528.87,250.19,522.6356,253.8138,523.5827,260.9624,529.8171,257.3386,528.87,250.19" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="15" x="516" y="294.897">+h</text>
|
||||
<path codeLine="121" d="M569.01,250.19 C564.7,277.65 560.5,304.33 557.49,323.48 " fill="none" id="C_0000000189-to-C_0000000151" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="82" d="M569.01,250.19 C564.7,277.65 560.5,304.33 557.49,323.48 " fill="none" id="C_0000000189-to-C_0000000151" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#A80036" points="556.67,328.68,562.0136,320.4068,557.4432,323.7401,554.1099,319.1697,556.67,328.68" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="10" x="566" y="294.897">+i</text>
|
||||
<path codeLine="122" d="M609.62,263.13 C613.72,288.44 617.55,312.13 620.23,328.68 " fill="none" id="C_0000000189-backto-C_0000000155" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="83" d="M609.62,263.13 C613.72,288.44 617.55,312.13 620.23,328.68 " fill="none" id="C_0000000189-backto-C_0000000155" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#FFFFFF" points="607.53,250.19,604.5364,256.7504,609.4408,262.0369,612.4344,255.4765,607.53,250.19" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="10" x="617" y="294.897">+j</text>
|
||||
<path codeLine="123" d="M646.58,250.19 C660.02,277.88 673.08,304.78 682.4,323.97 " fill="none" id="C_0000000189-to-C_0000000159" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="84" d="M646.58,250.19 C660.02,277.88 673.08,304.78 682.4,323.97 " fill="none" id="C_0000000189-to-C_0000000159" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#A80036" points="684.68,328.68,684.3459,318.8368,682.4955,324.1825,677.1498,322.332,684.68,328.68" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="14" x="671" y="294.897">+k</text>
|
||||
<path codeLine="124" d="M695.03,260.35 C716.58,286.7 736.9,311.53 750.93,328.68 " fill="none" id="C_0000000189-backto-C_0000000163" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="85" d="M695.03,260.35 C716.58,286.7 736.9,311.53 750.93,328.68 " fill="none" id="C_0000000189-backto-C_0000000163" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#FFFFFF" points="686.72,250.19,687.4247,257.3666,694.3203,259.4763,693.6156,252.2997,686.72,250.19" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<ellipse cx="733" cy="290.353" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="15" x="740" y="294.897">lm</text>
|
||||
<path codeLine="125" d="M697,222.32 C719.21,241.35 742.39,261.28 764,280 C784.62,297.87 807.99,318.41 824.49,332.97 " fill="none" id="C_0000000189-backto-C_0000000167" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="86" d="M697,222.32 C719.21,241.35 742.39,261.28 764,280 C784.62,297.87 807.99,318.41 824.49,332.97 " fill="none" id="C_0000000189-backto-C_0000000167" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#FFFFFF" points="686.87,213.65,688.829,220.5899,695.9885,221.4508,694.0295,214.5109,686.87,213.65" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<ellipse cx="791" cy="290.353" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="15" x="798" y="294.897">lm</text>
|
||||
<path codeLine="126" d="M697.58,198.46 C737.07,223.7 781.79,252.76 822,280 C850.17,299.08 882.04,322.04 902.31,336.81 " fill="none" id="C_0000000189-backto-C_0000000171" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="87" d="M697.58,198.46 C737.07,223.7 781.79,252.76 822,280 C850.17,299.08 882.04,322.04 902.31,336.81 " fill="none" id="C_0000000189-backto-C_0000000171" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#FFFFFF" points="686.59,191.44,689.4928,198.041,696.7025,197.9004,693.7997,191.2994,686.59,191.44" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<ellipse cx="854" cy="290.353" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="14" x="861" y="294.897">ns</text>
|
||||
<path codeLine="127" d="M698.33,183.3 C754.42,211.23 823.37,246.45 884,280 C917.16,298.35 954.47,321.07 978.55,336.02 " fill="none" id="C_0000000189-backto-C_0000000175" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="88" d="M698.33,183.3 C754.42,211.23 823.37,246.45 884,280 C917.16,298.35 954.47,321.07 978.55,336.02 " fill="none" id="C_0000000189-backto-C_0000000175" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#FFFFFF" points="686.56,177.45,690.1531,183.7022,697.3063,182.7902,693.7132,176.538,686.56,177.45" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<ellipse cx="921" cy="290.353" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="14" x="928" y="294.897">ns</text>
|
||||
<path codeLine="128" d="M698.98,173.06 C771.32,202.05 867.46,241.71 951,280 C990.8,298.24 1035.75,321.29 1064.46,336.33 " fill="none" id="C_0000000189-backto-C_0000000179" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="89" d="M698.98,173.06 C771.32,202.05 867.46,241.71 951,280 C990.8,298.24 1035.75,321.29 1064.46,336.33 " fill="none" id="C_0000000189-backto-C_0000000179" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#FFFFFF" points="686.67,168.13,690.7589,174.0697,697.8145,172.5799,693.7255,166.6401,686.67,168.13" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<ellipse cx="997" cy="290.353" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="14" x="1004" y="294.897">ns</text>
|
||||
|
||||
|
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 58 KiB |
@@ -1,6 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="application/ecmascript" contentStyleType="text/css" height="241px" preserveAspectRatio="none" style="width:211px;height:241px;background:#FFFFFF;" version="1.1" viewBox="0 0 211 241" width="211px" zoomAndPan="magnify">
|
||||
<defs>
|
||||
<filter height="300%" id="fyukk6tgvzbk0" width="300%" x="-1" y="-1">
|
||||
<filter height="300%" id="f18h93ppeu0ww" width="300%" x="-1" y="-1">
|
||||
<feGaussianBlur result="blurOut" stdDeviation="2.0"/>
|
||||
<feColorMatrix in="blurOut" result="blurOut2" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .4 0"/>
|
||||
<feOffset dx="4.0" dy="4.0" in="blurOut2" result="blurOut3"/>
|
||||
@@ -9,66 +9,66 @@
|
||||
<style type="text/css">a:hover { text-decoration: underline; }</style>
|
||||
</defs>
|
||||
<g>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00007/t00007.cc#L5" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00007/t00007.cc#L5" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<rect codeLine="3" fill="#FEFECE" filter="url(#fyukk6tgvzbk0)" height="48" id="C_0000000250" style="stroke:#A80036;stroke-width:1.5;" width="40" x="7" y="179"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00007/t00007.cc#L5" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00007/t00007.cc#L5" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<rect codeLine="2" fill="#FEFECE" filter="url(#f18h93ppeu0ww)" height="48" id="C_0000000250" style="stroke:#A80036;stroke-width:1.5;" width="40" x="7" y="179"/>
|
||||
<ellipse cx="22" cy="195" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M21.4688,201.9219 Q19.7188,201.9219 18.5781,201.1875 Q17.4531,200.4375 16.8906,199.0938 Q16.3438,197.7344 16.3438,195.9375 Q16.3438,193.9063 17,192.4531 Q17.6563,191 18.9375,190.2188 Q20.2188,189.4375 22.0938,189.4375 Q22.9844,189.4375 23.6563,189.625 Q24.3281,189.7969 25.0156,190.1406 L24.2031,192.1563 Q23.5781,191.8438 23.0313,191.7188 Q22.5,191.5938 22.0156,191.5938 Q20.8438,191.5938 20.1406,192.125 Q19.4375,192.6563 19.1406,193.6094 Q18.8438,194.5625 18.8438,195.8281 Q18.8438,197.8438 19.5625,198.8125 Q20.2813,199.7656 21.875,199.7656 Q22.4688,199.7656 23.0938,199.6094 Q23.7188,199.4531 24.5469,199.0781 L24.5469,201.2969 Q23.8125,201.6094 23.0156,201.7656 Q22.2344,201.9219 21.4688,201.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="36" y="199.656">A</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="46" y1="211" y2="211"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="46" y1="219" y2="219"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00007/t00007.cc#L8" target="_top" title="B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00007/t00007.cc#L8" xlink:show="new" xlink:title="B" xlink:type="simple">
|
||||
<rect codeLine="7" fill="#FEFECE" filter="url(#fyukk6tgvzbk0)" height="48" id="C_0000000254" style="stroke:#A80036;stroke-width:1.5;" width="40" x="82" y="179"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00007/t00007.cc#L8" target="_top" title="B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00007/t00007.cc#L8" xlink:show="new" xlink:title="B" xlink:type="simple">
|
||||
<rect codeLine="5" fill="#FEFECE" filter="url(#f18h93ppeu0ww)" height="48" id="C_0000000254" style="stroke:#A80036;stroke-width:1.5;" width="40" x="82" y="179"/>
|
||||
<ellipse cx="97" cy="195" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M96.4688,201.9219 Q94.7188,201.9219 93.5781,201.1875 Q92.4531,200.4375 91.8906,199.0938 Q91.3438,197.7344 91.3438,195.9375 Q91.3438,193.9063 92,192.4531 Q92.6563,191 93.9375,190.2188 Q95.2188,189.4375 97.0938,189.4375 Q97.9844,189.4375 98.6563,189.625 Q99.3281,189.7969 100.0156,190.1406 L99.2031,192.1563 Q98.5781,191.8438 98.0313,191.7188 Q97.5,191.5938 97.0156,191.5938 Q95.8438,191.5938 95.1406,192.125 Q94.4375,192.6563 94.1406,193.6094 Q93.8438,194.5625 93.8438,195.8281 Q93.8438,197.8438 94.5625,198.8125 Q95.2813,199.7656 96.875,199.7656 Q97.4688,199.7656 98.0938,199.6094 Q98.7188,199.4531 99.5469,199.0781 L99.5469,201.2969 Q98.8125,201.6094 98.0156,201.7656 Q97.2344,201.9219 96.4688,201.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="111" y="199.656">B</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="83" x2="121" y1="211" y2="211"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="83" x2="121" y1="219" y2="219"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00007/t00007.cc#L11" target="_top" title="C" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00007/t00007.cc#L11" xlink:show="new" xlink:title="C" xlink:type="simple">
|
||||
<rect codeLine="11" fill="#FEFECE" filter="url(#fyukk6tgvzbk0)" height="48" id="C_0000000258" style="stroke:#A80036;stroke-width:1.5;" width="40" x="157" y="179"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00007/t00007.cc#L11" target="_top" title="C" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00007/t00007.cc#L11" xlink:show="new" xlink:title="C" xlink:type="simple">
|
||||
<rect codeLine="8" fill="#FEFECE" filter="url(#f18h93ppeu0ww)" height="48" id="C_0000000258" style="stroke:#A80036;stroke-width:1.5;" width="40" x="157" y="179"/>
|
||||
<ellipse cx="172" cy="195" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M171.4688,201.9219 Q169.7188,201.9219 168.5781,201.1875 Q167.4531,200.4375 166.8906,199.0938 Q166.3438,197.7344 166.3438,195.9375 Q166.3438,193.9063 167,192.4531 Q167.6563,191 168.9375,190.2188 Q170.2188,189.4375 172.0938,189.4375 Q172.9844,189.4375 173.6563,189.625 Q174.3281,189.7969 175.0156,190.1406 L174.2031,192.1563 Q173.5781,191.8438 173.0313,191.7188 Q172.5,191.5938 172.0156,191.5938 Q170.8438,191.5938 170.1406,192.125 Q169.4375,192.6563 169.1406,193.6094 Q168.8438,194.5625 168.8438,195.8281 Q168.8438,197.8438 169.5625,198.8125 Q170.2813,199.7656 171.875,199.7656 Q172.4688,199.7656 173.0938,199.6094 Q173.7188,199.4531 174.5469,199.0781 L174.5469,201.2969 Q173.8125,201.6094 173.0156,201.7656 Q172.2344,201.9219 171.4688,201.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="186" y="199.656">C</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="158" x2="196" y1="211" y2="211"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="158" x2="196" y1="219" y2="219"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00007/t00007.cc#L14" target="_top" title="R" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00007/t00007.cc#L14" xlink:show="new" xlink:title="R" xlink:type="simple">
|
||||
<rect codeLine="15" fill="#FEFECE" filter="url(#fyukk6tgvzbk0)" height="92.9457" id="C_0000000262" style="stroke:#A80036;stroke-width:1.5;" width="140" x="32" y="7"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00007/t00007.cc#L14" target="_top" title="R" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00007/t00007.cc#L14" xlink:show="new" xlink:title="R" xlink:type="simple">
|
||||
<rect codeLine="11" fill="#FEFECE" filter="url(#f18h93ppeu0ww)" height="92.9457" id="C_0000000262" style="stroke:#A80036;stroke-width:1.5;" width="140" x="32" y="7"/>
|
||||
<ellipse cx="94.25" cy="23" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M93.7188,29.9219 Q91.9688,29.9219 90.8281,29.1875 Q89.7031,28.4375 89.1406,27.0938 Q88.5938,25.7344 88.5938,23.9375 Q88.5938,21.9063 89.25,20.4531 Q89.9063,19 91.1875,18.2188 Q92.4688,17.4375 94.3438,17.4375 Q95.2344,17.4375 95.9063,17.625 Q96.5781,17.7969 97.2656,18.1406 L96.4531,20.1563 Q95.8281,19.8438 95.2813,19.7188 Q94.75,19.5938 94.2656,19.5938 Q93.0938,19.5938 92.3906,20.125 Q91.6875,20.6563 91.3906,21.6094 Q91.0938,22.5625 91.0938,23.8281 Q91.0938,25.8438 91.8125,26.8125 Q92.5313,27.7656 94.125,27.7656 Q94.7188,27.7656 95.3438,27.6094 Q95.9688,27.4531 96.7969,27.0781 L96.7969,29.2969 Q96.0625,29.6094 95.2656,29.7656 Q94.4844,29.9219 93.7188,29.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="7" x="114.75" y="27.656">R</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="33" x2="171" y1="39" y2="39"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00007/t00007.cc#L16" target="_top" title="a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00007/t00007.cc#L16" xlink:show="new" xlink:title="a" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00007/t00007.cc#L16" target="_top" title="a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00007/t00007.cc#L16" xlink:show="new" xlink:title="a" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="38" y="45"/>
|
||||
<ellipse cx="43" cy="50" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00007/t00007.cc#L16" target="_top" title="a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00007/t00007.cc#L16" xlink:show="new" xlink:title="a" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00007/t00007.cc#L16" target="_top" title="a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00007/t00007.cc#L16" xlink:show="new" xlink:title="a" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="114" x="52" y="54.7589">a : std::unique_ptr<A></text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00007/t00007.cc#L17" target="_top" title="b" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00007/t00007.cc#L17" xlink:show="new" xlink:title="b" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00007/t00007.cc#L17" target="_top" title="b" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00007/t00007.cc#L17" xlink:show="new" xlink:title="b" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="38" y="59.9819"/>
|
||||
<ellipse cx="43" cy="64.9819" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00007/t00007.cc#L17" target="_top" title="b" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00007/t00007.cc#L17" xlink:show="new" xlink:title="b" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00007/t00007.cc#L17" target="_top" title="b" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00007/t00007.cc#L17" xlink:show="new" xlink:title="b" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="114" x="52" y="69.7408">b : std::shared_ptr<B></text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00007/t00007.cc#L18" target="_top" title="c" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00007/t00007.cc#L18" xlink:show="new" xlink:title="c" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00007/t00007.cc#L18" target="_top" title="c" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00007/t00007.cc#L18" xlink:show="new" xlink:title="c" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="38" y="74.9638"/>
|
||||
<ellipse cx="43" cy="79.9638" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00007/t00007.cc#L18" target="_top" title="c" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00007/t00007.cc#L18" xlink:show="new" xlink:title="c" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00007/t00007.cc#L18" target="_top" title="c" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00007/t00007.cc#L18" xlink:show="new" xlink:title="c" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="103" x="52" y="84.7227">c : std::weak_ptr<C></text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="33" x2="171" y1="91.9457" y2="91.9457"/>
|
||||
<path codeLine="25" d="M72.63,112.27 C60.8,135.52 47.84,161.01 38.77,178.86 " fill="none" id="C_0000000262-backto-C_0000000250" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="16" d="M72.63,112.27 C60.8,135.52 47.84,161.01 38.77,178.86 " fill="none" id="C_0000000262-backto-C_0000000250" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#FFFFFF" points="78.68,100.36,72.3963,103.8976,73.2449,111.0586,79.5287,107.521,78.68,100.36" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="14" x="64" y="144.897">+a</text>
|
||||
<path codeLine="26" d="M102,100.36 C102,124.37 102,153.01 102,173.76 " fill="none" id="C_0000000262-to-C_0000000254" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="17" d="M102,100.36 C102,124.37 102,153.01 102,173.76 " fill="none" id="C_0000000262-to-C_0000000254" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#A80036" points="102,178.86,106,169.86,102,173.86,98,169.86,102,178.86" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="15" x="103" y="144.897">+b</text>
|
||||
<path codeLine="27" d="M125.32,100.36 C137.63,124.58 152.34,153.5 162.91,174.29 " fill="none" id="C_0000000262-to-C_0000000258" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="18" d="M125.32,100.36 C137.63,124.58 152.34,153.5 162.91,174.29 " fill="none" id="C_0000000262-to-C_0000000258" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#A80036" points="165.23,178.86,164.7325,169.0237,162.9711,174.3994,157.5954,172.638,165.23,178.86" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="13" x="149" y="144.897">+c</text>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
@@ -1,6 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="application/ecmascript" contentStyleType="text/css" height="412px" preserveAspectRatio="none" style="width:555px;height:412px;background:#FFFFFF;" version="1.1" viewBox="0 0 555 412" width="555px" zoomAndPan="magnify">
|
||||
<defs>
|
||||
<filter height="300%" id="f1fo6791cuspcq" width="300%" x="-1" y="-1">
|
||||
<filter height="300%" id="fyegg0zmy0akw" width="300%" x="-1" y="-1">
|
||||
<feGaussianBlur result="blurOut" stdDeviation="2.0"/>
|
||||
<feColorMatrix in="blurOut" result="blurOut2" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .4 0"/>
|
||||
<feOffset dx="4.0" dy="4.0" in="blurOut2" result="blurOut3"/>
|
||||
@@ -9,8 +9,8 @@
|
||||
<style type="text/css">a:hover { text-decoration: underline; }</style>
|
||||
</defs>
|
||||
<g>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00008/t00008.cc#L9" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00008/t00008.cc#L9" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<rect codeLine="3" fill="#FEFECE" filter="url(#f1fo6791cuspcq)" height="137.8913" id="C_0000000280" style="stroke:#A80036;stroke-width:1.5;" width="142" x="7" y="10.016"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00008/t00008.cc#L9" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00008/t00008.cc#L9" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<rect codeLine="2" fill="#FEFECE" filter="url(#fyegg0zmy0akw)" height="137.8913" id="C_0000000280" style="stroke:#A80036;stroke-width:1.5;" width="142" x="7" y="10.016"/>
|
||||
<ellipse cx="34.15" cy="26.016" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M33.6188,32.9379 Q31.8688,32.9379 30.7281,32.2035 Q29.6031,31.4535 29.0406,30.1098 Q28.4938,28.7504 28.4938,26.9535 Q28.4938,24.9223 29.15,23.4691 Q29.8063,22.016 31.0875,21.2348 Q32.3688,20.4535 34.2438,20.4535 Q35.1344,20.4535 35.8063,20.641 Q36.4781,20.8129 37.1656,21.1566 L36.3531,23.1723 Q35.7281,22.8598 35.1813,22.7348 Q34.65,22.6098 34.1656,22.6098 Q32.9938,22.6098 32.2906,23.141 Q31.5875,23.6723 31.2906,24.6254 Q30.9938,25.5785 30.9938,26.8441 Q30.9938,28.8598 31.7125,29.8285 Q32.4313,30.7816 34.025,30.7816 Q34.6188,30.7816 35.2438,30.6254 Q35.8688,30.4691 36.6969,30.0941 L36.6969,32.3129 Q35.9625,32.6254 35.1656,32.7816 Q34.3844,32.9379 33.6188,32.9379 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="50.85" y="30.6721">A</text>
|
||||
@@ -18,51 +18,51 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="71" x="80" y="20.8441">T,P,CMP,int N</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="148" y1="42.016" y2="42.016"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00008/t00008.cc#L11" target="_top" title="value" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00008/t00008.cc#L11" xlink:show="new" xlink:title="value" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00008/t00008.cc#L11" target="_top" title="value" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00008/t00008.cc#L11" xlink:show="new" xlink:title="value" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="48.016"/>
|
||||
<ellipse cx="18" cy="53.016" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00008/t00008.cc#L11" target="_top" title="value" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00008/t00008.cc#L11" xlink:show="new" xlink:title="value" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00008/t00008.cc#L11" target="_top" title="value" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00008/t00008.cc#L11" xlink:show="new" xlink:title="value" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="43" x="27" y="57.7749">value : T</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00008/t00008.cc#L12" target="_top" title="pointer" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00008/t00008.cc#L12" xlink:show="new" xlink:title="pointer" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00008/t00008.cc#L12" target="_top" title="pointer" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00008/t00008.cc#L12" xlink:show="new" xlink:title="pointer" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="62.9979"/>
|
||||
<ellipse cx="18" cy="67.9979" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00008/t00008.cc#L12" target="_top" title="pointer" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00008/t00008.cc#L12" xlink:show="new" xlink:title="pointer" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00008/t00008.cc#L12" target="_top" title="pointer" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00008/t00008.cc#L12" xlink:show="new" xlink:title="pointer" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="60" x="27" y="72.7568">pointer : T*</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00008/t00008.cc#L13" target="_top" title="reference" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00008/t00008.cc#L13" xlink:show="new" xlink:title="reference" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00008/t00008.cc#L13" target="_top" title="reference" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00008/t00008.cc#L13" xlink:show="new" xlink:title="reference" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="77.9798"/>
|
||||
<ellipse cx="18" cy="82.9798" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00008/t00008.cc#L13" target="_top" title="reference" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00008/t00008.cc#L13" xlink:show="new" xlink:title="reference" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00008/t00008.cc#L13" target="_top" title="reference" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00008/t00008.cc#L13" xlink:show="new" xlink:title="reference" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="73" x="27" y="87.7387">reference : T&</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00008/t00008.cc#L14" target="_top" title="values" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00008/t00008.cc#L14" xlink:show="new" xlink:title="values" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00008/t00008.cc#L14" target="_top" title="values" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00008/t00008.cc#L14" xlink:show="new" xlink:title="values" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="92.9617"/>
|
||||
<ellipse cx="18" cy="97.9617" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00008/t00008.cc#L14" target="_top" title="values" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00008/t00008.cc#L14" xlink:show="new" xlink:title="values" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00008/t00008.cc#L14" target="_top" title="values" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00008/t00008.cc#L14" xlink:show="new" xlink:title="values" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="116" x="27" y="102.7206">values : std::vector<P></text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00008/t00008.cc#L15" target="_top" title="ints" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00008/t00008.cc#L15" xlink:show="new" xlink:title="ints" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00008/t00008.cc#L15" target="_top" title="ints" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00008/t00008.cc#L15" xlink:show="new" xlink:title="ints" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="107.9436"/>
|
||||
<ellipse cx="18" cy="112.9436" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00008/t00008.cc#L15" target="_top" title="ints" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00008/t00008.cc#L15" xlink:show="new" xlink:title="ints" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00008/t00008.cc#L15" target="_top" title="ints" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00008/t00008.cc#L15" xlink:show="new" xlink:title="ints" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="115" x="27" y="117.7025">ints : std::array<int,N></text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00008/t00008.cc#L17" target="_top" title="comparator" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00008/t00008.cc#L17" xlink:show="new" xlink:title="comparator" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00008/t00008.cc#L17" target="_top" title="comparator" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00008/t00008.cc#L17" xlink:show="new" xlink:title="comparator" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="122.9255"/>
|
||||
<ellipse cx="18" cy="127.9255" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00008/t00008.cc#L17" target="_top" title="comparator" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00008/t00008.cc#L17" xlink:show="new" xlink:title="comparator" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00008/t00008.cc#L17" target="_top" title="comparator" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00008/t00008.cc#L17" xlink:show="new" xlink:title="comparator" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="95" x="27" y="132.6844">comparator : CMP</text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="148" y1="139.9074" y2="139.9074"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00008/t00008.cc#L20" target="_top" title="Vector" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00008/t00008.cc#L20" xlink:show="new" xlink:title="Vector" xlink:type="simple">
|
||||
<rect codeLine="13" fill="#FEFECE" filter="url(#f1fo6791cuspcq)" height="62.9819" id="C_0000000288" style="stroke:#A80036;stroke-width:1.5;" width="141" x="184.5" y="47.516"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00008/t00008.cc#L20" target="_top" title="Vector" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00008/t00008.cc#L20" xlink:show="new" xlink:title="Vector" xlink:type="simple">
|
||||
<rect codeLine="11" fill="#FEFECE" filter="url(#fyegg0zmy0akw)" height="62.9819" id="C_0000000288" style="stroke:#A80036;stroke-width:1.5;" width="141" x="184.5" y="47.516"/>
|
||||
<ellipse cx="227.85" cy="63.516" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M227.3188,70.4379 Q225.5688,70.4379 224.4281,69.7035 Q223.3031,68.9535 222.7406,67.6098 Q222.1938,66.2504 222.1938,64.4535 Q222.1938,62.4223 222.85,60.9691 Q223.5063,59.516 224.7875,58.7348 Q226.0688,57.9535 227.9438,57.9535 Q228.8344,57.9535 229.5063,58.141 Q230.1781,58.3129 230.8656,58.6566 L230.0531,60.6723 Q229.4281,60.3598 228.8813,60.2348 Q228.35,60.1098 227.8656,60.1098 Q226.6938,60.1098 225.9906,60.641 Q225.2875,61.1723 224.9906,62.1254 Q224.6938,63.0785 224.6938,64.3441 Q224.6938,66.3598 225.4125,67.3285 Q226.1313,68.2816 227.725,68.2816 Q228.3188,68.2816 228.9438,68.1254 Q229.5688,67.9691 230.3969,67.5941 L230.3969,69.8129 Q229.6625,70.1254 228.8656,70.2816 Q228.0844,70.4379 227.3188,70.4379 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="36" x="248.15" y="68.1721">Vector</text>
|
||||
@@ -70,16 +70,16 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="6" x="321.5" y="58.3441">T</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="185.5" x2="324.5" y1="79.516" y2="79.516"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00008/t00008.cc#L21" target="_top" title="values" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00008/t00008.cc#L21" xlink:show="new" xlink:title="values" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00008/t00008.cc#L21" target="_top" title="values" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00008/t00008.cc#L21" xlink:show="new" xlink:title="values" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="190.5" y="85.516"/>
|
||||
<ellipse cx="195.5" cy="90.516" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00008/t00008.cc#L21" target="_top" title="values" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00008/t00008.cc#L21" xlink:show="new" xlink:title="values" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00008/t00008.cc#L21" target="_top" title="values" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00008/t00008.cc#L21" xlink:show="new" xlink:title="values" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="115" x="204.5" y="95.2749">values : std::vector<T></text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="185.5" x2="324.5" y1="102.4979" y2="102.4979"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00008/t00008.cc#L24" target="_top" title="B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00008/t00008.cc#L24" xlink:show="new" xlink:title="B" xlink:type="simple">
|
||||
<rect codeLine="18" fill="#FEFECE" filter="url(#f1fo6791cuspcq)" height="62.9819" id="C_0000000294" style="stroke:#A80036;stroke-width:1.5;" width="157" x="372.5" y="336.016"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00008/t00008.cc#L24" target="_top" title="B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00008/t00008.cc#L24" xlink:show="new" xlink:title="B" xlink:type="simple">
|
||||
<rect codeLine="15" fill="#FEFECE" filter="url(#fyegg0zmy0akw)" height="62.9819" id="C_0000000294" style="stroke:#A80036;stroke-width:1.5;" width="157" x="372.5" y="336.016"/>
|
||||
<ellipse cx="425.75" cy="352.016" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M425.2188,358.9379 Q423.4688,358.9379 422.3281,358.2035 Q421.2031,357.4535 420.6406,356.1098 Q420.0938,354.7504 420.0938,352.9535 Q420.0938,350.9223 420.75,349.4691 Q421.4063,348.016 422.6875,347.2348 Q423.9688,346.4535 425.8438,346.4535 Q426.7344,346.4535 427.4063,346.641 Q428.0781,346.8129 428.7656,347.1566 L427.9531,349.1723 Q427.3281,348.8598 426.7813,348.7348 Q426.25,348.6098 425.7656,348.6098 Q424.5938,348.6098 423.8906,349.141 Q423.1875,349.6723 422.8906,350.6254 Q422.5938,351.5785 422.5938,352.8441 Q422.5938,354.8598 423.3125,355.8285 Q424.0313,356.7816 425.625,356.7816 Q426.2188,356.7816 426.8438,356.6254 Q427.4688,356.4691 428.2969,356.0941 L428.2969,358.3129 Q427.5625,358.6254 426.7656,358.7816 Q425.9844,358.9379 425.2188,358.9379 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="446.25" y="356.6721">B</text>
|
||||
@@ -87,15 +87,15 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="30" x="501.5" y="346.8441">T,C<></text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="373.5" x2="528.5" y1="368.016" y2="368.016"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00008/t00008.cc#L25" target="_top" title="template_template" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00008/t00008.cc#L25" xlink:show="new" xlink:title="template_template" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00008/t00008.cc#L25" target="_top" title="template_template" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00008/t00008.cc#L25" xlink:show="new" xlink:title="template_template" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="378.5" y="374.016"/>
|
||||
<ellipse cx="383.5" cy="379.016" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00008/t00008.cc#L25" target="_top" title="template_template" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00008/t00008.cc#L25" xlink:show="new" xlink:title="template_template" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00008/t00008.cc#L25" target="_top" title="template_template" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00008/t00008.cc#L25" xlink:show="new" xlink:title="template_template" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="131" x="392.5" y="383.7749">template_template : C<T></text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="373.5" x2="528.5" y1="390.9979" y2="390.9979"/>
|
||||
<rect codeLine="23" fill="#FEFECE" filter="url(#f1fo6791cuspcq)" height="48" id="C_0000000299" style="stroke:#A80036;stroke-width:1.5;" width="95" x="403.5" y="227.016"/>
|
||||
<rect codeLine="19" fill="#FEFECE" filter="url(#fyegg0zmy0akw)" height="48" id="C_0000000299" style="stroke:#A80036;stroke-width:1.5;" width="95" x="403.5" y="227.016"/>
|
||||
<ellipse cx="418.5" cy="243.016" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M417.9688,249.9379 Q416.2188,249.9379 415.0781,249.2035 Q413.9531,248.4535 413.3906,247.1098 Q412.8438,245.7504 412.8438,243.9535 Q412.8438,241.9223 413.5,240.4691 Q414.1563,239.016 415.4375,238.2348 Q416.7188,237.4535 418.5938,237.4535 Q419.4844,237.4535 420.1563,237.641 Q420.8281,237.8129 421.5156,238.1566 L420.7031,240.1723 Q420.0781,239.8598 419.5313,239.7348 Q419,239.6098 418.5156,239.6098 Q417.3438,239.6098 416.6406,240.141 Q415.9375,240.6723 415.6406,241.6254 Q415.3438,242.5785 415.3438,243.8441 Q415.3438,245.8598 416.0625,246.8285 Q416.7813,247.7816 418.375,247.7816 Q418.9688,247.7816 419.5938,247.6254 Q420.2188,247.4691 421.0469,247.0941 L421.0469,249.3129 Q420.3125,249.6254 419.5156,249.7816 Q418.7344,249.9379 417.9688,249.9379 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="432.5" y="247.6721">B</text>
|
||||
@@ -103,38 +103,38 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="51" x="449.5" y="237.8441">int,Vector</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="404.5" x2="497.5" y1="259.016" y2="259.016"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="404.5" x2="497.5" y1="267.016" y2="267.016"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00008/t00008.cc#L28" target="_top" title="D" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00008/t00008.cc#L28" xlink:show="new" xlink:title="D" xlink:type="simple">
|
||||
<rect codeLine="27" fill="#FEFECE" filter="url(#f1fo6791cuspcq)" height="92.9457" id="C_0000000298" style="stroke:#A80036;stroke-width:1.5;" width="180" x="361" y="32.516"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00008/t00008.cc#L28" target="_top" title="D" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00008/t00008.cc#L28" xlink:show="new" xlink:title="D" xlink:type="simple">
|
||||
<rect codeLine="22" fill="#FEFECE" filter="url(#fyegg0zmy0akw)" height="92.9457" id="C_0000000298" style="stroke:#A80036;stroke-width:1.5;" width="180" x="361" y="32.516"/>
|
||||
<ellipse cx="442.25" cy="48.516" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M441.7188,55.4379 Q439.9688,55.4379 438.8281,54.7035 Q437.7031,53.9535 437.1406,52.6098 Q436.5938,51.2504 436.5938,49.4535 Q436.5938,47.4223 437.25,45.9691 Q437.9063,44.516 439.1875,43.7348 Q440.4688,42.9535 442.3438,42.9535 Q443.2344,42.9535 443.9063,43.141 Q444.5781,43.3129 445.2656,43.6566 L444.4531,45.6723 Q443.8281,45.3598 443.2813,45.2348 Q442.75,45.1098 442.2656,45.1098 Q441.0938,45.1098 440.3906,45.641 Q439.6875,46.1723 439.3906,47.1254 Q439.0938,48.0785 439.0938,49.3441 Q439.0938,51.3598 439.8125,52.3285 Q440.5313,53.2816 442.125,53.2816 Q442.7188,53.2816 443.3438,53.1254 Q443.9688,52.9691 444.7969,52.5941 L444.7969,54.8129 Q444.0625,55.1254 443.2656,55.2816 Q442.4844,55.4379 441.7188,55.4379 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="9" x="462.75" y="53.1721">D</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="362" x2="540" y1="64.516" y2="64.516"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00008/t00008.cc#L29" target="_top" title="ints" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00008/t00008.cc#L29" xlink:show="new" xlink:title="ints" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00008/t00008.cc#L29" target="_top" title="ints" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00008/t00008.cc#L29" xlink:show="new" xlink:title="ints" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="367" y="70.516"/>
|
||||
<ellipse cx="372" cy="75.516" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00008/t00008.cc#L29" target="_top" title="ints" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00008/t00008.cc#L29" xlink:show="new" xlink:title="ints" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00008/t00008.cc#L29" target="_top" title="ints" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00008/t00008.cc#L29" xlink:show="new" xlink:title="ints" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="98" x="381" y="80.2749">ints : B<int,Vector></text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="362" x2="540" y1="87.4979" y2="87.4979"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00008/t00008.cc#L31" target="_top" title="D" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00008/t00008.cc#L31" xlink:show="new" xlink:title="D" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00008/t00008.cc#L31" target="_top" title="D" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00008/t00008.cc#L31" xlink:show="new" xlink:title="D" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="367" y="93.4979"/>
|
||||
<ellipse cx="372" cy="98.4979" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00008/t00008.cc#L31" target="_top" title="D" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00008/t00008.cc#L31" xlink:show="new" xlink:title="D" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00008/t00008.cc#L31" target="_top" title="D" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00008/t00008.cc#L31" xlink:show="new" xlink:title="D" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="154" x="381" y="103.2568">D(std::tuple<Items...>* ) : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00008/t00008.cc#L33" target="_top" title="add" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00008/t00008.cc#L33" xlink:show="new" xlink:title="add" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00008/t00008.cc#L33" target="_top" title="add" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00008/t00008.cc#L33" xlink:show="new" xlink:title="add" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="367" y="108.4798"/>
|
||||
<ellipse cx="372" cy="113.4798" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00008/t00008.cc#L33" target="_top" title="add" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00008/t00008.cc#L33" xlink:show="new" xlink:title="add" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00008/t00008.cc#L33" target="_top" title="add" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00008/t00008.cc#L33" xlink:show="new" xlink:title="add" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="78" x="381" y="118.2387">add(int i) : void</text>
|
||||
</a>
|
||||
<path codeLine="37" d="M451,275.186 C451,286.956 451,301.736 451,315.966 " fill="none" id="C_0000000299-to-C_0000000294" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="27" d="M451,275.186 C451,286.956 451,301.736 451,315.966 " fill="none" id="C_0000000299-to-C_0000000294" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="none" points="458,315.996,451,335.996,444,315.996,458,315.996" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="39" d="M451,138.636 C451,168.936 451,204.196 451,226.796 " fill="none" id="C_0000000298-backto-C_0000000299" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="28" d="M451,138.636 C451,168.936 451,204.196 451,226.796 " fill="none" id="C_0000000298-backto-C_0000000299" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#FFFFFF" points="451,125.576,447,131.576,451,137.576,455,131.576,451,125.576" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<ellipse cx="457" cy="188.369" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="22" x="464" y="192.913">ints</text>
|
||||
|
||||
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
@@ -1,6 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="application/ecmascript" contentStyleType="text/css" height="364px" preserveAspectRatio="none" style="width:413px;height:364px;background:#FFFFFF;" version="1.1" viewBox="0 0 413 364" width="413px" zoomAndPan="magnify">
|
||||
<defs>
|
||||
<filter height="300%" id="f1stw7wawq1r0x" width="300%" x="-1" y="-1">
|
||||
<filter height="300%" id="f1l0c4ksxdw2k5" width="300%" x="-1" y="-1">
|
||||
<feGaussianBlur result="blurOut" stdDeviation="2.0"/>
|
||||
<feColorMatrix in="blurOut" result="blurOut2" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .4 0"/>
|
||||
<feOffset dx="4.0" dy="4.0" in="blurOut2" result="blurOut3"/>
|
||||
@@ -9,8 +9,8 @@
|
||||
<style type="text/css">a:hover { text-decoration: underline; }</style>
|
||||
</defs>
|
||||
<g>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00009/t00009.cc#L7" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00009/t00009.cc#L7" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<rect codeLine="3" fill="#FEFECE" filter="url(#f1stw7wawq1r0x)" height="62.9819" id="C_0000000308" style="stroke:#A80036;stroke-width:1.5;" width="69" x="114.5" y="288"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00009/t00009.cc#L7" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00009/t00009.cc#L7" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<rect codeLine="2" fill="#FEFECE" filter="url(#f1l0c4ksxdw2k5)" height="62.9819" id="C_0000000308" style="stroke:#A80036;stroke-width:1.5;" width="69" x="114.5" y="288"/>
|
||||
<ellipse cx="138.05" cy="304" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M137.5188,310.9219 Q135.7688,310.9219 134.6281,310.1875 Q133.5031,309.4375 132.9406,308.0938 Q132.3938,306.7344 132.3938,304.9375 Q132.3938,302.9063 133.05,301.4531 Q133.7063,300 134.9875,299.2188 Q136.2688,298.4375 138.1438,298.4375 Q139.0344,298.4375 139.7063,298.625 Q140.3781,298.7969 141.0656,299.1406 L140.2531,301.1563 Q139.6281,300.8438 139.0813,300.7188 Q138.55,300.5938 138.0656,300.5938 Q136.8938,300.5938 136.1906,301.125 Q135.4875,301.6563 135.1906,302.6094 Q134.8938,303.5625 134.8938,304.8281 Q134.8938,306.8438 135.6125,307.8125 Q136.3313,308.7656 137.925,308.7656 Q138.5188,308.7656 139.1438,308.6094 Q139.7688,308.4531 140.5969,308.0781 L140.5969,310.2969 Q139.8625,310.6094 139.0656,310.7656 Q138.2844,310.9219 137.5188,310.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="153.95" y="308.656">A</text>
|
||||
@@ -18,15 +18,15 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="6" x="179.5" y="298.8281">T</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="115.5" x2="182.5" y1="320" y2="320"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00009/t00009.cc#L9" target="_top" title="value" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00009/t00009.cc#L9" xlink:show="new" xlink:title="value" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00009/t00009.cc#L9" target="_top" title="value" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00009/t00009.cc#L9" xlink:show="new" xlink:title="value" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="120.5" y="326"/>
|
||||
<ellipse cx="125.5" cy="331" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00009/t00009.cc#L9" target="_top" title="value" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00009/t00009.cc#L9" xlink:show="new" xlink:title="value" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00009/t00009.cc#L9" target="_top" title="value" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00009/t00009.cc#L9" xlink:show="new" xlink:title="value" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="43" x="134.5" y="335.7589">value : T</text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="115.5" x2="182.5" y1="342.9819" y2="342.9819"/>
|
||||
<rect codeLine="8" fill="#FEFECE" filter="url(#f1stw7wawq1r0x)" height="48" id="C_0000000313" style="stroke:#A80036;stroke-width:1.5;" width="58" x="7" y="179"/>
|
||||
<rect codeLine="6" fill="#FEFECE" filter="url(#f1l0c4ksxdw2k5)" height="48" id="C_0000000313" style="stroke:#A80036;stroke-width:1.5;" width="58" x="7" y="179"/>
|
||||
<ellipse cx="22" cy="195" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M21.4688,201.9219 Q19.7188,201.9219 18.5781,201.1875 Q17.4531,200.4375 16.8906,199.0938 Q16.3438,197.7344 16.3438,195.9375 Q16.3438,193.9063 17,192.4531 Q17.6563,191 18.9375,190.2188 Q20.2188,189.4375 22.0938,189.4375 Q22.9844,189.4375 23.6563,189.625 Q24.3281,189.7969 25.0156,190.1406 L24.2031,192.1563 Q23.5781,191.8438 23.0313,191.7188 Q22.5,191.5938 22.0156,191.5938 Q20.8438,191.5938 20.1406,192.125 Q19.4375,192.6563 19.1406,193.6094 Q18.8438,194.5625 18.8438,195.8281 Q18.8438,197.8438 19.5625,198.8125 Q20.2813,199.7656 21.875,199.7656 Q22.4688,199.7656 23.0938,199.6094 Q23.7188,199.4531 24.5469,199.0781 L24.5469,201.2969 Q23.8125,201.6094 23.0156,201.7656 Q22.2344,201.9219 21.4688,201.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="36" y="199.656">A</text>
|
||||
@@ -34,7 +34,7 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="14" x="53" y="189.8281">int</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="64" y1="211" y2="211"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="64" y1="219" y2="219"/>
|
||||
<rect codeLine="12" fill="#FEFECE" filter="url(#f1stw7wawq1r0x)" height="48" id="C_0000000315" style="stroke:#A80036;stroke-width:1.5;" width="97" x="100.5" y="179"/>
|
||||
<rect codeLine="9" fill="#FEFECE" filter="url(#f1l0c4ksxdw2k5)" height="48" id="C_0000000315" style="stroke:#A80036;stroke-width:1.5;" width="97" x="100.5" y="179"/>
|
||||
<ellipse cx="115.5" cy="195" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M114.9688,201.9219 Q113.2188,201.9219 112.0781,201.1875 Q110.9531,200.4375 110.3906,199.0938 Q109.8438,197.7344 109.8438,195.9375 Q109.8438,193.9063 110.5,192.4531 Q111.1563,191 112.4375,190.2188 Q113.7188,189.4375 115.5938,189.4375 Q116.4844,189.4375 117.1563,189.625 Q117.8281,189.7969 118.5156,190.1406 L117.7031,192.1563 Q117.0781,191.8438 116.5313,191.7188 Q116,191.5938 115.5156,191.5938 Q114.3438,191.5938 113.6406,192.125 Q112.9375,192.6563 112.6406,193.6094 Q112.3438,194.5625 112.3438,195.8281 Q112.3438,197.8438 113.0625,198.8125 Q113.7813,199.7656 115.375,199.7656 Q115.9688,199.7656 116.5938,199.6094 Q117.2188,199.4531 118.0469,199.0781 L118.0469,201.2969 Q117.3125,201.6094 116.5156,201.7656 Q115.7344,201.9219 114.9688,201.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="129.5" y="199.656">A</text>
|
||||
@@ -42,7 +42,7 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="53" x="146.5" y="189.8281">std::string</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="101.5" x2="196.5" y1="211" y2="211"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="101.5" x2="196.5" y1="219" y2="219"/>
|
||||
<rect codeLine="16" fill="#FEFECE" filter="url(#f1stw7wawq1r0x)" height="48" id="C_0000000317" style="stroke:#A80036;stroke-width:1.5;" width="166" x="233" y="179"/>
|
||||
<rect codeLine="12" fill="#FEFECE" filter="url(#f1l0c4ksxdw2k5)" height="48" id="C_0000000317" style="stroke:#A80036;stroke-width:1.5;" width="166" x="233" y="179"/>
|
||||
<ellipse cx="248" cy="195" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M247.4688,201.9219 Q245.7188,201.9219 244.5781,201.1875 Q243.4531,200.4375 242.8906,199.0938 Q242.3438,197.7344 242.3438,195.9375 Q242.3438,193.9063 243,192.4531 Q243.6563,191 244.9375,190.2188 Q246.2188,189.4375 248.0938,189.4375 Q248.9844,189.4375 249.6563,189.625 Q250.3281,189.7969 251.0156,190.1406 L250.2031,192.1563 Q249.5781,191.8438 249.0313,191.7188 Q248.5,191.5938 248.0156,191.5938 Q246.8438,191.5938 246.1406,192.125 Q245.4375,192.6563 245.1406,193.6094 Q244.8438,194.5625 244.8438,195.8281 Q244.8438,197.8438 245.5625,198.8125 Q246.2813,199.7656 247.875,199.7656 Q248.4688,199.7656 249.0938,199.6094 Q249.7188,199.4531 250.5469,199.0781 L250.5469,201.2969 Q249.8125,201.6094 249.0156,201.7656 Q248.2344,201.9219 247.4688,201.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="262" y="199.656">A</text>
|
||||
@@ -50,50 +50,50 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="122" x="279" y="189.8281">std::vector<std::string></text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="234" x2="398" y1="211" y2="211"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="234" x2="398" y1="219" y2="219"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00009/t00009.cc#L12" target="_top" title="B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00009/t00009.cc#L12" xlink:show="new" xlink:title="B" xlink:type="simple">
|
||||
<rect codeLine="20" fill="#FEFECE" filter="url(#f1stw7wawq1r0x)" height="92.9457" id="C_0000000312" style="stroke:#A80036;stroke-width:1.5;" width="221" x="38.5" y="7"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00009/t00009.cc#L12" target="_top" title="B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00009/t00009.cc#L12" xlink:show="new" xlink:title="B" xlink:type="simple">
|
||||
<rect codeLine="15" fill="#FEFECE" filter="url(#f1l0c4ksxdw2k5)" height="92.9457" id="C_0000000312" style="stroke:#A80036;stroke-width:1.5;" width="221" x="38.5" y="7"/>
|
||||
<ellipse cx="140.75" cy="23" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M140.2188,29.9219 Q138.4688,29.9219 137.3281,29.1875 Q136.2031,28.4375 135.6406,27.0938 Q135.0938,25.7344 135.0938,23.9375 Q135.0938,21.9063 135.75,20.4531 Q136.4063,19 137.6875,18.2188 Q138.9688,17.4375 140.8438,17.4375 Q141.7344,17.4375 142.4063,17.625 Q143.0781,17.7969 143.7656,18.1406 L142.9531,20.1563 Q142.3281,19.8438 141.7813,19.7188 Q141.25,19.5938 140.7656,19.5938 Q139.5938,19.5938 138.8906,20.125 Q138.1875,20.6563 137.8906,21.6094 Q137.5938,22.5625 137.5938,23.8281 Q137.5938,25.8438 138.3125,26.8125 Q139.0313,27.7656 140.625,27.7656 Q141.2188,27.7656 141.8438,27.6094 Q142.4688,27.4531 143.2969,27.0781 L143.2969,29.2969 Q142.5625,29.6094 141.7656,29.7656 Q140.9844,29.9219 140.2188,29.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="161.25" y="27.656">B</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="39.5" x2="258.5" y1="39" y2="39"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00009/t00009.cc#L14" target="_top" title="aint" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00009/t00009.cc#L14" xlink:show="new" xlink:title="aint" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00009/t00009.cc#L14" target="_top" title="aint" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00009/t00009.cc#L14" xlink:show="new" xlink:title="aint" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="44.5" y="45"/>
|
||||
<ellipse cx="49.5" cy="50" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00009/t00009.cc#L14" target="_top" title="aint" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00009/t00009.cc#L14" xlink:show="new" xlink:title="aint" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00009/t00009.cc#L14" target="_top" title="aint" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00009/t00009.cc#L14" xlink:show="new" xlink:title="aint" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="62" x="58.5" y="54.7589">aint : A<int></text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00009/t00009.cc#L15" target="_top" title="astring" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00009/t00009.cc#L15" xlink:show="new" xlink:title="astring" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00009/t00009.cc#L15" target="_top" title="astring" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00009/t00009.cc#L15" xlink:show="new" xlink:title="astring" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="44.5" y="59.9819"/>
|
||||
<ellipse cx="49.5" cy="64.9819" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00009/t00009.cc#L15" target="_top" title="astring" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00009/t00009.cc#L15" xlink:show="new" xlink:title="astring" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00009/t00009.cc#L15" target="_top" title="astring" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00009/t00009.cc#L15" xlink:show="new" xlink:title="astring" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="124" x="58.5" y="69.7408">astring : A<std::string>*</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00009/t00009.cc#L16" target="_top" title="avector" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00009/t00009.cc#L16" xlink:show="new" xlink:title="avector" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00009/t00009.cc#L16" target="_top" title="avector" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00009/t00009.cc#L16" xlink:show="new" xlink:title="avector" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="44.5" y="74.9638"/>
|
||||
<ellipse cx="49.5" cy="79.9638" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00009/t00009.cc#L16" target="_top" title="avector" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00009/t00009.cc#L16" xlink:show="new" xlink:title="avector" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00009/t00009.cc#L16" target="_top" title="avector" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00009/t00009.cc#L16" xlink:show="new" xlink:title="avector" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="195" x="58.5" y="84.7227">avector : A<std::vector<std::string>>&</text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="39.5" x2="258.5" y1="91.9457" y2="91.9457"/>
|
||||
<path codeLine="28" d="M58.87,227.17 C71.96,240.44 88.85,257.56 104.46,273.37 " fill="none" id="C_0000000313-to-C_0000000308" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="20" d="M58.87,227.17 C71.96,240.44 88.85,257.56 104.46,273.37 " fill="none" id="C_0000000313-to-C_0000000308" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="none" points="109.81,268.82,118.88,287.98,99.84,278.66,109.81,268.82" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="30" d="M149,227.17 C149,238.94 149,253.72 149,267.95 " fill="none" id="C_0000000315-to-C_0000000308" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="21" d="M149,227.17 C149,238.94 149,253.72 149,267.95 " fill="none" id="C_0000000315-to-C_0000000308" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="none" points="156,267.98,149,287.98,142,267.98,156,267.98" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="32" d="M282.21,227.17 C258.67,243.31 226.86,265.12 200.22,283.38 " fill="none" id="C_0000000317-to-C_0000000308" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="22" d="M282.21,227.17 C258.67,243.31 226.86,265.12 200.22,283.38 " fill="none" id="C_0000000317-to-C_0000000308" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="none" points="204.06,289.24,183.61,294.77,196.14,277.69,204.06,289.24" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="34" d="M105.72,110.99 C87.65,134.59 67.65,160.68 53.73,178.86 " fill="none" id="C_0000000312-backto-C_0000000313" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="23" d="M105.72,110.99 C87.65,134.59 67.65,160.68 53.73,178.86 " fill="none" id="C_0000000312-backto-C_0000000313" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#FFFFFF" points="113.87,100.36,107.044,102.6851,106.5649,109.8803,113.3909,107.5552,113.87,100.36" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<ellipse cx="96" cy="140.353" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="23" x="103" y="144.897">aint</text>
|
||||
<path codeLine="35" d="M149,100.36 C149,124.37 149,153.01 149,173.76 " fill="none" id="C_0000000312-to-C_0000000315" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="24" d="M149,100.36 C149,124.37 149,153.01 149,173.76 " fill="none" id="C_0000000312-to-C_0000000315" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#A80036" points="149,178.86,153,169.86,149,173.86,145,169.86,149,178.86" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<ellipse cx="155" cy="140.353" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="42" x="162" y="144.897">astring</text>
|
||||
<path codeLine="36" d="M200.92,100.36 C228.8,124.98 262.19,154.47 285.8,175.33 " fill="none" id="C_0000000312-to-C_0000000317" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="25" d="M200.92,100.36 C228.8,124.98 262.19,154.47 285.8,175.33 " fill="none" id="C_0000000312-to-C_0000000317" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#A80036" points="289.8,178.86,285.7138,169.8988,286.0567,175.5453,280.4102,175.8882,289.8,178.86" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<ellipse cx="258" cy="140.353" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="45" x="265" y="144.897">avector</text>
|
||||
|
||||
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
@@ -1,6 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="application/ecmascript" contentStyleType="text/css" height="600px" preserveAspectRatio="none" style="width:174px;height:600px;background:#FFFFFF;" version="1.1" viewBox="0 0 174 600" width="174px" zoomAndPan="magnify">
|
||||
<defs>
|
||||
<filter height="300%" id="f1d14dfhyfgmr" width="300%" x="-1" y="-1">
|
||||
<filter height="300%" id="fcm4hahbjltch" width="300%" x="-1" y="-1">
|
||||
<feGaussianBlur result="blurOut" stdDeviation="2.0"/>
|
||||
<feColorMatrix in="blurOut" result="blurOut2" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .4 0"/>
|
||||
<feOffset dx="4.0" dy="4.0" in="blurOut2" result="blurOut3"/>
|
||||
@@ -9,8 +9,8 @@
|
||||
<style type="text/css">a:hover { text-decoration: underline; }</style>
|
||||
</defs>
|
||||
<g>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00010/t00010.cc#L7" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00010/t00010.cc#L7" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<rect codeLine="3" fill="#FEFECE" filter="url(#f1d14dfhyfgmr)" height="77.9638" id="C_0000000336" style="stroke:#A80036;stroke-width:1.5;" width="79" x="44" y="509"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00010/t00010.cc#L7" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00010/t00010.cc#L7" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<rect codeLine="2" fill="#FEFECE" filter="url(#fcm4hahbjltch)" height="77.9638" id="C_0000000336" style="stroke:#A80036;stroke-width:1.5;" width="79" x="44" y="509"/>
|
||||
<ellipse cx="67.55" cy="525" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M67.0188,531.9219 Q65.2688,531.9219 64.1281,531.1875 Q63.0031,530.4375 62.4406,529.0938 Q61.8938,527.7344 61.8938,525.9375 Q61.8938,523.9063 62.55,522.4531 Q63.2063,521 64.4875,520.2188 Q65.7688,519.4375 67.6438,519.4375 Q68.5344,519.4375 69.2063,519.625 Q69.8781,519.7969 70.5656,520.1406 L69.7531,522.1563 Q69.1281,521.8438 68.5813,521.7188 Q68.05,521.5938 67.5656,521.5938 Q66.3938,521.5938 65.6906,522.125 Q64.9875,522.6563 64.6906,523.6094 Q64.3938,524.5625 64.3938,525.8281 Q64.3938,527.8438 65.1125,528.8125 Q65.8313,529.7656 67.425,529.7656 Q68.0188,529.7656 68.6438,529.6094 Q69.2688,529.4531 70.0969,529.0781 L70.0969,531.2969 Q69.3625,531.6094 68.5656,531.7656 Q67.7844,531.9219 67.0188,531.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="83.45" y="529.656">A</text>
|
||||
@@ -18,22 +18,22 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="16" x="109" y="519.8281">T,P</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="45" x2="122" y1="541" y2="541"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00010/t00010.cc#L9" target="_top" title="first" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00010/t00010.cc#L9" xlink:show="new" xlink:title="first" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00010/t00010.cc#L9" target="_top" title="first" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00010/t00010.cc#L9" xlink:show="new" xlink:title="first" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="50" y="547"/>
|
||||
<ellipse cx="55" cy="552" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00010/t00010.cc#L9" target="_top" title="first" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00010/t00010.cc#L9" xlink:show="new" xlink:title="first" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00010/t00010.cc#L9" target="_top" title="first" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00010/t00010.cc#L9" xlink:show="new" xlink:title="first" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="36" x="64" y="556.7589">first : T</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00010/t00010.cc#L10" target="_top" title="second" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00010/t00010.cc#L10" xlink:show="new" xlink:title="second" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00010/t00010.cc#L10" target="_top" title="second" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00010/t00010.cc#L10" xlink:show="new" xlink:title="second" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="50" y="561.9819"/>
|
||||
<ellipse cx="55" cy="566.9819" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00010/t00010.cc#L10" target="_top" title="second" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00010/t00010.cc#L10" xlink:show="new" xlink:title="second" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00010/t00010.cc#L10" target="_top" title="second" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00010/t00010.cc#L10" xlink:show="new" xlink:title="second" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="53" x="64" y="571.7408">second : P</text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="45" x2="122" y1="578.9638" y2="578.9638"/>
|
||||
<rect codeLine="9" fill="#FEFECE" filter="url(#f1d14dfhyfgmr)" height="48" id="C_0000000341" style="stroke:#A80036;stroke-width:1.5;" width="106" x="30.5" y="400"/>
|
||||
<rect codeLine="7" fill="#FEFECE" filter="url(#fcm4hahbjltch)" height="48" id="C_0000000341" style="stroke:#A80036;stroke-width:1.5;" width="106" x="30.5" y="400"/>
|
||||
<ellipse cx="45.5" cy="416" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M44.9688,422.9219 Q43.2188,422.9219 42.0781,422.1875 Q40.9531,421.4375 40.3906,420.0938 Q39.8438,418.7344 39.8438,416.9375 Q39.8438,414.9063 40.5,413.4531 Q41.1563,412 42.4375,411.2188 Q43.7188,410.4375 45.5938,410.4375 Q46.4844,410.4375 47.1563,410.625 Q47.8281,410.7969 48.5156,411.1406 L47.7031,413.1563 Q47.0781,412.8438 46.5313,412.7188 Q46,412.5938 45.5156,412.5938 Q44.3438,412.5938 43.6406,413.125 Q42.9375,413.6563 42.6406,414.6094 Q42.3438,415.5625 42.3438,416.8281 Q42.3438,418.8438 43.0625,419.8125 Q43.7813,420.7656 45.375,420.7656 Q45.9688,420.7656 46.5938,420.6094 Q47.2188,420.4531 48.0469,420.0781 L48.0469,422.2969 Q47.3125,422.6094 46.5156,422.7656 Q45.7344,422.9219 44.9688,422.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="59.5" y="420.656">A</text>
|
||||
@@ -41,8 +41,8 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="62" x="76.5" y="410.8281">T,std::string</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="31.5" x2="135.5" y1="432" y2="432"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="31.5" x2="135.5" y1="440" y2="440"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00010/t00010.cc#L13" target="_top" title="B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00010/t00010.cc#L13" xlink:show="new" xlink:title="B" xlink:type="simple">
|
||||
<rect codeLine="13" fill="#FEFECE" filter="url(#f1d14dfhyfgmr)" height="62.9819" id="C_0000000340" style="stroke:#A80036;stroke-width:1.5;" width="153" x="7" y="258"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00010/t00010.cc#L13" target="_top" title="B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00010/t00010.cc#L13" xlink:show="new" xlink:title="B" xlink:type="simple">
|
||||
<rect codeLine="10" fill="#FEFECE" filter="url(#fcm4hahbjltch)" height="62.9819" id="C_0000000340" style="stroke:#A80036;stroke-width:1.5;" width="153" x="7" y="258"/>
|
||||
<ellipse cx="70.25" cy="274" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M69.7188,280.9219 Q67.9688,280.9219 66.8281,280.1875 Q65.7031,279.4375 65.1406,278.0938 Q64.5938,276.7344 64.5938,274.9375 Q64.5938,272.9063 65.25,271.4531 Q65.9063,270 67.1875,269.2188 Q68.4688,268.4375 70.3438,268.4375 Q71.2344,268.4375 71.9063,268.625 Q72.5781,268.7969 73.2656,269.1406 L72.4531,271.1563 Q71.8281,270.8438 71.2813,270.7188 Q70.75,270.5938 70.2656,270.5938 Q69.0938,270.5938 68.3906,271.125 Q67.6875,271.6563 67.3906,272.6094 Q67.0938,273.5625 67.0938,274.8281 Q67.0938,276.8438 67.8125,277.8125 Q68.5313,278.7656 70.125,278.7656 Q70.7188,278.7656 71.3438,278.6094 Q71.9688,278.4531 72.7969,278.0781 L72.7969,280.2969 Q72.0625,280.6094 71.2656,280.7656 Q70.4844,280.9219 69.7188,280.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="90.75" y="278.656">B</text>
|
||||
@@ -50,15 +50,15 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="6" x="156" y="268.8281">T</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="159" y1="290" y2="290"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00010/t00010.cc#L15" target="_top" title="astring" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00010/t00010.cc#L15" xlink:show="new" xlink:title="astring" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00010/t00010.cc#L15" target="_top" title="astring" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00010/t00010.cc#L15" xlink:show="new" xlink:title="astring" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="296"/>
|
||||
<ellipse cx="18" cy="301" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00010/t00010.cc#L15" target="_top" title="astring" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00010/t00010.cc#L15" xlink:show="new" xlink:title="astring" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00010/t00010.cc#L15" target="_top" title="astring" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00010/t00010.cc#L15" xlink:show="new" xlink:title="astring" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="127" x="27" y="305.7589">astring : A<T,std::string></text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="159" y1="312.9819" y2="312.9819"/>
|
||||
<rect codeLine="18" fill="#FEFECE" filter="url(#f1d14dfhyfgmr)" height="48" id="C_0000000349" style="stroke:#A80036;stroke-width:1.5;" width="58" x="54.5" y="149"/>
|
||||
<rect codeLine="14" fill="#FEFECE" filter="url(#fcm4hahbjltch)" height="48" id="C_0000000349" style="stroke:#A80036;stroke-width:1.5;" width="58" x="54.5" y="149"/>
|
||||
<ellipse cx="69.5" cy="165" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M68.9688,171.9219 Q67.2188,171.9219 66.0781,171.1875 Q64.9531,170.4375 64.3906,169.0938 Q63.8438,167.7344 63.8438,165.9375 Q63.8438,163.9063 64.5,162.4531 Q65.1563,161 66.4375,160.2188 Q67.7188,159.4375 69.5938,159.4375 Q70.4844,159.4375 71.1563,159.625 Q71.8281,159.7969 72.5156,160.1406 L71.7031,162.1563 Q71.0781,161.8438 70.5313,161.7188 Q70,161.5938 69.5156,161.5938 Q68.3438,161.5938 67.6406,162.125 Q66.9375,162.6563 66.6406,163.6094 Q66.3438,164.5625 66.3438,165.8281 Q66.3438,167.8438 67.0625,168.8125 Q67.7813,169.7656 69.375,169.7656 Q69.9688,169.7656 70.5938,169.6094 Q71.2188,169.4531 72.0469,169.0781 L72.0469,171.2969 Q71.3125,171.6094 70.5156,171.7656 Q69.7344,171.9219 68.9688,171.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="83.5" y="169.656">B</text>
|
||||
@@ -66,30 +66,30 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="14" x="100.5" y="159.8281">int</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="55.5" x2="111.5" y1="181" y2="181"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="55.5" x2="111.5" y1="189" y2="189"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00010/t00010.cc#L18" target="_top" title="C" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00010/t00010.cc#L18" xlink:show="new" xlink:title="C" xlink:type="simple">
|
||||
<rect codeLine="22" fill="#FEFECE" filter="url(#f1d14dfhyfgmr)" height="62.9819" id="C_0000000348" style="stroke:#A80036;stroke-width:1.5;" width="119" x="24" y="7"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00010/t00010.cc#L18" target="_top" title="C" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00010/t00010.cc#L18" xlink:show="new" xlink:title="C" xlink:type="simple">
|
||||
<rect codeLine="17" fill="#FEFECE" filter="url(#fcm4hahbjltch)" height="62.9819" id="C_0000000348" style="stroke:#A80036;stroke-width:1.5;" width="119" x="24" y="7"/>
|
||||
<ellipse cx="75.25" cy="23" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M74.7188,29.9219 Q72.9688,29.9219 71.8281,29.1875 Q70.7031,28.4375 70.1406,27.0938 Q69.5938,25.7344 69.5938,23.9375 Q69.5938,21.9063 70.25,20.4531 Q70.9063,19 72.1875,18.2188 Q73.4688,17.4375 75.3438,17.4375 Q76.2344,17.4375 76.9063,17.625 Q77.5781,17.7969 78.2656,18.1406 L77.4531,20.1563 Q76.8281,19.8438 76.2813,19.7188 Q75.75,19.5938 75.2656,19.5938 Q74.0938,19.5938 73.3906,20.125 Q72.6875,20.6563 72.3906,21.6094 Q72.0938,22.5625 72.0938,23.8281 Q72.0938,25.8438 72.8125,26.8125 Q73.5313,27.7656 75.125,27.7656 Q75.7188,27.7656 76.3438,27.6094 Q76.9688,27.4531 77.7969,27.0781 L77.7969,29.2969 Q77.0625,29.6094 76.2656,29.7656 Q75.4844,29.9219 74.7188,29.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="95.75" y="27.656">C</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="25" x2="142" y1="39" y2="39"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00010/t00010.cc#L20" target="_top" title="aintstring" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00010/t00010.cc#L20" xlink:show="new" xlink:title="aintstring" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00010/t00010.cc#L20" target="_top" title="aintstring" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00010/t00010.cc#L20" xlink:show="new" xlink:title="aintstring" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="30" y="45"/>
|
||||
<ellipse cx="35" cy="50" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00010/t00010.cc#L20" target="_top" title="aintstring" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00010/t00010.cc#L20" xlink:show="new" xlink:title="aintstring" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00010/t00010.cc#L20" target="_top" title="aintstring" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00010/t00010.cc#L20" xlink:show="new" xlink:title="aintstring" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="93" x="44" y="54.7589">aintstring : B<int></text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="25" x2="142" y1="61.9819" y2="61.9819"/>
|
||||
<path codeLine="28" d="M83.5,448.23 C83.5,459.75 83.5,474.24 83.5,488.53 " fill="none" id="C_0000000341-to-C_0000000336" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="20" d="M83.5,448.23 C83.5,459.75 83.5,474.24 83.5,488.53 " fill="none" id="C_0000000341-to-C_0000000336" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="none" points="90.5,488.98,83.5,508.98,76.5,488.98,90.5,488.98" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="30" d="M83.5,334.29 C83.5,356.2 83.5,381.82 83.5,399.88 " fill="none" id="C_0000000340-backto-C_0000000341" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="21" d="M83.5,334.29 C83.5,356.2 83.5,381.82 83.5,399.88 " fill="none" id="C_0000000340-backto-C_0000000341" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#FFFFFF" points="83.5,321.23,79.5,327.23,83.5,333.23,87.5,327.23,83.5,321.23" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<ellipse cx="89.5" cy="361.353" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="42" x="96.5" y="365.897">astring</text>
|
||||
<path codeLine="32" d="M83.5,197.17 C83.5,208.94 83.5,223.72 83.5,237.95 " fill="none" id="C_0000000349-to-C_0000000340" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="22" d="M83.5,197.17 C83.5,208.94 83.5,223.72 83.5,237.95 " fill="none" id="C_0000000349-to-C_0000000340" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="none" points="90.5,237.98,83.5,257.98,76.5,237.98,90.5,237.98" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="34" d="M83.5,83.29 C83.5,105.2 83.5,130.82 83.5,148.88 " fill="none" id="C_0000000348-backto-C_0000000349" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="23" d="M83.5,83.29 C83.5,105.2 83.5,130.82 83.5,148.88 " fill="none" id="C_0000000348-backto-C_0000000349" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#FFFFFF" points="83.5,70.23,79.5,76.23,83.5,82.23,87.5,76.23,83.5,70.23" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<ellipse cx="89.5" cy="110.353" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="58" x="96.5" y="114.897">aintstring</text>
|
||||
|
||||
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
@@ -1,6 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="application/ecmascript" contentStyleType="text/css" height="243px" preserveAspectRatio="none" style="width:211px;height:243px;background:#FFFFFF;" version="1.1" viewBox="0 0 211 243" width="211px" zoomAndPan="magnify">
|
||||
<defs>
|
||||
<filter height="300%" id="fhla7cxzu2859" width="300%" x="-1" y="-1">
|
||||
<filter height="300%" id="f5ia6n53mfrkv" width="300%" x="-1" y="-1">
|
||||
<feGaussianBlur result="blurOut" stdDeviation="2.0"/>
|
||||
<feColorMatrix in="blurOut" result="blurOut2" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .4 0"/>
|
||||
<feOffset dx="4.0" dy="4.0" in="blurOut2" result="blurOut3"/>
|
||||
@@ -9,8 +9,8 @@
|
||||
<style type="text/css">a:hover { text-decoration: underline; }</style>
|
||||
</defs>
|
||||
<g>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00011/t00011.cc#L11" target="_top" title="D" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00011/t00011.cc#L11" xlink:show="new" xlink:title="D" xlink:type="simple">
|
||||
<rect codeLine="3" fill="#FEFECE" filter="url(#fhla7cxzu2859)" height="62.9819" id="C_0000000359" style="stroke:#A80036;stroke-width:1.5;" width="69" x="7" y="10.016"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00011/t00011.cc#L11" target="_top" title="D" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00011/t00011.cc#L11" xlink:show="new" xlink:title="D" xlink:type="simple">
|
||||
<rect codeLine="2" fill="#FEFECE" filter="url(#f5ia6n53mfrkv)" height="62.9819" id="C_0000000359" style="stroke:#A80036;stroke-width:1.5;" width="69" x="7" y="10.016"/>
|
||||
<ellipse cx="30.1" cy="26.016" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M29.5688,32.9379 Q27.8188,32.9379 26.6781,32.2035 Q25.5531,31.4535 24.9906,30.1098 Q24.4438,28.7504 24.4438,26.9535 Q24.4438,24.9223 25.1,23.4691 Q25.7563,22.016 27.0375,21.2348 Q28.3188,20.4535 30.1938,20.4535 Q31.0844,20.4535 31.7563,20.641 Q32.4281,20.8129 33.1156,21.1566 L32.3031,23.1723 Q31.6781,22.8598 31.1313,22.7348 Q30.6,22.6098 30.1156,22.6098 Q28.9438,22.6098 28.2406,23.141 Q27.5375,23.6723 27.2406,24.6254 Q26.9438,25.5785 26.9438,26.8441 Q26.9438,28.8598 27.6625,29.8285 Q28.3813,30.7816 29.975,30.7816 Q30.5688,30.7816 31.1938,30.6254 Q31.8188,30.4691 32.6469,30.0941 L32.6469,32.3129 Q31.9125,32.6254 31.1156,32.7816 Q30.3344,32.9379 29.5688,32.9379 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="9" x="45.9" y="30.6721">D</text>
|
||||
@@ -18,56 +18,56 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="6" x="72" y="20.8441">T</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="75" y1="42.016" y2="42.016"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00011/t00011.cc#L12" target="_top" title="value" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00011/t00011.cc#L12" xlink:show="new" xlink:title="value" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00011/t00011.cc#L12" target="_top" title="value" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00011/t00011.cc#L12" xlink:show="new" xlink:title="value" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="48.016"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="15" y="50.016"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00011/t00011.cc#L12" target="_top" title="value" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00011/t00011.cc#L12" xlink:show="new" xlink:title="value" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00011/t00011.cc#L12" target="_top" title="value" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00011/t00011.cc#L12" xlink:show="new" xlink:title="value" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="43" x="27" y="57.7749">value : T</text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="75" y1="64.9979" y2="64.9979"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00011/t00011.cc#L15" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00011/t00011.cc#L15" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<rect codeLine="8" fill="#FEFECE" filter="url(#fhla7cxzu2859)" height="62.9819" id="C_0000000363" style="stroke:#A80036;stroke-width:1.5;" width="82" x="111.5" y="10.016"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00011/t00011.cc#L15" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00011/t00011.cc#L15" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<rect codeLine="6" fill="#FEFECE" filter="url(#f5ia6n53mfrkv)" height="62.9819" id="C_0000000363" style="stroke:#A80036;stroke-width:1.5;" width="82" x="111.5" y="10.016"/>
|
||||
<ellipse cx="145.4" cy="26.016" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M144.8688,32.9379 Q143.1188,32.9379 141.9781,32.2035 Q140.8531,31.4535 140.2906,30.1098 Q139.7438,28.7504 139.7438,26.9535 Q139.7438,24.9223 140.4,23.4691 Q141.0563,22.016 142.3375,21.2348 Q143.6188,20.4535 145.4938,20.4535 Q146.3844,20.4535 147.0563,20.641 Q147.7281,20.8129 148.4156,21.1566 L147.6031,23.1723 Q146.9781,22.8598 146.4313,22.7348 Q145.9,22.6098 145.4156,22.6098 Q144.2438,22.6098 143.5406,23.141 Q142.8375,23.6723 142.5406,24.6254 Q142.2438,25.5785 142.2438,26.8441 Q142.2438,28.8598 142.9625,29.8285 Q143.6813,30.7816 145.275,30.7816 Q145.8688,30.7816 146.4938,30.6254 Q147.1188,30.4691 147.9469,30.0941 L147.9469,32.3129 Q147.2125,32.6254 146.4156,32.7816 Q145.6344,32.9379 144.8688,32.9379 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="163.6" y="30.6721">A</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="112.5" x2="192.5" y1="42.016" y2="42.016"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="112.5" x2="192.5" y1="50.016" y2="50.016"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00011/t00011.cc#L17" target="_top" title="foo" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00011/t00011.cc#L17" xlink:show="new" xlink:title="foo" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00011/t00011.cc#L17" target="_top" title="foo" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00011/t00011.cc#L17" xlink:show="new" xlink:title="foo" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="117.5" y="56.016"/>
|
||||
<rect fill="#F24D5C" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="119.5" y="58.016"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00011/t00011.cc#L17" target="_top" title="foo" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00011/t00011.cc#L17" xlink:show="new" xlink:title="foo" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00011/t00011.cc#L17" target="_top" title="foo" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00011/t00011.cc#L17" xlink:show="new" xlink:title="foo" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="56" x="131.5" y="65.7749">foo() : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00011/t00011.cc#L27" target="_top" title="B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00011/t00011.cc#L27" xlink:show="new" xlink:title="B" xlink:type="simple">
|
||||
<rect codeLine="13" fill="#FEFECE" filter="url(#fhla7cxzu2859)" height="77.9638" id="C_0000000369" style="stroke:#A80036;stroke-width:1.5;" width="82" x="110.5" y="152.016"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00011/t00011.cc#L27" target="_top" title="B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00011/t00011.cc#L27" xlink:show="new" xlink:title="B" xlink:type="simple">
|
||||
<rect codeLine="10" fill="#FEFECE" filter="url(#f5ia6n53mfrkv)" height="77.9638" id="C_0000000369" style="stroke:#A80036;stroke-width:1.5;" width="82" x="110.5" y="152.016"/>
|
||||
<ellipse cx="144.4" cy="168.016" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M143.8688,174.9379 Q142.1188,174.9379 140.9781,174.2035 Q139.8531,173.4535 139.2906,172.1098 Q138.7438,170.7504 138.7438,168.9535 Q138.7438,166.9223 139.4,165.4691 Q140.0563,164.016 141.3375,163.2348 Q142.6188,162.4535 144.4938,162.4535 Q145.3844,162.4535 146.0563,162.641 Q146.7281,162.8129 147.4156,163.1566 L146.6031,165.1723 Q145.9781,164.8598 145.4313,164.7348 Q144.9,164.6098 144.4156,164.6098 Q143.2438,164.6098 142.5406,165.141 Q141.8375,165.6723 141.5406,166.6254 Q141.2438,167.5785 141.2438,168.8441 Q141.2438,170.8598 141.9625,171.8285 Q142.6813,172.7816 144.275,172.7816 Q144.8688,172.7816 145.4938,172.6254 Q146.1188,172.4691 146.9469,172.0941 L146.9469,174.3129 Q146.2125,174.6254 145.4156,174.7816 Q144.6344,174.9379 143.8688,174.9379 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="162.6" y="172.6721">B</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="111.5" x2="191.5" y1="184.016" y2="184.016"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00011/t00011.cc#L30" target="_top" title="m_a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00011/t00011.cc#L30" xlink:show="new" xlink:title="m_a" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00011/t00011.cc#L30" target="_top" title="m_a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00011/t00011.cc#L30" xlink:show="new" xlink:title="m_a" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="116.5" y="190.016"/>
|
||||
<ellipse cx="121.5" cy="195.016" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00011/t00011.cc#L30" target="_top" title="m_a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00011/t00011.cc#L30" xlink:show="new" xlink:title="m_a" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00011/t00011.cc#L30" target="_top" title="m_a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00011/t00011.cc#L30" xlink:show="new" xlink:title="m_a" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="43" x="130.5" y="199.7749">m_a : A*</text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="111.5" x2="191.5" y1="206.9979" y2="206.9979"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00011/t00011.cc#L29" target="_top" title="foo" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00011/t00011.cc#L29" xlink:show="new" xlink:title="foo" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00011/t00011.cc#L29" target="_top" title="foo" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00011/t00011.cc#L29" xlink:show="new" xlink:title="foo" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="116.5" y="212.9979"/>
|
||||
<ellipse cx="121.5" cy="217.9979" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00011/t00011.cc#L29" target="_top" title="foo" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00011/t00011.cc#L29" xlink:show="new" xlink:title="foo" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00011/t00011.cc#L29" target="_top" title="foo" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00011/t00011.cc#L29" xlink:show="new" xlink:title="foo" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="56" x="130.5" y="222.7568">foo() : void</text>
|
||||
</a>
|
||||
<path codeLine="20" d="M113.04,77.516 C106.69,85.226 101.04,93.856 97.5,103.016 C90.77,120.426 98.64,138.186 110.28,153.086 " fill="none" id="C_0000000363-backto-C_0000000369" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="14" d="M113.04,77.516 C106.69,85.226 101.04,93.856 97.5,103.016 C90.77,120.426 98.64,138.186 110.28,153.086 " fill="none" id="C_0000000363-backto-C_0000000369" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="116.63,73.326,107.728,77.5396,113.369,77.1162,113.7923,82.7572,116.63,73.326" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="100.5" y="110.369"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="49" x="110.5" y="117.913">«friend»</text>
|
||||
<path codeLine="22" d="M161.29,152.006 C164.13,136.816 166.08,119.126 164.5,103.016 C163.7,94.896 162.32,86.256 160.76,78.116 " fill="none" id="C_0000000369-to-C_0000000363" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="15" d="M161.29,152.006 C164.13,136.816 166.08,119.126 164.5,103.016 C163.7,94.896 162.32,86.256 160.76,78.116 " fill="none" id="C_0000000369-to-C_0000000363" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#A80036" points="159.78,73.116,157.6066,82.7221,160.7523,78.0206,165.4538,81.1663,159.78,73.116" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<ellipse cx="171.5" cy="113.369" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="25" x="178.5" y="117.913">m_a</text>
|
||||
|
||||
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
@@ -1,6 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="application/ecmascript" contentStyleType="text/css" height="409px" preserveAspectRatio="none" style="width:1223px;height:409px;background:#FFFFFF;" version="1.1" viewBox="0 0 1223 409" width="1223px" zoomAndPan="magnify">
|
||||
<defs>
|
||||
<filter height="300%" id="frgobnowr180j" width="300%" x="-1" y="-1">
|
||||
<filter height="300%" id="f14w0cohm6gu51" width="300%" x="-1" y="-1">
|
||||
<feGaussianBlur result="blurOut" stdDeviation="2.0"/>
|
||||
<feColorMatrix in="blurOut" result="blurOut2" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .4 0"/>
|
||||
<feOffset dx="4.0" dy="4.0" in="blurOut2" result="blurOut3"/>
|
||||
@@ -9,8 +9,8 @@
|
||||
<style type="text/css">a:hover { text-decoration: underline; }</style>
|
||||
</defs>
|
||||
<g>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00012/t00012.cc#L11" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00012/t00012.cc#L11" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<rect codeLine="3" fill="#FEFECE" filter="url(#frgobnowr180j)" height="77.9638" id="C_0000000375" style="stroke:#A80036;stroke-width:1.5;" width="82" x="770" y="318"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00012/t00012.cc#L11" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00012/t00012.cc#L11" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<rect codeLine="2" fill="#FEFECE" filter="url(#f14w0cohm6gu51)" height="77.9638" id="C_0000000375" style="stroke:#A80036;stroke-width:1.5;" width="82" x="770" y="318"/>
|
||||
<ellipse cx="789.05" cy="334" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M788.5188,340.9219 Q786.7688,340.9219 785.6281,340.1875 Q784.5031,339.4375 783.9406,338.0938 Q783.3938,336.7344 783.3938,334.9375 Q783.3938,332.9063 784.05,331.4531 Q784.7063,330 785.9875,329.2188 Q787.2688,328.4375 789.1438,328.4375 Q790.0344,328.4375 790.7063,328.625 Q791.3781,328.7969 792.0656,329.1406 L791.2531,331.1563 Q790.6281,330.8438 790.0813,330.7188 Q789.55,330.5938 789.0656,330.5938 Q787.8938,330.5938 787.1906,331.125 Q786.4875,331.6563 786.1906,332.6094 Q785.8938,333.5625 785.8938,334.8281 Q785.8938,336.8438 786.6125,337.8125 Q787.3313,338.7656 788.925,338.7656 Q789.5188,338.7656 790.1438,338.6094 Q790.7688,338.4531 791.5969,338.0781 L791.5969,340.2969 Q790.8625,340.6094 790.0656,340.7656 Q789.2844,340.9219 788.5188,340.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="803.95" y="338.656">A</text>
|
||||
@@ -18,23 +18,23 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="29" x="825" y="328.8281">T,Ts...</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="771" x2="851" y1="350" y2="350"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00012/t00012.cc#L12" target="_top" title="value" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00012/t00012.cc#L12" xlink:show="new" xlink:title="value" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00012/t00012.cc#L12" target="_top" title="value" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00012/t00012.cc#L12" xlink:show="new" xlink:title="value" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="776" y="356"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="778" y="358"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00012/t00012.cc#L12" target="_top" title="value" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00012/t00012.cc#L12" xlink:show="new" xlink:title="value" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00012/t00012.cc#L12" target="_top" title="value" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00012/t00012.cc#L12" xlink:show="new" xlink:title="value" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="43" x="790" y="365.7589">value : T</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00012/t00012.cc#L13" target="_top" title="values" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00012/t00012.cc#L13" xlink:show="new" xlink:title="values" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00012/t00012.cc#L13" target="_top" title="values" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00012/t00012.cc#L13" xlink:show="new" xlink:title="values" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="776" y="370.9819"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="778" y="372.9819"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00012/t00012.cc#L13" target="_top" title="values" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00012/t00012.cc#L13" xlink:show="new" xlink:title="values" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00012/t00012.cc#L13" target="_top" title="values" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00012/t00012.cc#L13" xlink:show="new" xlink:title="values" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="56" x="790" y="380.7408">values : int</text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="771" x2="851" y1="387.9638" y2="387.9638"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00012/t00012.cc#L16" target="_top" title="B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00012/t00012.cc#L16" xlink:show="new" xlink:title="B" xlink:type="simple">
|
||||
<rect codeLine="9" fill="#FEFECE" filter="url(#frgobnowr180j)" height="62.9819" id="C_0000000379" style="stroke:#A80036;stroke-width:1.5;" width="187" x="1019.5" y="325.5"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00012/t00012.cc#L16" target="_top" title="B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00012/t00012.cc#L16" xlink:show="new" xlink:title="B" xlink:type="simple">
|
||||
<rect codeLine="7" fill="#FEFECE" filter="url(#f14w0cohm6gu51)" height="62.9819" id="C_0000000379" style="stroke:#A80036;stroke-width:1.5;" width="187" x="1019.5" y="325.5"/>
|
||||
<ellipse cx="1085.25" cy="341.5" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M1084.7188,348.4219 Q1082.9688,348.4219 1081.8281,347.6875 Q1080.7031,346.9375 1080.1406,345.5938 Q1079.5938,344.2344 1079.5938,342.4375 Q1079.5938,340.4063 1080.25,338.9531 Q1080.9063,337.5 1082.1875,336.7188 Q1083.4688,335.9375 1085.3438,335.9375 Q1086.2344,335.9375 1086.9063,336.125 Q1087.5781,336.2969 1088.2656,336.6406 L1087.4531,338.6563 Q1086.8281,338.3438 1086.2813,338.2188 Q1085.75,338.0938 1085.2656,338.0938 Q1084.0938,338.0938 1083.3906,338.625 Q1082.6875,339.1563 1082.3906,340.1094 Q1082.0938,341.0625 1082.0938,342.3281 Q1082.0938,344.3438 1082.8125,345.3125 Q1083.5313,346.2656 1085.125,346.2656 Q1085.7188,346.2656 1086.3438,346.1094 Q1086.9688,345.9531 1087.7969,345.5781 L1087.7969,347.7969 Q1087.0625,348.1094 1086.2656,348.2656 Q1085.4844,348.4219 1084.7188,348.4219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="1105.75" y="346.156">B</text>
|
||||
@@ -43,15 +43,15 @@
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="1020.5" x2="1205.5" y1="357.5" y2="357.5"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="1020.5" x2="1205.5" y1="365.5" y2="365.5"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00012/t00012.cc#L17" target="_top" title="ints" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00012/t00012.cc#L17" xlink:show="new" xlink:title="ints" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00012/t00012.cc#L17" target="_top" title="ints" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00012/t00012.cc#L17" xlink:show="new" xlink:title="ints" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="1025.5" y="371.5"/>
|
||||
<rect fill="#F24D5C" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="1027.5" y="373.5"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00012/t00012.cc#L17" target="_top" title="ints" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00012/t00012.cc#L17" xlink:show="new" xlink:title="ints" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00012/t00012.cc#L17" target="_top" title="ints" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00012/t00012.cc#L17" xlink:show="new" xlink:title="ints" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="161" x="1039.5" y="381.2589">ints : std::array<int,sizeof...(Is)></text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00012/t00012.cc#L20" target="_top" title="C" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00012/t00012.cc#L20" xlink:show="new" xlink:title="C" xlink:type="simple">
|
||||
<rect codeLine="14" fill="#FEFECE" filter="url(#frgobnowr180j)" height="62.9819" id="C_0000000385" style="stroke:#A80036;stroke-width:1.5;" width="179" x="123.5" y="325.5"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00012/t00012.cc#L20" target="_top" title="C" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00012/t00012.cc#L20" xlink:show="new" xlink:title="C" xlink:type="simple">
|
||||
<rect codeLine="11" fill="#FEFECE" filter="url(#f14w0cohm6gu51)" height="62.9819" id="C_0000000385" style="stroke:#A80036;stroke-width:1.5;" width="179" x="123.5" y="325.5"/>
|
||||
<ellipse cx="180.75" cy="341.5" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M180.2188,348.4219 Q178.4688,348.4219 177.3281,347.6875 Q176.2031,346.9375 175.6406,345.5938 Q175.0938,344.2344 175.0938,342.4375 Q175.0938,340.4063 175.75,338.9531 Q176.4063,337.5 177.6875,336.7188 Q178.9688,335.9375 180.8438,335.9375 Q181.7344,335.9375 182.4063,336.125 Q183.0781,336.2969 183.7656,336.6406 L182.9531,338.6563 Q182.3281,338.3438 181.7813,338.2188 Q181.25,338.0938 180.7656,338.0938 Q179.5938,338.0938 178.8906,338.625 Q178.1875,339.1563 177.8906,340.1094 Q177.5938,341.0625 177.5938,342.3281 Q177.5938,344.3438 178.3125,345.3125 Q179.0313,346.2656 180.625,346.2656 Q181.2188,346.2656 181.8438,346.1094 Q182.4688,345.9531 183.2969,345.5781 L183.2969,347.7969 Q182.5625,348.1094 181.7656,348.2656 Q180.9844,348.4219 180.2188,348.4219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="201.25" y="346.156">C</text>
|
||||
@@ -60,14 +60,14 @@
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="124.5" x2="301.5" y1="357.5" y2="357.5"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="124.5" x2="301.5" y1="365.5" y2="365.5"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00012/t00012.cc#L21" target="_top" title="ints" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00012/t00012.cc#L21" xlink:show="new" xlink:title="ints" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00012/t00012.cc#L21" target="_top" title="ints" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00012/t00012.cc#L21" xlink:show="new" xlink:title="ints" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="129.5" y="371.5"/>
|
||||
<rect fill="#F24D5C" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="131.5" y="373.5"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00012/t00012.cc#L21" target="_top" title="ints" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00012/t00012.cc#L21" xlink:show="new" xlink:title="ints" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00012/t00012.cc#L21" target="_top" title="ints" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00012/t00012.cc#L21" xlink:show="new" xlink:title="ints" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="153" x="143.5" y="381.2589">ints : std::array<T,sizeof...(Is)></text>
|
||||
</a>
|
||||
<rect codeLine="19" fill="#FEFECE" filter="url(#frgobnowr180j)" height="48" id="C_0000000392" style="stroke:#A80036;stroke-width:1.5;" width="142" x="669" y="209"/>
|
||||
<rect codeLine="15" fill="#FEFECE" filter="url(#f14w0cohm6gu51)" height="48" id="C_0000000392" style="stroke:#A80036;stroke-width:1.5;" width="142" x="669" y="209"/>
|
||||
<ellipse cx="684" cy="225" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M683.4688,231.9219 Q681.7188,231.9219 680.5781,231.1875 Q679.4531,230.4375 678.8906,229.0938 Q678.3438,227.7344 678.3438,225.9375 Q678.3438,223.9063 679,222.4531 Q679.6563,221 680.9375,220.2188 Q682.2188,219.4375 684.0938,219.4375 Q684.9844,219.4375 685.6563,219.625 Q686.3281,219.7969 687.0156,220.1406 L686.2031,222.1563 Q685.5781,221.8438 685.0313,221.7188 Q684.5,221.5938 684.0156,221.5938 Q682.8438,221.5938 682.1406,222.125 Q681.4375,222.6563 681.1406,223.6094 Q680.8438,224.5625 680.8438,225.8281 Q680.8438,227.8438 681.5625,228.8125 Q682.2813,229.7656 683.875,229.7656 Q684.4688,229.7656 685.0938,229.6094 Q685.7188,229.4531 686.5469,229.0781 L686.5469,231.2969 Q685.8125,231.6094 685.0156,231.7656 Q684.2344,231.9219 683.4688,231.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="698" y="229.656">A</text>
|
||||
@@ -75,7 +75,7 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="98" x="715" y="219.8281">int,std::string,float</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="670" x2="810" y1="241" y2="241"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="670" x2="810" y1="249" y2="249"/>
|
||||
<rect codeLine="23" fill="#FEFECE" filter="url(#frgobnowr180j)" height="48" id="C_0000000394" style="stroke:#A80036;stroke-width:1.5;" width="141" x="846.5" y="209"/>
|
||||
<rect codeLine="18" fill="#FEFECE" filter="url(#f14w0cohm6gu51)" height="48" id="C_0000000394" style="stroke:#A80036;stroke-width:1.5;" width="141" x="846.5" y="209"/>
|
||||
<ellipse cx="861.5" cy="225" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M860.9688,231.9219 Q859.2188,231.9219 858.0781,231.1875 Q856.9531,230.4375 856.3906,229.0938 Q855.8438,227.7344 855.8438,225.9375 Q855.8438,223.9063 856.5,222.4531 Q857.1563,221 858.4375,220.2188 Q859.7188,219.4375 861.5938,219.4375 Q862.4844,219.4375 863.1563,219.625 Q863.8281,219.7969 864.5156,220.1406 L863.7031,222.1563 Q863.0781,221.8438 862.5313,221.7188 Q862,221.5938 861.5156,221.5938 Q860.3438,221.5938 859.6406,222.125 Q858.9375,222.6563 858.6406,223.6094 Q858.3438,224.5625 858.3438,225.8281 Q858.3438,227.8438 859.0625,228.8125 Q859.7813,229.7656 861.375,229.7656 Q861.9688,229.7656 862.5938,229.6094 Q863.2188,229.4531 864.0469,229.0781 L864.0469,231.2969 Q863.3125,231.6094 862.5156,231.7656 Q861.7344,231.9219 860.9688,231.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="875.5" y="229.656">A</text>
|
||||
@@ -83,7 +83,7 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="97" x="892.5" y="219.8281">int,std::string,bool</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="847.5" x2="986.5" y1="241" y2="241"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="847.5" x2="986.5" y1="249" y2="249"/>
|
||||
<rect codeLine="27" fill="#FEFECE" filter="url(#frgobnowr180j)" height="48" id="C_0000000396" style="stroke:#A80036;stroke-width:1.5;" width="71" x="1022.5" y="209"/>
|
||||
<rect codeLine="21" fill="#FEFECE" filter="url(#f14w0cohm6gu51)" height="48" id="C_0000000396" style="stroke:#A80036;stroke-width:1.5;" width="71" x="1022.5" y="209"/>
|
||||
<ellipse cx="1037.5" cy="225" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M1036.9688,231.9219 Q1035.2188,231.9219 1034.0781,231.1875 Q1032.9531,230.4375 1032.3906,229.0938 Q1031.8438,227.7344 1031.8438,225.9375 Q1031.8438,223.9063 1032.5,222.4531 Q1033.1563,221 1034.4375,220.2188 Q1035.7188,219.4375 1037.5938,219.4375 Q1038.4844,219.4375 1039.1563,219.625 Q1039.8281,219.7969 1040.5156,220.1406 L1039.7031,222.1563 Q1039.0781,221.8438 1038.5313,221.7188 Q1038,221.5938 1037.5156,221.5938 Q1036.3438,221.5938 1035.6406,222.125 Q1034.9375,222.6563 1034.6406,223.6094 Q1034.3438,224.5625 1034.3438,225.8281 Q1034.3438,227.8438 1035.0625,228.8125 Q1035.7813,229.7656 1037.375,229.7656 Q1037.9688,229.7656 1038.5938,229.6094 Q1039.2188,229.4531 1040.0469,229.0781 L1040.0469,231.2969 Q1039.3125,231.6094 1038.5156,231.7656 Q1037.7344,231.9219 1036.9688,231.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="1051.5" y="229.656">B</text>
|
||||
@@ -91,7 +91,7 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="27" x="1068.5" y="219.8281">3,2,1</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="1023.5" x2="1092.5" y1="241" y2="241"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="1023.5" x2="1092.5" y1="249" y2="249"/>
|
||||
<rect codeLine="31" fill="#FEFECE" filter="url(#frgobnowr180j)" height="48" id="C_0000000398" style="stroke:#A80036;stroke-width:1.5;" width="81" x="1128.5" y="209"/>
|
||||
<rect codeLine="24" fill="#FEFECE" filter="url(#f14w0cohm6gu51)" height="48" id="C_0000000398" style="stroke:#A80036;stroke-width:1.5;" width="81" x="1128.5" y="209"/>
|
||||
<ellipse cx="1143.5" cy="225" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M1142.9688,231.9219 Q1141.2188,231.9219 1140.0781,231.1875 Q1138.9531,230.4375 1138.3906,229.0938 Q1137.8438,227.7344 1137.8438,225.9375 Q1137.8438,223.9063 1138.5,222.4531 Q1139.1563,221 1140.4375,220.2188 Q1141.7188,219.4375 1143.5938,219.4375 Q1144.4844,219.4375 1145.1563,219.625 Q1145.8281,219.7969 1146.5156,220.1406 L1145.7031,222.1563 Q1145.0781,221.8438 1144.5313,221.7188 Q1144,221.5938 1143.5156,221.5938 Q1142.3438,221.5938 1141.6406,222.125 Q1140.9375,222.6563 1140.6406,223.6094 Q1140.3438,224.5625 1140.3438,225.8281 Q1140.3438,227.8438 1141.0625,228.8125 Q1141.7813,229.7656 1143.375,229.7656 Q1143.9688,229.7656 1144.5938,229.6094 Q1145.2188,229.4531 1146.0469,229.0781 L1146.0469,231.2969 Q1145.3125,231.6094 1144.5156,231.7656 Q1143.7344,231.9219 1142.9688,231.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="1157.5" y="229.656">B</text>
|
||||
@@ -99,7 +99,7 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="37" x="1174.5" y="219.8281">1,1,1,1</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="1129.5" x2="1208.5" y1="241" y2="241"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="1129.5" x2="1208.5" y1="249" y2="249"/>
|
||||
<rect codeLine="35" fill="#FEFECE" filter="url(#frgobnowr180j)" height="48" id="C_0000000400" style="stroke:#A80036;stroke-width:1.5;" width="412" x="7" y="209"/>
|
||||
<rect codeLine="27" fill="#FEFECE" filter="url(#f14w0cohm6gu51)" height="48" id="C_0000000400" style="stroke:#A80036;stroke-width:1.5;" width="412" x="7" y="209"/>
|
||||
<ellipse cx="22" cy="225" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M21.4688,231.9219 Q19.7188,231.9219 18.5781,231.1875 Q17.4531,230.4375 16.8906,229.0938 Q16.3438,227.7344 16.3438,225.9375 Q16.3438,223.9063 17,222.4531 Q17.6563,221 18.9375,220.2188 Q20.2188,219.4375 22.0938,219.4375 Q22.9844,219.4375 23.6563,219.625 Q24.3281,219.7969 25.0156,220.1406 L24.2031,222.1563 Q23.5781,221.8438 23.0313,221.7188 Q22.5,221.5938 22.0156,221.5938 Q20.8438,221.5938 20.1406,222.125 Q19.4375,222.6563 19.1406,223.6094 Q18.8438,224.5625 18.8438,225.8281 Q18.8438,227.8438 19.5625,228.8125 Q20.2813,229.7656 21.875,229.7656 Q22.4688,229.7656 23.0938,229.6094 Q23.7188,229.4531 24.5469,229.0781 L24.5469,231.2969 Q23.8125,231.6094 23.0156,231.7656 Q22.2344,231.9219 21.4688,231.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="36" y="229.656">C</text>
|
||||
@@ -107,79 +107,79 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="368" x="53" y="219.8281">std::map<int,std::vector<std::vector<std::vector<std::string>>>>,3,3,3</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="418" y1="241" y2="241"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="418" y1="249" y2="249"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00012/t00012.cc#L24" target="_top" title="R" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00012/t00012.cc#L24" xlink:show="new" xlink:title="R" xlink:type="simple">
|
||||
<rect codeLine="39" fill="#FEFECE" filter="url(#frgobnowr180j)" height="122.9094" id="C_0000000391" style="stroke:#A80036;stroke-width:1.5;" width="420" x="707" y="7"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00012/t00012.cc#L24" target="_top" title="R" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00012/t00012.cc#L24" xlink:show="new" xlink:title="R" xlink:type="simple">
|
||||
<rect codeLine="30" fill="#FEFECE" filter="url(#f14w0cohm6gu51)" height="122.9094" id="C_0000000391" style="stroke:#A80036;stroke-width:1.5;" width="420" x="707" y="7"/>
|
||||
<ellipse cx="909.25" cy="23" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M908.7188,29.9219 Q906.9688,29.9219 905.8281,29.1875 Q904.7031,28.4375 904.1406,27.0938 Q903.5938,25.7344 903.5938,23.9375 Q903.5938,21.9063 904.25,20.4531 Q904.9063,19 906.1875,18.2188 Q907.4688,17.4375 909.3438,17.4375 Q910.2344,17.4375 910.9063,17.625 Q911.5781,17.7969 912.2656,18.1406 L911.4531,20.1563 Q910.8281,19.8438 910.2813,19.7188 Q909.75,19.5938 909.2656,19.5938 Q908.0938,19.5938 907.3906,20.125 Q906.6875,20.6563 906.3906,21.6094 Q906.0938,22.5625 906.0938,23.8281 Q906.0938,25.8438 906.8125,26.8125 Q907.5313,27.7656 909.125,27.7656 Q909.7188,27.7656 910.3438,27.6094 Q910.9688,27.4531 911.7969,27.0781 L911.7969,29.2969 Q911.0625,29.6094 910.2656,29.7656 Q909.4844,29.9219 908.7188,29.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="7" x="929.75" y="27.656">R</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="708" x2="1126" y1="39" y2="39"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00012/t00012.cc#L25" target="_top" title="a1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00012/t00012.cc#L25" xlink:show="new" xlink:title="a1" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00012/t00012.cc#L25" target="_top" title="a1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00012/t00012.cc#L25" xlink:show="new" xlink:title="a1" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="713" y="45"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="715" y="47"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00012/t00012.cc#L25" target="_top" title="a1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00012/t00012.cc#L25" xlink:show="new" xlink:title="a1" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00012/t00012.cc#L25" target="_top" title="a1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00012/t00012.cc#L25" xlink:show="new" xlink:title="a1" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="137" x="727" y="54.7589">a1 : A<int,std::string,float></text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00012/t00012.cc#L26" target="_top" title="a2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00012/t00012.cc#L26" xlink:show="new" xlink:title="a2" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00012/t00012.cc#L26" target="_top" title="a2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00012/t00012.cc#L26" xlink:show="new" xlink:title="a2" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="713" y="59.9819"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="715" y="61.9819"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00012/t00012.cc#L26" target="_top" title="a2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00012/t00012.cc#L26" xlink:show="new" xlink:title="a2" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00012/t00012.cc#L26" target="_top" title="a2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00012/t00012.cc#L26" xlink:show="new" xlink:title="a2" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="137" x="727" y="69.7408">a2 : A<int,std::string,bool></text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00012/t00012.cc#L28" target="_top" title="b1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00012/t00012.cc#L28" xlink:show="new" xlink:title="b1" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00012/t00012.cc#L28" target="_top" title="b1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00012/t00012.cc#L28" xlink:show="new" xlink:title="b1" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="713" y="74.9638"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="715" y="76.9638"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00012/t00012.cc#L28" target="_top" title="b1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00012/t00012.cc#L28" xlink:show="new" xlink:title="b1" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00012/t00012.cc#L28" target="_top" title="b1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00012/t00012.cc#L28" xlink:show="new" xlink:title="b1" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="65" x="727" y="84.7227">b1 : B<3,2,1></text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00012/t00012.cc#L29" target="_top" title="b2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00012/t00012.cc#L29" xlink:show="new" xlink:title="b2" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00012/t00012.cc#L29" target="_top" title="b2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00012/t00012.cc#L29" xlink:show="new" xlink:title="b2" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="713" y="89.9457"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="715" y="91.9457"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00012/t00012.cc#L29" target="_top" title="b2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00012/t00012.cc#L29" xlink:show="new" xlink:title="b2" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00012/t00012.cc#L29" target="_top" title="b2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00012/t00012.cc#L29" xlink:show="new" xlink:title="b2" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="74" x="727" y="99.7046">b2 : B<1,1,1,1></text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00012/t00012.cc#L33" target="_top" title="c1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00012/t00012.cc#L33" xlink:show="new" xlink:title="c1" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00012/t00012.cc#L33" target="_top" title="c1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00012/t00012.cc#L33" xlink:show="new" xlink:title="c1" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="713" y="104.9276"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="715" y="106.9276"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00012/t00012.cc#L33" target="_top" title="c1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00012/t00012.cc#L33" xlink:show="new" xlink:title="c1" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00012/t00012.cc#L33" target="_top" title="c1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00012/t00012.cc#L33" xlink:show="new" xlink:title="c1" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="394" x="727" y="114.6865">c1 : C<std::map<int,std::vector<std::vector<std::vector<std::string>>>>,3,3,3></text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="708" x2="1126" y1="121.9094" y2="121.9094"/>
|
||||
<path d="M454.5,219 L454.5,229 L419.23,233 L454.5,237 L454.5,246.706 A0,0 0 0 0 454.5,246.706 L633.5,246.706 A0,0 0 0 0 633.5,246.706 L633.5,229 L623.5,219 L454.5,219 A0,0 0 0 0 454.5,219 " fill="#FBFB77" filter="url(#frgobnowr180j)" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M454.5,219 L454.5,229 L419.23,233 L454.5,237 L454.5,246.706 A0,0 0 0 0 454.5,246.706 L633.5,246.706 A0,0 0 0 0 633.5,246.706 L633.5,229 L623.5,219 L454.5,219 A0,0 0 0 0 454.5,219 " fill="#FBFB77" filter="url(#f14w0cohm6gu51)" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M623.5,219 L623.5,229 L633.5,229 L623.5,219 " fill="#FBFB77" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="158" x="460.5" y="237.897">Long template annotation</text>
|
||||
<path codeLine="51" d="M753.52,257.23 C760.69,269.56 769.84,285.27 778.71,300.52 " fill="none" id="C_0000000392-to-C_0000000375" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="37" d="M753.52,257.23 C760.69,269.56 769.84,285.27 778.71,300.52 " fill="none" id="C_0000000392-to-C_0000000375" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="none" points="784.86,297.17,788.87,317.98,772.76,304.21,784.86,297.17" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="53" d="M896.81,257.23 C885.64,270.09 871.26,286.64 857.48,302.51 " fill="none" id="C_0000000394-to-C_0000000375" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="38" d="M896.81,257.23 C885.64,270.09 871.26,286.64 857.48,302.51 " fill="none" id="C_0000000394-to-C_0000000375" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="none" points="862.44,307.47,844.04,317.98,851.87,298.29,862.44,307.47" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="55" d="M1068.47,257.23 C1074.85,271.37 1083.24,289.98 1091.01,307.22 " fill="none" id="C_0000000396-to-C_0000000379" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="39" d="M1068.47,257.23 C1074.85,271.37 1083.24,289.98 1091.01,307.22 " fill="none" id="C_0000000396-to-C_0000000379" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="none" points="1097.4,304.36,1099.23,325.47,1084.63,310.11,1097.4,304.36" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="57" d="M1158.34,257.23 C1151.84,271.37 1143.3,289.98 1135.39,307.22 " fill="none" id="C_0000000398-to-C_0000000379" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="40" d="M1158.34,257.23 C1151.84,271.37 1143.3,289.98 1135.39,307.22 " fill="none" id="C_0000000398-to-C_0000000379" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="none" points="1141.72,310.21,1127.02,325.47,1129,304.37,1141.72,310.21" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="59" d="M213,257.23 C213,270.85 213,288.59 213,305.28 " fill="none" id="C_0000000400-to-C_0000000385" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="41" d="M213,257.23 C213,270.85 213,288.59 213,305.28 " fill="none" id="C_0000000400-to-C_0000000385" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="none" points="220,305.47,213,325.47,206,305.47,220,305.47" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="61" d="M841.17,139.11 C814,164.06 785.21,190.5 765.31,208.76 " fill="none" id="C_0000000391-backto-C_0000000392" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="42" d="M841.17,139.11 C814,164.06 785.21,190.5 765.31,208.76 " fill="none" id="C_0000000391-backto-C_0000000392" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#FFFFFF" points="851.09,130.01,843.9649,131.1205,842.2496,138.1247,849.3747,137.0141,851.09,130.01" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="821" y="167.353"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="14" x="831" y="174.897">a1</text>
|
||||
<path codeLine="62" d="M917,143.06 C917,166.82 917,191.46 917,208.76 " fill="none" id="C_0000000391-backto-C_0000000394" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="43" d="M917,143.06 C917,166.82 917,191.46 917,208.76 " fill="none" id="C_0000000391-backto-C_0000000394" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#FFFFFF" points="917,130.01,913,136.01,917,142.01,921,136.01,917,130.01" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="920" y="167.353"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="14" x="930" y="174.897">a2</text>
|
||||
<path codeLine="63" d="M978.26,140.1 C999.65,164.75 1022.2,190.74 1037.84,208.76 " fill="none" id="C_0000000391-backto-C_0000000396" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="44" d="M978.26,140.1 C999.65,164.75 1022.2,190.74 1037.84,208.76 " fill="none" id="C_0000000391-backto-C_0000000396" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#FFFFFF" points="969.5,130.01,970.4104,137.1634,977.3637,139.0743,976.4533,131.9209,969.5,130.01" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="1012" y="167.353"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="15" x="1022" y="174.897">b1</text>
|
||||
<path codeLine="64" d="M1021.94,137.17 C1061.64,162.77 1104.21,190.22 1133.27,208.96 " fill="none" id="C_0000000391-backto-C_0000000398" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="45" d="M1021.94,137.17 C1061.64,162.77 1104.21,190.22 1133.27,208.96 " fill="none" id="C_0000000391-backto-C_0000000398" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#FFFFFF" points="1010.84,130.01,1013.7166,136.6225,1020.9269,136.5104,1018.0502,129.8979,1010.84,130.01" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="1083" y="167.353"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="15" x="1093" y="174.897">b2</text>
|
||||
<path codeLine="65" d="M694.04,120.96 C566.13,150.49 411.83,186.1 313.09,208.9 " fill="none" id="C_0000000391-backto-C_0000000400" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="46" d="M694.04,120.96 C566.13,150.49 411.83,186.1 313.09,208.9 " fill="none" id="C_0000000391-backto-C_0000000400" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#FFFFFF" points="706.73,118.04,699.9827,115.4955,695.0389,120.7451,701.7861,123.2896,706.73,118.04" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="526" y="167.353"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="13" x="536" y="174.897">c1</text>
|
||||
|
||||
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
@@ -1,6 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="application/ecmascript" contentStyleType="text/css" height="529px" preserveAspectRatio="none" style="width:860px;height:529px;background:#FFFFFF;" version="1.1" viewBox="0 0 860 529" width="860px" zoomAndPan="magnify">
|
||||
<defs>
|
||||
<filter height="300%" id="fczcyy4qup9hf" width="300%" x="-1" y="-1">
|
||||
<filter height="300%" id="fbxfw9fhd1uy1" width="300%" x="-1" y="-1">
|
||||
<feGaussianBlur result="blurOut" stdDeviation="2.0"/>
|
||||
<feColorMatrix in="blurOut" result="blurOut2" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .4 0"/>
|
||||
<feOffset dx="4.0" dy="4.0" in="blurOut2" result="blurOut3"/>
|
||||
@@ -9,8 +9,8 @@
|
||||
<style type="text/css">a:hover { text-decoration: underline; }</style>
|
||||
</defs>
|
||||
<g>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L7" target="_top" title="F" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L7" xlink:show="new" xlink:title="F" xlink:type="simple">
|
||||
<rect codeLine="2" fill="#FEFECE" filter="url(#fczcyy4qup9hf)" height="62.9819" id="C_0000000428" style="stroke:#A80036;stroke-width:1.5;" width="87" x="392" y="453"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L7" target="_top" title="F" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L7" xlink:show="new" xlink:title="F" xlink:type="simple">
|
||||
<rect codeLine="2" fill="#FEFECE" filter="url(#fbxfw9fhd1uy1)" height="62.9819" id="C_0000000428" style="stroke:#A80036;stroke-width:1.5;" width="87" x="392" y="453"/>
|
||||
<ellipse cx="407" cy="469" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M406.4688,475.9219 Q404.7188,475.9219 403.5781,475.1875 Q402.4531,474.4375 401.8906,473.0938 Q401.3438,471.7344 401.3438,469.9375 Q401.3438,467.9063 402,466.4531 Q402.6563,465 403.9375,464.2188 Q405.2188,463.4375 407.0938,463.4375 Q407.9844,463.4375 408.6563,463.625 Q409.3281,463.7969 410.0156,464.1406 L409.2031,466.1563 Q408.5781,465.8438 408.0313,465.7188 Q407.5,465.5938 407.0156,465.5938 Q405.8438,465.5938 405.1406,466.125 Q404.4375,466.6563 404.1406,467.6094 Q403.8438,468.5625 403.8438,469.8281 Q403.8438,471.8438 404.5625,472.8125 Q405.2813,473.7656 406.875,473.7656 Q407.4688,473.7656 408.0938,473.6094 Q408.7188,473.4531 409.5469,473.0781 L409.5469,475.2969 Q408.8125,475.6094 408.0156,475.7656 Q407.2344,475.9219 406.4688,475.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="45" x="421" y="473.656">ABCD::F</text>
|
||||
@@ -18,83 +18,83 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="6" x="475" y="463.8281">T</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="393" x2="478" y1="485" y2="485"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L8" target="_top" title="f" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L8" xlink:show="new" xlink:title="f" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L8" target="_top" title="f" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L8" xlink:show="new" xlink:title="f" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="398" y="491"/>
|
||||
<ellipse cx="403" cy="496" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L8" target="_top" title="f" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L8" xlink:show="new" xlink:title="f" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L8" target="_top" title="f" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L8" xlink:show="new" xlink:title="f" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="19" x="412" y="500.7589">f : T</text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="393" x2="478" y1="507.9819" y2="507.9819"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L14" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L14" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<rect codeLine="8" fill="#FEFECE" filter="url(#fczcyy4qup9hf)" height="62.9819" id="C_0000000434" style="stroke:#A80036;stroke-width:1.5;" width="55" x="245" y="321.5"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L14" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L14" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<rect codeLine="6" fill="#FEFECE" filter="url(#fbxfw9fhd1uy1)" height="62.9819" id="C_0000000434" style="stroke:#A80036;stroke-width:1.5;" width="55" x="245" y="321.5"/>
|
||||
<ellipse cx="266.75" cy="337.5" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M266.2188,344.4219 Q264.4688,344.4219 263.3281,343.6875 Q262.2031,342.9375 261.6406,341.5938 Q261.0938,340.2344 261.0938,338.4375 Q261.0938,336.4063 261.75,334.9531 Q262.4063,333.5 263.6875,332.7188 Q264.9688,331.9375 266.8438,331.9375 Q267.7344,331.9375 268.4063,332.125 Q269.0781,332.2969 269.7656,332.6406 L268.9531,334.6563 Q268.3281,334.3438 267.7813,334.2188 Q267.25,334.0938 266.7656,334.0938 Q265.5938,334.0938 264.8906,334.625 Q264.1875,335.1563 263.8906,336.1094 Q263.5938,337.0625 263.5938,338.3281 Q263.5938,340.3438 264.3125,341.3125 Q265.0313,342.2656 266.625,342.2656 Q267.2188,342.2656 267.8438,342.1094 Q268.4688,341.9531 269.2969,341.5781 L269.2969,343.7969 Q268.5625,344.1094 267.7656,344.2656 Q266.9844,344.4219 266.2188,344.4219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="282.25" y="342.156">A</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="246" x2="299" y1="353.5" y2="353.5"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L15" target="_top" title="a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L15" xlink:show="new" xlink:title="a" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L15" target="_top" title="a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L15" xlink:show="new" xlink:title="a" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="251" y="359.5"/>
|
||||
<ellipse cx="256" cy="364.5" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L15" target="_top" title="a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L15" xlink:show="new" xlink:title="a" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L15" target="_top" title="a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L15" xlink:show="new" xlink:title="a" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="29" x="265" y="369.2589">a : int</text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="246" x2="299" y1="376.4819" y2="376.4819"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L18" target="_top" title="B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L18" xlink:show="new" xlink:title="B" xlink:type="simple">
|
||||
<rect codeLine="13" fill="#FEFECE" filter="url(#fczcyy4qup9hf)" height="62.9819" id="C_0000000438" style="stroke:#A80036;stroke-width:1.5;" width="56" x="335.5" y="321.5"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L18" target="_top" title="B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L18" xlink:show="new" xlink:title="B" xlink:type="simple">
|
||||
<rect codeLine="10" fill="#FEFECE" filter="url(#fbxfw9fhd1uy1)" height="62.9819" id="C_0000000438" style="stroke:#A80036;stroke-width:1.5;" width="56" x="335.5" y="321.5"/>
|
||||
<ellipse cx="357.7" cy="337.5" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M357.1688,344.4219 Q355.4188,344.4219 354.2781,343.6875 Q353.1531,342.9375 352.5906,341.5938 Q352.0438,340.2344 352.0438,338.4375 Q352.0438,336.4063 352.7,334.9531 Q353.3563,333.5 354.6375,332.7188 Q355.9188,331.9375 357.7938,331.9375 Q358.6844,331.9375 359.3563,332.125 Q360.0281,332.2969 360.7156,332.6406 L359.9031,334.6563 Q359.2781,334.3438 358.7313,334.2188 Q358.2,334.0938 357.7156,334.0938 Q356.5438,334.0938 355.8406,334.625 Q355.1375,335.1563 354.8406,336.1094 Q354.5438,337.0625 354.5438,338.3281 Q354.5438,340.3438 355.2625,341.3125 Q355.9813,342.2656 357.575,342.2656 Q358.1688,342.2656 358.7938,342.1094 Q359.4188,341.9531 360.2469,341.5781 L360.2469,343.7969 Q359.5125,344.1094 358.7156,344.2656 Q357.9344,344.4219 357.1688,344.4219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="373.3" y="342.156">B</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="336.5" x2="390.5" y1="353.5" y2="353.5"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L19" target="_top" title="b" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L19" xlink:show="new" xlink:title="b" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L19" target="_top" title="b" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L19" xlink:show="new" xlink:title="b" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="341.5" y="359.5"/>
|
||||
<ellipse cx="346.5" cy="364.5" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L19" target="_top" title="b" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L19" xlink:show="new" xlink:title="b" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L19" target="_top" title="b" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L19" xlink:show="new" xlink:title="b" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="30" x="355.5" y="369.2589">b : int</text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="336.5" x2="390.5" y1="376.4819" y2="376.4819"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L22" target="_top" title="C" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L22" xlink:show="new" xlink:title="C" xlink:type="simple">
|
||||
<rect codeLine="18" fill="#FEFECE" filter="url(#fczcyy4qup9hf)" height="62.9819" id="C_0000000442" style="stroke:#A80036;stroke-width:1.5;" width="54" x="426.5" y="321.5"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L22" target="_top" title="C" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L22" xlink:show="new" xlink:title="C" xlink:type="simple">
|
||||
<rect codeLine="14" fill="#FEFECE" filter="url(#fbxfw9fhd1uy1)" height="62.9819" id="C_0000000442" style="stroke:#A80036;stroke-width:1.5;" width="54" x="426.5" y="321.5"/>
|
||||
<ellipse cx="447.8" cy="337.5" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M447.2688,344.4219 Q445.5188,344.4219 444.3781,343.6875 Q443.2531,342.9375 442.6906,341.5938 Q442.1438,340.2344 442.1438,338.4375 Q442.1438,336.4063 442.8,334.9531 Q443.4563,333.5 444.7375,332.7188 Q446.0188,331.9375 447.8938,331.9375 Q448.7844,331.9375 449.4563,332.125 Q450.1281,332.2969 450.8156,332.6406 L450.0031,334.6563 Q449.3781,334.3438 448.8313,334.2188 Q448.3,334.0938 447.8156,334.0938 Q446.6438,334.0938 445.9406,334.625 Q445.2375,335.1563 444.9406,336.1094 Q444.6438,337.0625 444.6438,338.3281 Q444.6438,340.3438 445.3625,341.3125 Q446.0813,342.2656 447.675,342.2656 Q448.2688,342.2656 448.8938,342.1094 Q449.5188,341.9531 450.3469,341.5781 L450.3469,343.7969 Q449.6125,344.1094 448.8156,344.2656 Q448.0344,344.4219 447.2688,344.4219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="463.2" y="342.156">C</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="427.5" x2="479.5" y1="353.5" y2="353.5"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L23" target="_top" title="c" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L23" xlink:show="new" xlink:title="c" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L23" target="_top" title="c" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L23" xlink:show="new" xlink:title="c" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="432.5" y="359.5"/>
|
||||
<ellipse cx="437.5" cy="364.5" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L23" target="_top" title="c" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L23" xlink:show="new" xlink:title="c" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L23" target="_top" title="c" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L23" xlink:show="new" xlink:title="c" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="28" x="446.5" y="369.2589">c : int</text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="427.5" x2="479.5" y1="376.4819" y2="376.4819"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L28" target="_top" title="D" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L28" xlink:show="new" xlink:title="D" xlink:type="simple">
|
||||
<rect codeLine="23" fill="#FEFECE" filter="url(#fczcyy4qup9hf)" height="77.9638" id="C_0000000446" style="stroke:#A80036;stroke-width:1.5;" width="111" x="7" y="314"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L28" target="_top" title="D" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L28" xlink:show="new" xlink:title="D" xlink:type="simple">
|
||||
<rect codeLine="18" fill="#FEFECE" filter="url(#fbxfw9fhd1uy1)" height="77.9638" id="C_0000000446" style="stroke:#A80036;stroke-width:1.5;" width="111" x="7" y="314"/>
|
||||
<ellipse cx="53.75" cy="330" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M53.2188,336.9219 Q51.4688,336.9219 50.3281,336.1875 Q49.2031,335.4375 48.6406,334.0938 Q48.0938,332.7344 48.0938,330.9375 Q48.0938,328.9063 48.75,327.4531 Q49.4063,326 50.6875,325.2188 Q51.9688,324.4375 53.8438,324.4375 Q54.7344,324.4375 55.4063,324.625 Q56.0781,324.7969 56.7656,325.1406 L55.9531,327.1563 Q55.3281,326.8438 54.7813,326.7188 Q54.25,326.5938 53.7656,326.5938 Q52.5938,326.5938 51.8906,327.125 Q51.1875,327.6563 50.8906,328.6094 Q50.5938,329.5625 50.5938,330.8281 Q50.5938,332.8438 51.3125,333.8125 Q52.0313,334.7656 53.625,334.7656 Q54.2188,334.7656 54.8438,334.6094 Q55.4688,334.4531 56.2969,334.0781 L56.2969,336.2969 Q55.5625,336.6094 54.7656,336.7656 Q53.9844,336.9219 53.2188,336.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="9" x="74.25" y="334.656">D</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="117" y1="346" y2="346"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L29" target="_top" title="d" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L29" xlink:show="new" xlink:title="d" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L29" target="_top" title="d" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L29" xlink:show="new" xlink:title="d" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="352"/>
|
||||
<ellipse cx="18" cy="357" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L29" target="_top" title="d" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L29" xlink:show="new" xlink:title="d" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L29" target="_top" title="d" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L29" xlink:show="new" xlink:title="d" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="30" x="27" y="361.7589">d : int</text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="117" y1="368.9819" y2="368.9819"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L30" target="_top" title="print" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L30" xlink:show="new" xlink:title="print" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L30" target="_top" title="print" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L30" xlink:show="new" xlink:title="print" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="374.9819"/>
|
||||
<ellipse cx="18" cy="379.9819" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L30" target="_top" title="print" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L30" xlink:show="new" xlink:title="print" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L30" target="_top" title="print" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L30" xlink:show="new" xlink:title="print" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="85" x="27" y="384.7408">print(R* r) : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L33" target="_top" title="E" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L33" xlink:show="new" xlink:title="E" xlink:type="simple">
|
||||
<rect codeLine="29" fill="#FEFECE" filter="url(#fczcyy4qup9hf)" height="62.9819" id="C_0000000452" style="stroke:#A80036;stroke-width:1.5;" width="49" x="711" y="453"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L33" target="_top" title="E" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L33" xlink:show="new" xlink:title="E" xlink:type="simple">
|
||||
<rect codeLine="23" fill="#FEFECE" filter="url(#fbxfw9fhd1uy1)" height="62.9819" id="C_0000000452" style="stroke:#A80036;stroke-width:1.5;" width="49" x="711" y="453"/>
|
||||
<ellipse cx="726" cy="469" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M725.4688,475.9219 Q723.7188,475.9219 722.5781,475.1875 Q721.4531,474.4375 720.8906,473.0938 Q720.3438,471.7344 720.3438,469.9375 Q720.3438,467.9063 721,466.4531 Q721.6563,465 722.9375,464.2188 Q724.2188,463.4375 726.0938,463.4375 Q726.9844,463.4375 727.6563,463.625 Q728.3281,463.7969 729.0156,464.1406 L728.2031,466.1563 Q727.5781,465.8438 727.0313,465.7188 Q726.5,465.5938 726.0156,465.5938 Q724.8438,465.5938 724.1406,466.125 Q723.4375,466.6563 723.1406,467.6094 Q722.8438,468.5625 722.8438,469.8281 Q722.8438,471.8438 723.5625,472.8125 Q724.2813,473.7656 725.875,473.7656 Q726.4688,473.7656 727.0938,473.6094 Q727.7188,473.4531 728.5469,473.0781 L728.5469,475.2969 Q727.8125,475.6094 727.0156,475.7656 Q726.2344,475.9219 725.4688,475.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="7" x="740" y="473.656">E</text>
|
||||
@@ -102,15 +102,15 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="6" x="756" y="463.8281">T</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="712" x2="759" y1="485" y2="485"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L34" target="_top" title="e" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L34" xlink:show="new" xlink:title="e" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L34" target="_top" title="e" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L34" xlink:show="new" xlink:title="e" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="717" y="491"/>
|
||||
<ellipse cx="722" cy="496" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L34" target="_top" title="e" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L34" xlink:show="new" xlink:title="e" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L34" target="_top" title="e" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L34" xlink:show="new" xlink:title="e" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="21" x="731" y="500.7589">e : T</text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="712" x2="759" y1="507.9819" y2="507.9819"/>
|
||||
<rect codeLine="34" fill="#FEFECE" filter="url(#fczcyy4qup9hf)" height="48" id="C_0000000469" style="stroke:#A80036;stroke-width:1.5;" width="57" x="789" y="329"/>
|
||||
<rect codeLine="27" fill="#FEFECE" filter="url(#fbxfw9fhd1uy1)" height="48" id="C_0000000469" style="stroke:#A80036;stroke-width:1.5;" width="57" x="789" y="329"/>
|
||||
<ellipse cx="804" cy="345" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M803.4688,351.9219 Q801.7188,351.9219 800.5781,351.1875 Q799.4531,350.4375 798.8906,349.0938 Q798.3438,347.7344 798.3438,345.9375 Q798.3438,343.9063 799,342.4531 Q799.6563,341 800.9375,340.2188 Q802.2188,339.4375 804.0938,339.4375 Q804.9844,339.4375 805.6563,339.625 Q806.3281,339.7969 807.0156,340.1406 L806.2031,342.1563 Q805.5781,341.8438 805.0313,341.7188 Q804.5,341.5938 804.0156,341.5938 Q802.8438,341.5938 802.1406,342.125 Q801.4375,342.6563 801.1406,343.6094 Q800.8438,344.5625 800.8438,345.8281 Q800.8438,347.8438 801.5625,348.8125 Q802.2813,349.7656 803.875,349.7656 Q804.4688,349.7656 805.0938,349.6094 Q805.7188,349.4531 806.5469,349.0781 L806.5469,351.2969 Q805.8125,351.6094 805.0156,351.7656 Q804.2344,351.9219 803.4688,351.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="7" x="818" y="349.656">E</text>
|
||||
@@ -118,7 +118,7 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="14" x="834" y="339.8281">int</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="790" x2="845" y1="361" y2="361"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="790" x2="845" y1="369" y2="369"/>
|
||||
<rect codeLine="38" fill="#FEFECE" filter="url(#fczcyy4qup9hf)" height="48" id="C_0000000480" style="stroke:#A80036;stroke-width:1.5;" width="56" x="153.5" y="329"/>
|
||||
<rect codeLine="30" fill="#FEFECE" filter="url(#fbxfw9fhd1uy1)" height="48" id="C_0000000480" style="stroke:#A80036;stroke-width:1.5;" width="56" x="153.5" y="329"/>
|
||||
<ellipse cx="168.5" cy="345" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M167.9688,351.9219 Q166.2188,351.9219 165.0781,351.1875 Q163.9531,350.4375 163.3906,349.0938 Q162.8438,347.7344 162.8438,345.9375 Q162.8438,343.9063 163.5,342.4531 Q164.1563,341 165.4375,340.2188 Q166.7188,339.4375 168.5938,339.4375 Q169.4844,339.4375 170.1563,339.625 Q170.8281,339.7969 171.5156,340.1406 L170.7031,342.1563 Q170.0781,341.8438 169.5313,341.7188 Q169,341.5938 168.5156,341.5938 Q167.3438,341.5938 166.6406,342.125 Q165.9375,342.6563 165.6406,343.6094 Q165.3438,344.5625 165.3438,345.8281 Q165.3438,347.8438 166.0625,348.8125 Q166.7813,349.7656 168.375,349.7656 Q168.9688,349.7656 169.5938,349.6094 Q170.2188,349.4531 171.0469,349.0781 L171.0469,351.2969 Q170.3125,351.6094 169.5156,351.7656 Q168.7344,351.9219 167.9688,351.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="6" x="182.5" y="349.656">F</text>
|
||||
@@ -126,7 +126,7 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="14" x="197.5" y="339.8281">int</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="154.5" x2="208.5" y1="361" y2="361"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="154.5" x2="208.5" y1="369" y2="369"/>
|
||||
<rect codeLine="42" fill="#FEFECE" filter="url(#fczcyy4qup9hf)" height="48" id="C_0000000481" style="stroke:#A80036;stroke-width:1.5;" width="96" x="586.5" y="329"/>
|
||||
<rect codeLine="33" fill="#FEFECE" filter="url(#fbxfw9fhd1uy1)" height="48" id="C_0000000481" style="stroke:#A80036;stroke-width:1.5;" width="96" x="586.5" y="329"/>
|
||||
<ellipse cx="601.5" cy="345" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M600.9688,351.9219 Q599.2188,351.9219 598.0781,351.1875 Q596.9531,350.4375 596.3906,349.0938 Q595.8438,347.7344 595.8438,345.9375 Q595.8438,343.9063 596.5,342.4531 Q597.1563,341 598.4375,340.2188 Q599.7188,339.4375 601.5938,339.4375 Q602.4844,339.4375 603.1563,339.625 Q603.8281,339.7969 604.5156,340.1406 L603.7031,342.1563 Q603.0781,341.8438 602.5313,341.7188 Q602,341.5938 601.5156,341.5938 Q600.3438,341.5938 599.6406,342.125 Q598.9375,342.6563 598.6406,343.6094 Q598.3438,344.5625 598.3438,345.8281 Q598.3438,347.8438 599.0625,348.8125 Q599.7813,349.7656 601.375,349.7656 Q601.9688,349.7656 602.5938,349.6094 Q603.2188,349.4531 604.0469,349.0781 L604.0469,351.2969 Q603.3125,351.6094 602.5156,351.7656 Q601.7344,351.9219 600.9688,351.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="7" x="615.5" y="349.656">E</text>
|
||||
@@ -134,123 +134,123 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="53" x="631.5" y="339.8281">std::string</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="587.5" x2="681.5" y1="361" y2="361"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="587.5" x2="681.5" y1="369" y2="369"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L38" target="_top" title="R" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L38" xlink:show="new" xlink:title="R" xlink:type="simple">
|
||||
<rect codeLine="46" fill="#FEFECE" filter="url(#fczcyy4qup9hf)" height="227.7827" id="C_0000000456" style="stroke:#A80036;stroke-width:1.5;" width="182" x="317.5" y="7"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L38" target="_top" title="R" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L38" xlink:show="new" xlink:title="R" xlink:type="simple">
|
||||
<rect codeLine="36" fill="#FEFECE" filter="url(#fbxfw9fhd1uy1)" height="227.7827" id="C_0000000456" style="stroke:#A80036;stroke-width:1.5;" width="182" x="317.5" y="7"/>
|
||||
<ellipse cx="400.75" cy="23" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M400.2188,29.9219 Q398.4688,29.9219 397.3281,29.1875 Q396.2031,28.4375 395.6406,27.0938 Q395.0938,25.7344 395.0938,23.9375 Q395.0938,21.9063 395.75,20.4531 Q396.4063,19 397.6875,18.2188 Q398.9688,17.4375 400.8438,17.4375 Q401.7344,17.4375 402.4063,17.625 Q403.0781,17.7969 403.7656,18.1406 L402.9531,20.1563 Q402.3281,19.8438 401.7813,19.7188 Q401.25,19.5938 400.7656,19.5938 Q399.5938,19.5938 398.8906,20.125 Q398.1875,20.6563 397.8906,21.6094 Q397.5938,22.5625 397.5938,23.8281 Q397.5938,25.8438 398.3125,26.8125 Q399.0313,27.7656 400.625,27.7656 Q401.2188,27.7656 401.8438,27.6094 Q402.4688,27.4531 403.2969,27.0781 L403.2969,29.2969 Q402.5625,29.6094 401.7656,29.7656 Q400.9844,29.9219 400.2188,29.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="7" x="421.25" y="27.656">R</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="318.5" x2="498.5" y1="39" y2="39"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L56" target="_top" title="estring" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L56" xlink:show="new" xlink:title="estring" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L56" target="_top" title="estring" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L56" xlink:show="new" xlink:title="estring" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="323.5" y="45"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="325.5" y="47"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L56" target="_top" title="estring" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L56" xlink:show="new" xlink:title="estring" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L56" target="_top" title="estring" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L56" xlink:show="new" xlink:title="estring" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="117" x="337.5" y="54.7589">estring : E<std::string></text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="318.5" x2="498.5" y1="61.9819" y2="61.9819"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L40" target="_top" title="get_a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L40" xlink:show="new" xlink:title="get_a" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L40" target="_top" title="get_a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L40" xlink:show="new" xlink:title="get_a" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="323.5" y="67.9819"/>
|
||||
<ellipse cx="328.5" cy="72.9819" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L40" target="_top" title="get_a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L40" xlink:show="new" xlink:title="get_a" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L40" target="_top" title="get_a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L40" xlink:show="new" xlink:title="get_a" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="79" x="337.5" y="77.7408">get_a(A* a) : int</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L41" target="_top" title="get_b" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L41" xlink:show="new" xlink:title="get_b" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L41" target="_top" title="get_b" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L41" xlink:show="new" xlink:title="get_b" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="323.5" y="82.9638"/>
|
||||
<ellipse cx="328.5" cy="87.9638" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L41" target="_top" title="get_b" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L41" xlink:show="new" xlink:title="get_b" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L41" target="_top" title="get_b" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L41" xlink:show="new" xlink:title="get_b" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="83" x="337.5" y="92.7227">get_b(B& b) : int</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L42" target="_top" title="get_const_b" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L42" xlink:show="new" xlink:title="get_const_b" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L42" target="_top" title="get_const_b" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L42" xlink:show="new" xlink:title="get_const_b" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="323.5" y="97.9457"/>
|
||||
<ellipse cx="328.5" cy="102.9457" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L42" target="_top" title="get_const_b" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L42" xlink:show="new" xlink:title="get_const_b" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L42" target="_top" title="get_const_b" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L42" xlink:show="new" xlink:title="get_const_b" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="147" x="337.5" y="107.7046">get_const_b(B const& b) : int</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L43" target="_top" title="get_c" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L43" xlink:show="new" xlink:title="get_c" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L43" target="_top" title="get_c" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L43" xlink:show="new" xlink:title="get_c" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="323.5" y="112.9276"/>
|
||||
<ellipse cx="328.5" cy="117.9276" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L43" target="_top" title="get_c" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L43" xlink:show="new" xlink:title="get_c" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L43" target="_top" title="get_c" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L43" xlink:show="new" xlink:title="get_c" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="71" x="337.5" y="122.6865">get_c(C c) : int</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L44" target="_top" title="get_d" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L44" xlink:show="new" xlink:title="get_d" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L44" target="_top" title="get_d" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L44" xlink:show="new" xlink:title="get_d" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="323.5" y="127.9094"/>
|
||||
<ellipse cx="328.5" cy="132.9094" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L44" target="_top" title="get_d" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L44" xlink:show="new" xlink:title="get_d" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L44" target="_top" title="get_d" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L44" xlink:show="new" xlink:title="get_d" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="92" x="337.5" y="137.6684">get_d(D&& d) : int</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L46" target="_top" title="get_d2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L46" xlink:show="new" xlink:title="get_d2" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L46" target="_top" title="get_d2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L46" xlink:show="new" xlink:title="get_d2" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="323.5" y="142.8913"/>
|
||||
<ellipse cx="328.5" cy="147.8913" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L46" target="_top" title="get_d2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L46" xlink:show="new" xlink:title="get_d2" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L46" target="_top" title="get_d2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L46" xlink:show="new" xlink:title="get_d2" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="98" x="337.5" y="152.6502">get_d2(D&& d) : int</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L48" target="_top" title="get_e" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L48" xlink:show="new" xlink:title="get_e" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L48" target="_top" title="get_e" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L48" xlink:show="new" xlink:title="get_e" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="323.5" y="157.8732"/>
|
||||
<ellipse cx="328.5" cy="162.8732" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L48" target="_top" title="get_e" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L48" xlink:show="new" xlink:title="get_e" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L48" target="_top" title="get_e" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L48" xlink:show="new" xlink:title="get_e" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="82" x="337.5" y="167.6321">get_e(E<T> e) : T</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L49" target="_top" title="get_int_e" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L49" xlink:show="new" xlink:title="get_int_e" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L49" target="_top" title="get_int_e" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L49" xlink:show="new" xlink:title="get_int_e" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="323.5" y="172.8551"/>
|
||||
<ellipse cx="328.5" cy="177.8551" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L49" target="_top" title="get_int_e" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L49" xlink:show="new" xlink:title="get_int_e" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L49" target="_top" title="get_int_e" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L49" xlink:show="new" xlink:title="get_int_e" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="156" x="337.5" y="182.614">get_int_e(E<int> const& e) : int</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L50" target="_top" title="get_int_e2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L50" xlink:show="new" xlink:title="get_int_e2" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L50" target="_top" title="get_int_e2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L50" xlink:show="new" xlink:title="get_int_e2" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="323.5" y="187.837"/>
|
||||
<ellipse cx="328.5" cy="192.837" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L50" target="_top" title="get_int_e2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L50" xlink:show="new" xlink:title="get_int_e2" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L50" target="_top" title="get_int_e2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L50" xlink:show="new" xlink:title="get_int_e2" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="131" x="337.5" y="197.5959">get_int_e2(E<int>& e) : int</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L52" target="_top" title="get_f" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L52" xlink:show="new" xlink:title="get_f" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L52" target="_top" title="get_f" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L52" xlink:show="new" xlink:title="get_f" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="323.5" y="202.8189"/>
|
||||
<ellipse cx="328.5" cy="207.8189" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L52" target="_top" title="get_f" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L52" xlink:show="new" xlink:title="get_f" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L52" target="_top" title="get_f" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L52" xlink:show="new" xlink:title="get_f" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="117" x="337.5" y="212.5778">get_f(F<T> const& f) : T</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L53" target="_top" title="get_int_f" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L53" xlink:show="new" xlink:title="get_int_f" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L53" target="_top" title="get_int_f" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L53" xlink:show="new" xlink:title="get_int_f" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="323.5" y="217.8008"/>
|
||||
<ellipse cx="328.5" cy="222.8008" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L53" target="_top" title="get_int_f" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00013/t00013.cc#L53" xlink:show="new" xlink:title="get_int_f" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L53" target="_top" title="get_int_f" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00013/t00013.cc#L53" xlink:show="new" xlink:title="get_int_f" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="152" x="337.5" y="227.5597">get_int_f(F<int> const& f) : int</text>
|
||||
</a>
|
||||
<path codeLine="66" d="M118.09,321.38 C170.62,289.05 250.07,236.92 312.7,194.08 " fill="none" id="C_0000000446-to-C_0000000456" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="50" d="M118.09,321.38 C170.62,289.05 250.07,236.92 312.7,194.08 " fill="none" id="C_0000000446-to-C_0000000456" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="317.18,191.01,307.4904,192.7741,313.0486,193.8262,311.9964,199.3844,317.18,191.01" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="78" d="M317.29,175.34 C252.47,216.67 167.92,273.07 114.26,310.92 " fill="none" id="C_0000000456-to-C_0000000446" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="57" d="M317.29,175.34 C252.47,216.67 167.92,273.07 114.26,310.92 " fill="none" id="C_0000000456-to-C_0000000446" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="110.13,313.84,119.7889,311.9151,114.214,310.9555,115.1737,305.3806,110.13,313.84" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="69" d="M802.84,377.15 C792.56,393.39 778.45,415.67 765.8,435.65 " fill="none" id="C_0000000469-to-C_0000000452" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="51" d="M802.84,377.15 C792.56,393.39 778.45,415.67 765.8,435.65 " fill="none" id="C_0000000469-to-C_0000000452" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="none" points="771.58,439.6,754.97,452.76,759.75,432.11,771.58,439.6" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="71" d="M206.83,377.02 C213.31,382.31 220.45,387.65 227.5,392 C273.85,420.57 330.67,444.93 373.21,461.31 " fill="none" id="C_0000000480-to-C_0000000428" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="52" d="M206.83,377.02 C213.31,382.31 220.45,387.65 227.5,392 C273.85,420.57 330.67,444.93 373.21,461.31 " fill="none" id="C_0000000480-to-C_0000000428" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="none" points="375.7,454.77,391.95,468.37,370.77,467.87,375.7,454.77" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="73" d="M652.56,377.15 C665.48,393.72 683.31,416.58 699.13,436.87 " fill="none" id="C_0000000481-to-C_0000000452" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="53" d="M652.56,377.15 C665.48,393.72 683.31,416.58 699.13,436.87 " fill="none" id="C_0000000481-to-C_0000000452" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="none" points="704.74,432.68,711.52,452.76,693.7,441.29,704.74,432.68" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="75" d="M341.5,235.32 C323.9,265.08 306.21,295 293.15,317.08 " fill="none" id="C_0000000456-to-C_0000000434" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="54" d="M341.5,235.32 C323.9,265.08 306.21,295 293.15,317.08 " fill="none" id="C_0000000456-to-C_0000000434" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="290.6,321.39,298.6242,315.6793,293.1451,317.0862,291.7381,311.6071,290.6,321.39" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="76" d="M386.33,235.32 C380.58,264.71 374.8,294.25 370.49,316.25 " fill="none" id="C_0000000456-to-C_0000000438" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="55" d="M386.33,235.32 C380.58,264.71 374.8,294.25 370.49,316.25 " fill="none" id="C_0000000456-to-C_0000000438" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="369.49,321.39,375.1368,313.3207,370.4459,316.4822,367.2844,311.7913,369.49,321.39" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="77" d="M430.67,235.32 C436.42,264.71 442.2,294.25 446.51,316.25 " fill="none" id="C_0000000456-to-C_0000000442" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="56" d="M430.67,235.32 C436.42,264.71 442.2,294.25 446.51,316.25 " fill="none" id="C_0000000456-to-C_0000000442" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="447.51,321.39,449.7156,311.7913,446.5541,316.4822,441.8632,313.3207,447.51,321.39" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="79" d="M499.52,156.39 C566.98,186.98 654.83,238.63 700.5,314 C725.51,355.27 732.91,411.47 734.96,447.62 " fill="none" id="C_0000000456-to-C_0000000452" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="58" d="M499.52,156.39 C566.98,186.98 654.83,238.63 700.5,314 C725.51,355.27 732.91,411.47 734.96,447.62 " fill="none" id="C_0000000456-to-C_0000000452" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="735.22,452.81,738.7525,443.6164,734.9632,447.8166,730.763,444.0273,735.22,452.81" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="80" d="M499.52,142.39 C575.98,163.12 684.74,201.41 761.5,265 C780.75,280.95 795.63,305.28 805.19,324.16 " fill="none" id="C_0000000456-to-C_0000000469" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="59" d="M499.52,142.39 C575.98,163.12 684.74,201.41 761.5,265 C780.75,280.95 795.63,305.28 805.19,324.16 " fill="none" id="C_0000000456-to-C_0000000469" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="807.51,328.83,807.0754,318.9907,805.2797,324.355,799.9154,322.5593,807.51,328.83" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="81" d="M470.73,235.14 C481.81,260.39 491.67,287.54 497.5,314 C504.96,347.85 507.67,358.86 497.5,392 C491.17,412.63 478.43,432.8 466.14,448.92 " fill="none" id="C_0000000456-to-C_0000000428" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="60" d="M470.73,235.14 C481.81,260.39 491.67,287.54 497.5,314 C504.96,347.85 507.67,358.86 497.5,392 C491.17,412.63 478.43,432.8 466.14,448.92 " fill="none" id="C_0000000456-to-C_0000000428" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="463.03,452.93,471.6977,448.2533,466.0868,448.9733,465.3669,443.3624,463.03,452.93" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="82" d="M317.48,214.22 C278.05,254.17 234.85,297.94 207.96,325.19 " fill="none" id="C_0000000456-to-C_0000000480" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="61" d="M317.48,214.22 C278.05,254.17 234.85,297.94 207.96,325.19 " fill="none" id="C_0000000456-to-C_0000000480" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="204.44,328.76,213.6108,325.1688,207.954,325.2031,207.9198,319.5464,204.44,328.76" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="83" d="M509.22,214.68 C526.29,231.15 543.62,248.36 559.5,265 C579.46,285.92 600.87,311.05 615.69,328.91 " fill="none" id="C_0000000456-backto-C_0000000481" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="62" d="M509.22,214.68 C526.29,231.15 543.62,248.36 559.5,265 C579.46,285.92 600.87,311.05 615.69,328.91 " fill="none" id="C_0000000456-backto-C_0000000481" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#FFFFFF" points="499.78,205.61,501.3422,212.6498,508.4414,213.9154,506.8792,206.8756,499.78,205.61" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="579.5" y="272.353"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="42" x="589.5" y="279.897">estring</text>
|
||||
|
||||
|
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |
@@ -1,6 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="application/ecmascript" contentStyleType="text/css" height="625px" preserveAspectRatio="none" style="width:1029px;height:625px;background:#FFFFFF;" version="1.1" viewBox="0 0 1029 625" width="1029px" zoomAndPan="magnify">
|
||||
<defs>
|
||||
<filter height="300%" id="fwgpucycrhtqs" width="300%" x="-1" y="-1">
|
||||
<filter height="300%" id="f1bo6eswqmo3nk" width="300%" x="-1" y="-1">
|
||||
<feGaussianBlur result="blurOut" stdDeviation="2.0"/>
|
||||
<feColorMatrix in="blurOut" result="blurOut2" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .4 0"/>
|
||||
<feOffset dx="4.0" dy="4.0" in="blurOut2" result="blurOut3"/>
|
||||
@@ -9,8 +9,8 @@
|
||||
<style type="text/css">a:hover { text-decoration: underline; }</style>
|
||||
</defs>
|
||||
<g>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00014/t00014.cc#L24" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00014/t00014.cc#L24" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<rect codeLine="2" fill="#FEFECE" filter="url(#fwgpucycrhtqs)" height="77.9638" id="C_0000000519" style="stroke:#A80036;stroke-width:1.5;" width="60" x="249" y="534"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00014/t00014.cc#L24" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00014/t00014.cc#L24" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<rect codeLine="2" fill="#FEFECE" filter="url(#f1bo6eswqmo3nk)" height="77.9638" id="C_0000000519" style="stroke:#A80036;stroke-width:1.5;" width="60" x="249" y="534"/>
|
||||
<ellipse cx="264" cy="550" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M263.4688,556.9219 Q261.7188,556.9219 260.5781,556.1875 Q259.4531,555.4375 258.8906,554.0938 Q258.3438,552.7344 258.3438,550.9375 Q258.3438,548.9063 259,547.4531 Q259.6563,546 260.9375,545.2188 Q262.2188,544.4375 264.0938,544.4375 Q264.9844,544.4375 265.6563,544.625 Q266.3281,544.7969 267.0156,545.1406 L266.2031,547.1563 Q265.5781,546.8438 265.0313,546.7188 Q264.5,546.5938 264.0156,546.5938 Q262.8438,546.5938 262.1406,547.125 Q261.4375,547.6563 261.1406,548.6094 Q260.8438,549.5625 260.8438,550.8281 Q260.8438,552.8438 261.5625,553.8125 Q262.2813,554.7656 263.875,554.7656 Q264.4688,554.7656 265.0938,554.6094 Q265.7188,554.4531 266.5469,554.0781 L266.5469,556.2969 Q265.8125,556.6094 265.0156,556.7656 Q264.2344,556.9219 263.4688,556.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="278" y="554.656">A</text>
|
||||
@@ -18,22 +18,22 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="16" x="295" y="544.8281">T,P</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="250" x2="308" y1="566" y2="566"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00014/t00014.cc#L25" target="_top" title="t" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00014/t00014.cc#L25" xlink:show="new" xlink:title="t" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00014/t00014.cc#L25" target="_top" title="t" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00014/t00014.cc#L25" xlink:show="new" xlink:title="t" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="255" y="572"/>
|
||||
<ellipse cx="260" cy="577" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00014/t00014.cc#L25" target="_top" title="t" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00014/t00014.cc#L25" xlink:show="new" xlink:title="t" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00014/t00014.cc#L25" target="_top" title="t" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00014/t00014.cc#L25" xlink:show="new" xlink:title="t" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="19" x="269" y="581.7589">t : T</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00014/t00014.cc#L26" target="_top" title="p" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00014/t00014.cc#L26" xlink:show="new" xlink:title="p" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00014/t00014.cc#L26" target="_top" title="p" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00014/t00014.cc#L26" xlink:show="new" xlink:title="p" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="255" y="586.9819"/>
|
||||
<ellipse cx="260" cy="591.9819" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00014/t00014.cc#L26" target="_top" title="p" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00014/t00014.cc#L26" xlink:show="new" xlink:title="p" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00014/t00014.cc#L26" target="_top" title="p" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00014/t00014.cc#L26" xlink:show="new" xlink:title="p" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="23" x="269" y="596.7408">p : P</text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="250" x2="308" y1="603.9638" y2="603.9638"/>
|
||||
<rect codeLine="8" fill="#FEFECE" filter="url(#fwgpucycrhtqs)" height="48" id="C_0000000522" style="stroke:#A80036;stroke-width:1.5;" width="106" x="320" y="425"/>
|
||||
<rect codeLine="7" fill="#FEFECE" filter="url(#f1bo6eswqmo3nk)" height="48" id="C_0000000522" style="stroke:#A80036;stroke-width:1.5;" width="106" x="320" y="425"/>
|
||||
<ellipse cx="335" cy="441" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M334.4688,447.9219 Q332.7188,447.9219 331.5781,447.1875 Q330.4531,446.4375 329.8906,445.0938 Q329.3438,443.7344 329.3438,441.9375 Q329.3438,439.9063 330,438.4531 Q330.6563,437 331.9375,436.2188 Q333.2188,435.4375 335.0938,435.4375 Q335.9844,435.4375 336.6563,435.625 Q337.3281,435.7969 338.0156,436.1406 L337.2031,438.1563 Q336.5781,437.8438 336.0313,437.7188 Q335.5,437.5938 335.0156,437.5938 Q333.8438,437.5938 333.1406,438.125 Q332.4375,438.6563 332.1406,439.6094 Q331.8438,440.5625 331.8438,441.8281 Q331.8438,443.8438 332.5625,444.8125 Q333.2813,445.7656 334.875,445.7656 Q335.4688,445.7656 336.0938,445.6094 Q336.7188,445.4531 337.5469,445.0781 L337.5469,447.2969 Q336.8125,447.6094 336.0156,447.7656 Q335.2344,447.9219 334.4688,447.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="349" y="445.656">A</text>
|
||||
@@ -41,22 +41,22 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="62" x="366" y="435.8281">T,std::string</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="321" x2="425" y1="457" y2="457"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="321" x2="425" y1="465" y2="465"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00014/t00014.cc#L34" target="_top" title="B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00014/t00014.cc#L34" xlink:show="new" xlink:title="B" xlink:type="simple">
|
||||
<rect codeLine="12" fill="#FEFECE" filter="url(#fwgpucycrhtqs)" height="62.9819" id="C_0000000529" style="stroke:#A80036;stroke-width:1.5;" width="116" x="7" y="254"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00014/t00014.cc#L34" target="_top" title="B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00014/t00014.cc#L34" xlink:show="new" xlink:title="B" xlink:type="simple">
|
||||
<rect codeLine="10" fill="#FEFECE" filter="url(#f1bo6eswqmo3nk)" height="62.9819" id="C_0000000529" style="stroke:#A80036;stroke-width:1.5;" width="116" x="7" y="254"/>
|
||||
<ellipse cx="56.75" cy="270" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M56.2188,276.9219 Q54.4688,276.9219 53.3281,276.1875 Q52.2031,275.4375 51.6406,274.0938 Q51.0938,272.7344 51.0938,270.9375 Q51.0938,268.9063 51.75,267.4531 Q52.4063,266 53.6875,265.2188 Q54.9688,264.4375 56.8438,264.4375 Q57.7344,264.4375 58.4063,264.625 Q59.0781,264.7969 59.7656,265.1406 L58.9531,267.1563 Q58.3281,266.8438 57.7813,266.7188 Q57.25,266.5938 56.7656,266.5938 Q55.5938,266.5938 54.8906,267.125 Q54.1875,267.6563 53.8906,268.6094 Q53.5938,269.5625 53.5938,270.8281 Q53.5938,272.8438 54.3125,273.8125 Q55.0313,274.7656 56.625,274.7656 Q57.2188,274.7656 57.8438,274.6094 Q58.4688,274.4531 59.2969,274.0781 L59.2969,276.2969 Q58.5625,276.6094 57.7656,276.7656 Q56.9844,276.9219 56.2188,276.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="77.25" y="274.656">B</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="122" y1="286" y2="286"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00014/t00014.cc#L35" target="_top" title="value" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00014/t00014.cc#L35" xlink:show="new" xlink:title="value" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00014/t00014.cc#L35" target="_top" title="value" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00014/t00014.cc#L35" xlink:show="new" xlink:title="value" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="292"/>
|
||||
<ellipse cx="18" cy="297" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00014/t00014.cc#L35" target="_top" title="value" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00014/t00014.cc#L35" xlink:show="new" xlink:title="value" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00014/t00014.cc#L35" target="_top" title="value" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00014/t00014.cc#L35" xlink:show="new" xlink:title="value" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="90" x="27" y="301.7589">value : std::string</text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="122" y1="308.9819" y2="308.9819"/>
|
||||
<rect codeLine="17" fill="#FEFECE" filter="url(#fwgpucycrhtqs)" height="48" id="C_0000000534" style="stroke:#A80036;stroke-width:1.5;" width="124" x="163" y="347"/>
|
||||
<rect codeLine="14" fill="#FEFECE" filter="url(#f1bo6eswqmo3nk)" height="48" id="C_0000000534" style="stroke:#A80036;stroke-width:1.5;" width="124" x="163" y="347"/>
|
||||
<ellipse cx="178" cy="363" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M177.4688,369.9219 Q175.7188,369.9219 174.5781,369.1875 Q173.4531,368.4375 172.8906,367.0938 Q172.3438,365.7344 172.3438,363.9375 Q172.3438,361.9063 173,360.4531 Q173.6563,359 174.9375,358.2188 Q176.2188,357.4375 178.0938,357.4375 Q178.9844,357.4375 179.6563,357.625 Q180.3281,357.7969 181.0156,358.1406 L180.2031,360.1563 Q179.5781,359.8438 179.0313,359.7188 Q178.5,359.5938 178.0156,359.5938 Q176.8438,359.5938 176.1406,360.125 Q175.4375,360.6563 175.1406,361.6094 Q174.8438,362.5625 174.8438,363.8281 Q174.8438,365.8438 175.5625,366.8125 Q176.2813,367.7656 177.875,367.7656 Q178.4688,367.7656 179.0938,367.6094 Q179.7188,367.4531 180.5469,367.0781 L180.5469,369.2969 Q179.8125,369.6094 179.0156,369.7656 Q178.2344,369.9219 177.4688,369.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="192" y="367.656">A</text>
|
||||
@@ -64,7 +64,7 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="80" x="209" y="357.8281">bool,std::string</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="164" x2="286" y1="379" y2="379"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="164" x2="286" y1="387" y2="387"/>
|
||||
<rect codeLine="21" fill="#FEFECE" filter="url(#fwgpucycrhtqs)" height="48" id="C_0000000536" style="stroke:#A80036;stroke-width:1.5;" width="102" x="245" y="261.5"/>
|
||||
<rect codeLine="17" fill="#FEFECE" filter="url(#f1bo6eswqmo3nk)" height="48" id="C_0000000536" style="stroke:#A80036;stroke-width:1.5;" width="102" x="245" y="261.5"/>
|
||||
<ellipse cx="260" cy="277.5" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M259.4688,284.4219 Q257.7188,284.4219 256.5781,283.6875 Q255.4531,282.9375 254.8906,281.5938 Q254.3438,280.2344 254.3438,278.4375 Q254.3438,276.4063 255,274.9531 Q255.6563,273.5 256.9375,272.7188 Q258.2188,271.9375 260.0938,271.9375 Q260.9844,271.9375 261.6563,272.125 Q262.3281,272.2969 263.0156,272.6406 L262.2031,274.6563 Q261.5781,274.3438 261.0313,274.2188 Q260.5,274.0938 260.0156,274.0938 Q258.8438,274.0938 258.1406,274.625 Q257.4375,275.1563 257.1406,276.1094 Q256.8438,277.0625 256.8438,278.3281 Q256.8438,280.3438 257.5625,281.3125 Q258.2813,282.2656 259.875,282.2656 Q260.4688,282.2656 261.0938,282.1094 Q261.7188,281.9531 262.5469,281.5781 L262.5469,283.7969 Q261.8125,284.1094 261.0156,284.2656 Q260.2344,284.4219 259.4688,284.4219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="41" x="274" y="282.156">AString</text>
|
||||
@@ -72,7 +72,7 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="25" x="324" y="272.3281">float</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="246" x2="346" y1="293.5" y2="293.5"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="246" x2="346" y1="301.5" y2="301.5"/>
|
||||
<rect codeLine="25" fill="#FEFECE" filter="url(#fwgpucycrhtqs)" height="48" id="C_0000000538" style="stroke:#A80036;stroke-width:1.5;" width="91" x="382.5" y="261.5"/>
|
||||
<rect codeLine="20" fill="#FEFECE" filter="url(#f1bo6eswqmo3nk)" height="48" id="C_0000000538" style="stroke:#A80036;stroke-width:1.5;" width="91" x="382.5" y="261.5"/>
|
||||
<ellipse cx="397.5" cy="277.5" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M396.9688,284.4219 Q395.2188,284.4219 394.0781,283.6875 Q392.9531,282.9375 392.3906,281.5938 Q391.8438,280.2344 391.8438,278.4375 Q391.8438,276.4063 392.5,274.9531 Q393.1563,273.5 394.4375,272.7188 Q395.7188,271.9375 397.5938,271.9375 Q398.4844,271.9375 399.1563,272.125 Q399.8281,272.2969 400.5156,272.6406 L399.7031,274.6563 Q399.0781,274.3438 398.5313,274.2188 Q398,274.0938 397.5156,274.0938 Q396.3438,274.0938 395.6406,274.625 Q394.9375,275.1563 394.6406,276.1094 Q394.3438,277.0625 394.3438,278.3281 Q394.3438,280.3438 395.0625,281.3125 Q395.7813,282.2656 397.375,282.2656 Q397.9688,282.2656 398.5938,282.1094 Q399.2188,281.9531 400.0469,281.5781 L400.0469,283.7969 Q399.3125,284.1094 398.5156,284.2656 Q397.7344,284.4219 396.9688,284.4219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="41" x="411.5" y="282.156">AString</text>
|
||||
@@ -80,7 +80,7 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="14" x="461.5" y="272.3281">int</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="383.5" x2="472.5" y1="293.5" y2="293.5"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="383.5" x2="472.5" y1="301.5" y2="301.5"/>
|
||||
<rect codeLine="29" fill="#FEFECE" filter="url(#fwgpucycrhtqs)" height="48" id="C_0000000540" style="stroke:#A80036;stroke-width:1.5;" width="130" x="509" y="261.5"/>
|
||||
<rect codeLine="23" fill="#FEFECE" filter="url(#f1bo6eswqmo3nk)" height="48" id="C_0000000540" style="stroke:#A80036;stroke-width:1.5;" width="130" x="509" y="261.5"/>
|
||||
<ellipse cx="524" cy="277.5" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M523.4688,284.4219 Q521.7188,284.4219 520.5781,283.6875 Q519.4531,282.9375 518.8906,281.5938 Q518.3438,280.2344 518.3438,278.4375 Q518.3438,276.4063 519,274.9531 Q519.6563,273.5 520.9375,272.7188 Q522.2188,271.9375 524.0938,271.9375 Q524.9844,271.9375 525.6563,272.125 Q526.3281,272.2969 527.0156,272.6406 L526.2031,274.6563 Q525.5781,274.3438 525.0313,274.2188 Q524.5,274.0938 524.0156,274.0938 Q522.8438,274.0938 522.1406,274.625 Q521.4375,275.1563 521.1406,276.1094 Q520.8438,277.0625 520.8438,278.3281 Q520.8438,280.3438 521.5625,281.3125 Q522.2813,282.2656 523.875,282.2656 Q524.4688,282.2656 525.0938,282.1094 Q525.7188,281.9531 526.5469,281.5781 L526.5469,283.7969 Q525.8125,284.1094 525.0156,284.2656 Q524.2344,284.4219 523.4688,284.4219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="41" x="538" y="282.156">AString</text>
|
||||
@@ -88,7 +88,7 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="53" x="588" y="272.3281">std::string</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="510" x2="638" y1="293.5" y2="293.5"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="510" x2="638" y1="301.5" y2="301.5"/>
|
||||
<rect codeLine="33" fill="#FEFECE" filter="url(#fwgpucycrhtqs)" height="48" id="C_0000000546" style="stroke:#A80036;stroke-width:1.5;" width="182" x="674" y="261.5"/>
|
||||
<rect codeLine="26" fill="#FEFECE" filter="url(#f1bo6eswqmo3nk)" height="48" id="C_0000000546" style="stroke:#A80036;stroke-width:1.5;" width="182" x="674" y="261.5"/>
|
||||
<ellipse cx="689" cy="277.5" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M688.4688,284.4219 Q686.7188,284.4219 685.5781,283.6875 Q684.4531,282.9375 683.8906,281.5938 Q683.3438,280.2344 683.3438,278.4375 Q683.3438,276.4063 684,274.9531 Q684.6563,273.5 685.9375,272.7188 Q687.2188,271.9375 689.0938,271.9375 Q689.9844,271.9375 690.6563,272.125 Q691.3281,272.2969 692.0156,272.6406 L691.2031,274.6563 Q690.5781,274.3438 690.0313,274.2188 Q689.5,274.0938 689.0156,274.0938 Q687.8438,274.0938 687.1406,274.625 Q686.4375,275.1563 686.1406,276.1094 Q685.8438,277.0625 685.8438,278.3281 Q685.8438,280.3438 686.5625,281.3125 Q687.2813,282.2656 688.875,282.2656 Q689.4688,282.2656 690.0938,282.1094 Q690.7188,281.9531 691.5469,281.5781 L691.5469,283.7969 Q690.8125,284.1094 690.0156,284.2656 Q689.2344,284.4219 688.4688,284.4219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="92" x="703" y="282.156">GeneralCallback</text>
|
||||
@@ -96,115 +96,115 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="54" x="804" y="272.3281">AIntString</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="675" x2="855" y1="293.5" y2="293.5"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="675" x2="855" y1="301.5" y2="301.5"/>
|
||||
<rect codeLine="37" fill="#FEFECE" filter="url(#fwgpucycrhtqs)" height="48" id="C_0000000549" style="stroke:#A80036;stroke-width:1.5;" width="124" x="891" y="261.5"/>
|
||||
<rect codeLine="29" fill="#FEFECE" filter="url(#f1bo6eswqmo3nk)" height="48" id="C_0000000549" style="stroke:#A80036;stroke-width:1.5;" width="124" x="891" y="261.5"/>
|
||||
<ellipse cx="906" cy="277.5" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M905.4688,284.4219 Q903.7188,284.4219 902.5781,283.6875 Q901.4531,282.9375 900.8906,281.5938 Q900.3438,280.2344 900.3438,278.4375 Q900.3438,276.4063 901,274.9531 Q901.6563,273.5 902.9375,272.7188 Q904.2188,271.9375 906.0938,271.9375 Q906.9844,271.9375 907.6563,272.125 Q908.3281,272.2969 909.0156,272.6406 L908.2031,274.6563 Q907.5781,274.3438 907.0313,274.2188 Q906.5,274.0938 906.0156,274.0938 Q904.8438,274.0938 904.1406,274.625 Q903.4375,275.1563 903.1406,276.1094 Q902.8438,277.0625 902.8438,278.3281 Q902.8438,280.3438 903.5625,281.3125 Q904.2813,282.2656 905.875,282.2656 Q906.4688,282.2656 907.0938,282.1094 Q907.7188,281.9531 908.5469,281.5781 L908.5469,283.7969 Q907.8125,284.1094 907.0156,284.2656 Q906.2344,284.4219 905.4688,284.4219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="92" x="920" y="282.156">GeneralCallback</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="892" x2="1014" y1="293.5" y2="293.5"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="892" x2="1014" y1="301.5" y2="301.5"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00014/t00014.cc#L45" target="_top" title="R" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00014/t00014.cc#L45" xlink:show="new" xlink:title="R" xlink:type="simple">
|
||||
<rect codeLine="41" fill="#FEFECE" filter="url(#fwgpucycrhtqs)" height="167.8551" id="C_0000000533" style="stroke:#A80036;stroke-width:1.5;" width="197" x="268.5" y="7"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00014/t00014.cc#L45" target="_top" title="R" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00014/t00014.cc#L45" xlink:show="new" xlink:title="R" xlink:type="simple">
|
||||
<rect codeLine="32" fill="#FEFECE" filter="url(#f1bo6eswqmo3nk)" height="167.8551" id="C_0000000533" style="stroke:#A80036;stroke-width:1.5;" width="197" x="268.5" y="7"/>
|
||||
<ellipse cx="359.25" cy="23" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M358.7188,29.9219 Q356.9688,29.9219 355.8281,29.1875 Q354.7031,28.4375 354.1406,27.0938 Q353.5938,25.7344 353.5938,23.9375 Q353.5938,21.9063 354.25,20.4531 Q354.9063,19 356.1875,18.2188 Q357.4688,17.4375 359.3438,17.4375 Q360.2344,17.4375 360.9063,17.625 Q361.5781,17.7969 362.2656,18.1406 L361.4531,20.1563 Q360.8281,19.8438 360.2813,19.7188 Q359.75,19.5938 359.2656,19.5938 Q358.0938,19.5938 357.3906,20.125 Q356.6875,20.6563 356.3906,21.6094 Q356.0938,22.5625 356.0938,23.8281 Q356.0938,25.8438 356.8125,26.8125 Q357.5313,27.7656 359.125,27.7656 Q359.7188,27.7656 360.3438,27.6094 Q360.9688,27.4531 361.7969,27.0781 L361.7969,29.2969 Q361.0625,29.6094 360.2656,29.7656 Q359.4844,29.9219 358.7188,29.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="7" x="379.75" y="27.656">R</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="269.5" x2="464.5" y1="39" y2="39"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00014/t00014.cc#L47" target="_top" title="boolstring" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00014/t00014.cc#L47" xlink:show="new" xlink:title="boolstring" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00014/t00014.cc#L47" target="_top" title="boolstring" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00014/t00014.cc#L47" xlink:show="new" xlink:title="boolstring" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="274.5" y="45"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="276.5" y="47"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00014/t00014.cc#L47" target="_top" title="boolstring" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00014/t00014.cc#L47" xlink:show="new" xlink:title="boolstring" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00014/t00014.cc#L47" target="_top" title="boolstring" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00014/t00014.cc#L47" xlink:show="new" xlink:title="boolstring" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="163" x="288.5" y="54.7589">boolstring : A<bool,std::string></text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00014/t00014.cc#L48" target="_top" title="floatstring" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00014/t00014.cc#L48" xlink:show="new" xlink:title="floatstring" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00014/t00014.cc#L48" target="_top" title="floatstring" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00014/t00014.cc#L48" xlink:show="new" xlink:title="floatstring" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="274.5" y="59.9819"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="276.5" y="61.9819"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00014/t00014.cc#L48" target="_top" title="floatstring" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00014/t00014.cc#L48" xlink:show="new" xlink:title="floatstring" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00014/t00014.cc#L48" target="_top" title="floatstring" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00014/t00014.cc#L48" xlink:show="new" xlink:title="floatstring" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="139" x="288.5" y="69.7408">floatstring : AString<float></text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00014/t00014.cc#L49" target="_top" title="intstring" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00014/t00014.cc#L49" xlink:show="new" xlink:title="intstring" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00014/t00014.cc#L49" target="_top" title="intstring" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00014/t00014.cc#L49" xlink:show="new" xlink:title="intstring" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="274.5" y="74.9638"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="276.5" y="76.9638"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00014/t00014.cc#L49" target="_top" title="intstring" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00014/t00014.cc#L49" xlink:show="new" xlink:title="intstring" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00014/t00014.cc#L49" target="_top" title="intstring" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00014/t00014.cc#L49" xlink:show="new" xlink:title="intstring" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="108" x="288.5" y="84.7227">intstring : AIntString</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00014/t00014.cc#L50" target="_top" title="stringstring" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00014/t00014.cc#L50" xlink:show="new" xlink:title="stringstring" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00014/t00014.cc#L50" target="_top" title="stringstring" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00014/t00014.cc#L50" xlink:show="new" xlink:title="stringstring" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="274.5" y="89.9457"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="276.5" y="91.9457"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00014/t00014.cc#L50" target="_top" title="stringstring" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00014/t00014.cc#L50" xlink:show="new" xlink:title="stringstring" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00014/t00014.cc#L50" target="_top" title="stringstring" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00014/t00014.cc#L50" xlink:show="new" xlink:title="stringstring" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="142" x="288.5" y="99.7046">stringstring : AStringString</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00014/t00014.cc#L53" target="_top" title="bs" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00014/t00014.cc#L53" xlink:show="new" xlink:title="bs" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00014/t00014.cc#L53" target="_top" title="bs" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00014/t00014.cc#L53" xlink:show="new" xlink:title="bs" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="274.5" y="104.9276"/>
|
||||
<polygon fill="none" points="279.5,104.9276,283.5,108.9276,279.5,112.9276,275.5,108.9276" style="stroke:#B38D22;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00014/t00014.cc#L53" target="_top" title="bs" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00014/t00014.cc#L53" xlink:show="new" xlink:title="bs" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00014/t00014.cc#L53" target="_top" title="bs" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00014/t00014.cc#L53" xlink:show="new" xlink:title="bs" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="62" x="288.5" y="114.6865">bs : BVector</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00014/t00014.cc#L56" target="_top" title="bs2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00014/t00014.cc#L56" xlink:show="new" xlink:title="bs2" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00014/t00014.cc#L56" target="_top" title="bs2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00014/t00014.cc#L56" xlink:show="new" xlink:title="bs2" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="274.5" y="119.9094"/>
|
||||
<ellipse cx="279.5" cy="124.9094" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00014/t00014.cc#L56" target="_top" title="bs2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00014/t00014.cc#L56" xlink:show="new" xlink:title="bs2" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00014/t00014.cc#L56" target="_top" title="bs2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00014/t00014.cc#L56" xlink:show="new" xlink:title="bs2" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="74" x="288.5" y="129.6684">bs2 : BVector2</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00014/t00014.cc#L57" target="_top" title="cb" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00014/t00014.cc#L57" xlink:show="new" xlink:title="cb" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00014/t00014.cc#L57" target="_top" title="cb" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00014/t00014.cc#L57" xlink:show="new" xlink:title="cb" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="274.5" y="134.8913"/>
|
||||
<ellipse cx="279.5" cy="139.8913" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00014/t00014.cc#L57" target="_top" title="cb" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00014/t00014.cc#L57" xlink:show="new" xlink:title="cb" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00014/t00014.cc#L57" target="_top" title="cb" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00014/t00014.cc#L57" xlink:show="new" xlink:title="cb" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="171" x="288.5" y="144.6502">cb : GeneralCallback<AIntString></text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00014/t00014.cc#L58" target="_top" title="vcb" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00014/t00014.cc#L58" xlink:show="new" xlink:title="vcb" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00014/t00014.cc#L58" target="_top" title="vcb" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00014/t00014.cc#L58" xlink:show="new" xlink:title="vcb" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="274.5" y="149.8732"/>
|
||||
<ellipse cx="279.5" cy="154.8732" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00014/t00014.cc#L58" target="_top" title="vcb" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00014/t00014.cc#L58" xlink:show="new" xlink:title="vcb" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00014/t00014.cc#L58" target="_top" title="vcb" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00014/t00014.cc#L58" xlink:show="new" xlink:title="vcb" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="94" x="288.5" y="159.6321">vcb : VoidCallback</text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="269.5" x2="464.5" y1="166.8551" y2="166.8551"/>
|
||||
<path codeLine="53" d="M355.1,473.23 C345.29,485.96 332.7,502.3 320.6,518.01 " fill="none" id="C_0000000522-to-C_0000000519" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="42" d="M355.1,473.23 C345.29,485.96 332.7,502.3 320.6,518.01 " fill="none" id="C_0000000522-to-C_0000000519" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="none" points="326.05,522.41,308.3,533.98,314.96,513.86,326.05,522.41" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="56" d="M231.3,395.33 C239.12,424.29 252.72,474.68 263.41,514.25 " fill="none" id="C_0000000534-to-C_0000000519" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="43" d="M231.3,395.33 C239.12,424.29 252.72,474.68 263.41,514.25 " fill="none" id="C_0000000534-to-C_0000000519" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="none" points="270.23,512.66,268.68,533.79,256.71,516.31,270.23,512.66" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="58" d="M307.03,309.64 C319.1,334.94 338.67,376 353.37,406.83 " fill="none" id="C_0000000536-to-C_0000000522" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="44" d="M307.03,309.64 C319.1,334.94 338.67,376 353.37,406.83 " fill="none" id="C_0000000536-to-C_0000000522" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="none" points="359.7,403.84,361.99,424.9,347.06,409.86,359.7,403.84" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="60" d="M420.12,309.64 C411.58,334.7 397.79,375.22 387.32,405.95 " fill="none" id="C_0000000538-to-C_0000000522" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="45" d="M420.12,309.64 C411.58,334.7 397.79,375.22 387.32,405.95 " fill="none" id="C_0000000538-to-C_0000000522" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="none" points="393.94,408.23,380.87,424.9,380.69,403.72,393.94,408.23" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="62" d="M545.2,309.64 C511.84,336.44 456.49,380.92 417.57,412.19 " fill="none" id="C_0000000540-to-C_0000000522" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="46" d="M545.2,309.64 C511.84,336.44 456.49,380.92 417.57,412.19 " fill="none" id="C_0000000540-to-C_0000000522" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="none" points="421.72,417.83,401.74,424.9,412.95,406.92,421.72,417.83" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="66" d="M258.83,165.37 C247.43,177.33 237.34,190.58 230,205 C206.65,250.84 213.59,313.52 219.82,346.88 " fill="none" id="C_0000000533-backto-C_0000000534" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="47" d="M258.83,165.37 C247.43,177.33 237.34,190.58 230,205 C206.65,250.84 213.59,313.52 219.82,346.88 " fill="none" id="C_0000000533-backto-C_0000000534" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#FFFFFF" points="268.23,156.05,261.1524,157.4313,259.7053,164.4957,266.7829,163.1144,268.23,156.05" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="233" y="212.353"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="62" x="243" y="219.897">boolstring</text>
|
||||
<path codeLine="67" d="M325.54,187.37 C323.26,193.3 321.06,199.22 319,205 C312.36,223.68 306.19,245.32 301.92,261.31 " fill="none" id="C_0000000533-backto-C_0000000536" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="48" d="M325.54,187.37 C323.26,193.3 321.06,199.22 319,205 C312.36,223.68 306.19,245.32 301.92,261.31 " fill="none" id="C_0000000533-backto-C_0000000536" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#FFFFFF" points="330.34,175.17,324.4178,179.2843,325.9379,186.3334,331.8601,182.2191,330.34,175.17" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="322" y="212.353"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="62" x="332" y="219.897">floatstring</text>
|
||||
<path codeLine="68" d="M397.29,187.59 C405.98,215 414.68,242.48 420.6,261.14 " fill="none" id="C_0000000533-backto-C_0000000538" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="49" d="M397.29,187.59 C405.98,215 414.68,242.48 420.6,261.14 " fill="none" id="C_0000000533-backto-C_0000000538" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#FFFFFF" points="393.31,175.03,391.3089,181.9579,396.9343,186.4696,398.9353,179.5417,393.31,175.03" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="412" y="212.353"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="51" x="422" y="219.897">intstring</text>
|
||||
<path codeLine="69" d="M465.81,183.89 C496.58,212.51 527.91,241.64 548.88,261.14 " fill="none" id="C_0000000533-backto-C_0000000540" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="50" d="M465.81,183.89 C496.58,212.51 527.91,241.64 548.88,261.14 " fill="none" id="C_0000000533-backto-C_0000000540" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#FFFFFF" points="456.29,175.03,457.9561,182.046,465.0732,183.2065,463.4071,176.1905,456.29,175.03" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="511" y="212.353"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="70" x="521" y="219.897">stringstring</text>
|
||||
<path codeLine="70" d="M255.25,99.49 C182.67,110.84 93.11,138.48 46,205 C35.91,219.24 39.9,238.15 46.78,253.96 " fill="none" id="C_0000000533-backto-C_0000000529" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="51" d="M255.25,99.49 C182.67,110.84 93.11,138.48 46,205 C35.91,219.24 39.9,238.15 46.78,253.96 " fill="none" id="C_0000000533-backto-C_0000000529" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#FFFFFF" points="268.13,97.62,261.6164,94.5259,256.2551,99.3485,262.7687,102.4425,268.13,97.62" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="none" points="52,210.353,56,214.353,52,218.353,48,214.353" style="stroke:#B38D22;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="14" x="59" y="219.897">bs</text>
|
||||
<path codeLine="71" d="M255.96,125.12 C208.47,143.22 154.7,169.36 114,205 C98.75,218.35 86.71,237.62 78.38,253.84 " fill="none" id="C_0000000533-backto-C_0000000529-1" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="52" d="M255.96,125.12 C208.47,143.22 154.7,169.36 114,205 C98.75,218.35 86.71,237.62 78.38,253.84 " fill="none" id="C_0000000533-backto-C_0000000529-1" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#FFFFFF" points="268.21,120.58,261.193,118.918,256.96,124.7559,263.977,126.4179,268.21,120.58" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<ellipse cx="120" cy="215.353" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="21" x="127" y="219.897">bs2</text>
|
||||
<path codeLine="72" d="M477.57,145.48 C556.33,183.57 658.28,232.88 717.19,261.38 " fill="none" id="C_0000000533-backto-C_0000000546" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="53" d="M477.57,145.48 C556.33,183.57 658.28,232.88 717.19,261.38 " fill="none" id="C_0000000533-backto-C_0000000546" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#FFFFFF" points="465.64,139.71,469.3005,145.923,476.4434,144.9336,472.7829,138.7207,465.64,139.71" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<ellipse cx="643" cy="215.353" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="14" x="650" y="219.897">cb</text>
|
||||
<path codeLine="73" d="M478.54,125.8 C581.46,157.44 738.25,206.78 873,254 C879.73,256.36 886.75,258.91 893.72,261.49 " fill="none" id="C_0000000533-backto-C_0000000549" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="54" d="M478.54,125.8 C581.46,157.44 738.25,206.78 873,254 C879.73,256.36 886.75,258.91 893.72,261.49 " fill="none" id="C_0000000533-backto-C_0000000549" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#FFFFFF" points="465.95,121.93,470.5124,127.5143,477.4219,125.4507,472.8595,119.8664,465.95,121.93" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<ellipse cx="783" cy="215.353" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="21" x="790" y="219.897">vcb</text>
|
||||
|
||||
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
@@ -1,6 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="application/ecmascript" contentStyleType="text/css" height="285px" preserveAspectRatio="none" style="width:340px;height:285px;background:#FFFFFF;" version="1.1" viewBox="0 0 340 285" width="340px" zoomAndPan="magnify">
|
||||
<defs>
|
||||
<filter height="300%" id="f1argruq6vccuv" width="300%" x="-1" y="-1">
|
||||
<filter height="300%" id="f1rsiwrecizkyt" width="300%" x="-1" y="-1">
|
||||
<feGaussianBlur result="blurOut" stdDeviation="2.0"/>
|
||||
<feColorMatrix in="blurOut" result="blurOut2" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .4 0"/>
|
||||
<feOffset dx="4.0" dy="4.0" in="blurOut2" result="blurOut3"/>
|
||||
@@ -9,51 +9,51 @@
|
||||
<style type="text/css">a:hover { text-decoration: underline; }</style>
|
||||
</defs>
|
||||
<g>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00015/t00015.cc#L6" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00015/t00015.cc#L6" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<rect codeLine="3" fill="#FEFECE" filter="url(#f1argruq6vccuv)" height="48" id="C_0000000575" style="stroke:#A80036;stroke-width:1.5;" width="66" x="91.5" y="7"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00015/t00015.cc#L6" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00015/t00015.cc#L6" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<rect codeLine="2" fill="#FEFECE" filter="url(#f1rsiwrecizkyt)" height="48" id="C_0000000575" style="stroke:#A80036;stroke-width:1.5;" width="66" x="91.5" y="7"/>
|
||||
<ellipse cx="106.5" cy="23" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M105.9688,29.9219 Q104.2188,29.9219 103.0781,29.1875 Q101.9531,28.4375 101.3906,27.0938 Q100.8438,25.7344 100.8438,23.9375 Q100.8438,21.9063 101.5,20.4531 Q102.1563,19 103.4375,18.2188 Q104.7188,17.4375 106.5938,17.4375 Q107.4844,17.4375 108.1563,17.625 Q108.8281,17.7969 109.5156,18.1406 L108.7031,20.1563 Q108.0781,19.8438 107.5313,19.7188 Q107,19.5938 106.5156,19.5938 Q105.3438,19.5938 104.6406,20.125 Q103.9375,20.6563 103.6406,21.6094 Q103.3438,22.5625 103.3438,23.8281 Q103.3438,25.8438 104.0625,26.8125 Q104.7813,27.7656 106.375,27.7656 Q106.9688,27.7656 107.5938,27.6094 Q108.2188,27.4531 109.0469,27.0781 L109.0469,29.2969 Q108.3125,29.6094 107.5156,29.7656 Q106.7344,29.9219 105.9688,29.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="34" x="120.5" y="27.656">ns1::A</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="92.5" x2="156.5" y1="39" y2="39"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="92.5" x2="156.5" y1="47" y2="47"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00015/t00015.cc#L11" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00015/t00015.cc#L11" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<rect codeLine="6" fill="#FEFECE" filter="url(#f1argruq6vccuv)" height="48" id="C_0000000580" style="stroke:#A80036;stroke-width:1.5;" width="134" x="192.5" y="7"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00015/t00015.cc#L11" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00015/t00015.cc#L11" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<rect codeLine="5" fill="#FEFECE" filter="url(#f1rsiwrecizkyt)" height="48" id="C_0000000580" style="stroke:#A80036;stroke-width:1.5;" width="134" x="192.5" y="7"/>
|
||||
<ellipse cx="207.5" cy="23" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M206.9688,29.9219 Q205.2188,29.9219 204.0781,29.1875 Q202.9531,28.4375 202.3906,27.0938 Q201.8438,25.7344 201.8438,23.9375 Q201.8438,21.9063 202.5,20.4531 Q203.1563,19 204.4375,18.2188 Q205.7188,17.4375 207.5938,17.4375 Q208.4844,17.4375 209.1563,17.625 Q209.8281,17.7969 210.5156,18.1406 L209.7031,20.1563 Q209.0781,19.8438 208.5313,19.7188 Q208,19.5938 207.5156,19.5938 Q206.3438,19.5938 205.6406,20.125 Q204.9375,20.6563 204.6406,21.6094 Q204.3438,22.5625 204.3438,23.8281 Q204.3438,25.8438 205.0625,26.8125 Q205.7813,27.7656 207.375,27.7656 Q207.9688,27.7656 208.5938,27.6094 Q209.2188,27.4531 210.0469,27.0781 L210.0469,29.2969 Q209.3125,29.6094 208.5156,29.7656 Q207.7344,29.9219 206.9688,29.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="102" x="221.5" y="27.656">ns1::ns2_v0_9_0::A</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="193.5" x2="325.5" y1="39" y2="39"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="193.5" x2="325.5" y1="47" y2="47"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00015/t00015.cc#L16" target="_top" title="Anon" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00015/t00015.cc#L16" xlink:show="new" xlink:title="Anon" xlink:type="simple">
|
||||
<rect codeLine="9" fill="#FEFECE" filter="url(#f1argruq6vccuv)" height="48" id="C_0000000584" style="stroke:#A80036;stroke-width:1.5;" width="87" x="7" y="115"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00015/t00015.cc#L16" target="_top" title="Anon" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00015/t00015.cc#L16" xlink:show="new" xlink:title="Anon" xlink:type="simple">
|
||||
<rect codeLine="8" fill="#FEFECE" filter="url(#f1rsiwrecizkyt)" height="48" id="C_0000000584" style="stroke:#A80036;stroke-width:1.5;" width="87" x="7" y="115"/>
|
||||
<ellipse cx="22" cy="131" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M21.4688,137.9219 Q19.7188,137.9219 18.5781,137.1875 Q17.4531,136.4375 16.8906,135.0938 Q16.3438,133.7344 16.3438,131.9375 Q16.3438,129.9063 17,128.4531 Q17.6563,127 18.9375,126.2188 Q20.2188,125.4375 22.0938,125.4375 Q22.9844,125.4375 23.6563,125.625 Q24.3281,125.7969 25.0156,126.1406 L24.2031,128.1563 Q23.5781,127.8438 23.0313,127.7188 Q22.5,127.5938 22.0156,127.5938 Q20.8438,127.5938 20.1406,128.125 Q19.4375,128.6563 19.1406,129.6094 Q18.8438,130.5625 18.8438,131.8281 Q18.8438,133.8438 19.5625,134.8125 Q20.2813,135.7656 21.875,135.7656 Q22.4688,135.7656 23.0938,135.6094 Q23.7188,135.4531 24.5469,135.0781 L24.5469,137.2969 Q23.8125,137.6094 23.0156,137.7656 Q22.2344,137.9219 21.4688,137.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="55" x="36" y="135.656">ns1::Anon</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="93" y1="147" y2="147"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="93" y1="155" y2="155"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00015/t00015.cc#L24" target="_top" title="Anon" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00015/t00015.cc#L24" xlink:show="new" xlink:title="Anon" xlink:type="simple">
|
||||
<rect codeLine="13" fill="#FEFECE" filter="url(#f1argruq6vccuv)" height="48" id="C_0000000591" style="stroke:#A80036;stroke-width:1.5;" width="139" x="129" y="115"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00015/t00015.cc#L24" target="_top" title="Anon" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00015/t00015.cc#L24" xlink:show="new" xlink:title="Anon" xlink:type="simple">
|
||||
<rect codeLine="11" fill="#FEFECE" filter="url(#f1rsiwrecizkyt)" height="48" id="C_0000000591" style="stroke:#A80036;stroke-width:1.5;" width="139" x="129" y="115"/>
|
||||
<ellipse cx="144" cy="131" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M143.4688,137.9219 Q141.7188,137.9219 140.5781,137.1875 Q139.4531,136.4375 138.8906,135.0938 Q138.3438,133.7344 138.3438,131.9375 Q138.3438,129.9063 139,128.4531 Q139.6563,127 140.9375,126.2188 Q142.2188,125.4375 144.0938,125.4375 Q144.9844,125.4375 145.6563,125.625 Q146.3281,125.7969 147.0156,126.1406 L146.2031,128.1563 Q145.5781,127.8438 145.0313,127.7188 Q144.5,127.5938 144.0156,127.5938 Q142.8438,127.5938 142.1406,128.125 Q141.4375,128.6563 141.1406,129.6094 Q140.8438,130.5625 140.8438,131.8281 Q140.8438,133.8438 141.5625,134.8125 Q142.2813,135.7656 143.875,135.7656 Q144.4688,135.7656 145.0938,135.6094 Q145.7188,135.4531 146.5469,135.0781 L146.5469,137.2969 Q145.8125,137.6094 145.0156,137.7656 Q144.2344,137.9219 143.4688,137.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="107" x="158" y="135.656">ns3::ns1::ns2::Anon</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="130" x2="267" y1="147" y2="147"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="130" x2="267" y1="155" y2="155"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00015/t00015.cc#L28" target="_top" title="B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00015/t00015.cc#L28" xlink:show="new" xlink:title="B" xlink:type="simple">
|
||||
<rect codeLine="16" fill="#FEFECE" filter="url(#f1argruq6vccuv)" height="48" id="C_0000000595" style="stroke:#A80036;stroke-width:1.5;" width="66" x="165.5" y="223"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00015/t00015.cc#L28" target="_top" title="B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00015/t00015.cc#L28" xlink:show="new" xlink:title="B" xlink:type="simple">
|
||||
<rect codeLine="14" fill="#FEFECE" filter="url(#f1rsiwrecizkyt)" height="48" id="C_0000000595" style="stroke:#A80036;stroke-width:1.5;" width="66" x="165.5" y="223"/>
|
||||
<ellipse cx="180.5" cy="239" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M179.9688,245.9219 Q178.2188,245.9219 177.0781,245.1875 Q175.9531,244.4375 175.3906,243.0938 Q174.8438,241.7344 174.8438,239.9375 Q174.8438,237.9063 175.5,236.4531 Q176.1563,235 177.4375,234.2188 Q178.7188,233.4375 180.5938,233.4375 Q181.4844,233.4375 182.1563,233.625 Q182.8281,233.7969 183.5156,234.1406 L182.7031,236.1563 Q182.0781,235.8438 181.5313,235.7188 Q181,235.5938 180.5156,235.5938 Q179.3438,235.5938 178.6406,236.125 Q177.9375,236.6563 177.6406,237.6094 Q177.3438,238.5625 177.3438,239.8281 Q177.3438,241.8438 178.0625,242.8125 Q178.7813,243.7656 180.375,243.7656 Q180.9688,243.7656 181.5938,243.6094 Q182.2188,243.4531 183.0469,243.0781 L183.0469,245.2969 Q182.3125,245.6094 181.5156,245.7656 Q180.7344,245.9219 179.9688,245.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="34" x="194.5" y="243.656">ns3::B</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="166.5" x2="230.5" y1="255" y2="255"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="166.5" x2="230.5" y1="263" y2="263"/>
|
||||
</a>
|
||||
<path codeLine="20" d="M96.82,71.66 C86.7,86.15 75.58,102.07 66.78,114.68 " fill="none" id="C_0000000575-backto-C_0000000584" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="16" d="M96.82,71.66 C86.7,86.15 75.58,102.07 66.78,114.68 " fill="none" id="C_0000000575-backto-C_0000000584" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="none" points="91.25,67.39,108.44,55,102.73,75.41,91.25,67.39" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="22" d="M152.18,71.66 C162.3,86.15 173.42,102.07 182.22,114.68 " fill="none" id="C_0000000575-backto-C_0000000591" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="17" d="M152.18,71.66 C162.3,86.15 173.42,102.07 182.22,114.68 " fill="none" id="C_0000000575-backto-C_0000000591" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="none" points="146.27,75.41,140.56,55,157.75,67.39,146.27,75.41" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="23" d="M198.5,183.02 C198.5,196.58 198.5,211.04 198.5,222.68 " fill="none" id="C_0000000591-backto-C_0000000595" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="18" d="M198.5,183.02 C198.5,196.58 198.5,211.04 198.5,222.68 " fill="none" id="C_0000000591-backto-C_0000000595" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="none" points="191.5,183,198.5,163,205.5,183,191.5,183" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
@@ -1,6 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="application/ecmascript" contentStyleType="text/css" height="209px" preserveAspectRatio="none" style="width:648px;height:209px;background:#FFFFFF;" version="1.1" viewBox="0 0 648 209" width="648px" zoomAndPan="magnify">
|
||||
<defs>
|
||||
<filter height="300%" id="f8pwyuezkeq6r" width="300%" x="-1" y="-1">
|
||||
<filter height="300%" id="fbk7a8ooyr4hp" width="300%" x="-1" y="-1">
|
||||
<feGaussianBlur result="blurOut" stdDeviation="2.0"/>
|
||||
<feColorMatrix in="blurOut" result="blurOut2" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .4 0"/>
|
||||
<feOffset dx="4.0" dy="4.0" in="blurOut2" result="blurOut3"/>
|
||||
@@ -9,8 +9,8 @@
|
||||
<style type="text/css">a:hover { text-decoration: underline; }</style>
|
||||
</defs>
|
||||
<g>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00016/t00016.cc#L4" target="_top" title="is_numeric" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00016/t00016.cc#L4" xlink:show="new" xlink:title="is_numeric" xlink:type="simple">
|
||||
<rect codeLine="3" fill="#FEFECE" filter="url(#f8pwyuezkeq6r)" height="62.9819" id="C_0000000602" style="stroke:#A80036;stroke-width:1.5;" width="106" x="283" y="133.016"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00016/t00016.cc#L4" target="_top" title="is_numeric" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00016/t00016.cc#L4" xlink:show="new" xlink:title="is_numeric" xlink:type="simple">
|
||||
<rect codeLine="2" fill="#FEFECE" filter="url(#fbk7a8ooyr4hp)" height="62.9819" id="C_0000000602" style="stroke:#A80036;stroke-width:1.5;" width="106" x="283" y="133.016"/>
|
||||
<ellipse cx="298" cy="149.016" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M297.4688,155.9379 Q295.7188,155.9379 294.5781,155.2035 Q293.4531,154.4535 292.8906,153.1098 Q292.3438,151.7504 292.3438,149.9535 Q292.3438,147.9223 293,146.4691 Q293.6563,145.016 294.9375,144.2348 Q296.2188,143.4535 298.0938,143.4535 Q298.9844,143.4535 299.6563,143.641 Q300.3281,143.8129 301.0156,144.1566 L300.2031,146.1723 Q299.5781,145.8598 299.0313,145.7348 Q298.5,145.6098 298.0156,145.6098 Q296.8438,145.6098 296.1406,146.141 Q295.4375,146.6723 295.1406,147.6254 Q294.8438,148.5785 294.8438,149.8441 Q294.8438,151.8598 295.5625,152.8285 Q296.2813,153.7816 297.875,153.7816 Q298.4688,153.7816 299.0938,153.6254 Q299.7188,153.4691 300.5469,153.0941 L300.5469,155.3129 Q299.8125,155.6254 299.0156,155.7816 Q298.2344,155.9379 297.4688,155.9379 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="74" x="312" y="153.6721">is_numeric<></text>
|
||||
@@ -19,8 +19,8 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="67" x="303" y="180.7749">value : enum</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="284" x2="388" y1="187.9979" y2="187.9979"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00016/t00016.cc#L8" target="_top" title="is_numeric" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00016/t00016.cc#L8" xlink:show="new" xlink:title="is_numeric" xlink:type="simple">
|
||||
<rect codeLine="8" fill="#FEFECE" filter="url(#f8pwyuezkeq6r)" height="62.9819" id="C_0000000607" style="stroke:#A80036;stroke-width:1.5;" width="120" x="7" y="10.016"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00016/t00016.cc#L8" target="_top" title="is_numeric" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00016/t00016.cc#L8" xlink:show="new" xlink:title="is_numeric" xlink:type="simple">
|
||||
<rect codeLine="6" fill="#FEFECE" filter="url(#fbk7a8ooyr4hp)" height="62.9819" id="C_0000000607" style="stroke:#A80036;stroke-width:1.5;" width="120" x="7" y="10.016"/>
|
||||
<ellipse cx="22" cy="26.016" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M21.4688,32.9379 Q19.7188,32.9379 18.5781,32.2035 Q17.4531,31.4535 16.8906,30.1098 Q16.3438,28.7504 16.3438,26.9535 Q16.3438,24.9223 17,23.4691 Q17.6563,22.016 18.9375,21.2348 Q20.2188,20.4535 22.0938,20.4535 Q22.9844,20.4535 23.6563,20.641 Q24.3281,20.8129 25.0156,21.1566 L24.2031,23.1723 Q23.5781,22.8598 23.0313,22.7348 Q22.5,22.6098 22.0156,22.6098 Q20.8438,22.6098 20.1406,23.141 Q19.4375,23.6723 19.1406,24.6254 Q18.8438,25.5785 18.8438,26.8441 Q18.8438,28.8598 19.5625,29.8285 Q20.2813,30.7816 21.875,30.7816 Q22.4688,30.7816 23.0938,30.6254 Q23.7188,30.4691 24.5469,30.0941 L24.5469,32.3129 Q23.8125,32.6254 23.0156,32.7816 Q22.2344,32.9379 21.4688,32.9379 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="60" x="36" y="30.6721">is_numeric</text>
|
||||
@@ -31,8 +31,8 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="67" x="27" y="57.7749">value : enum</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="126" y1="64.9979" y2="64.9979"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00016/t00016.cc#L12" target="_top" title="is_numeric" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00016/t00016.cc#L12" xlink:show="new" xlink:title="is_numeric" xlink:type="simple">
|
||||
<rect codeLine="13" fill="#FEFECE" filter="url(#f8pwyuezkeq6r)" height="62.9819" id="C_0000000617" style="stroke:#A80036;stroke-width:1.5;" width="172" x="162" y="10.016"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00016/t00016.cc#L12" target="_top" title="is_numeric" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00016/t00016.cc#L12" xlink:show="new" xlink:title="is_numeric" xlink:type="simple">
|
||||
<rect codeLine="10" fill="#FEFECE" filter="url(#fbk7a8ooyr4hp)" height="62.9819" id="C_0000000617" style="stroke:#A80036;stroke-width:1.5;" width="172" x="162" y="10.016"/>
|
||||
<ellipse cx="177" cy="26.016" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M176.4688,32.9379 Q174.7188,32.9379 173.5781,32.2035 Q172.4531,31.4535 171.8906,30.1098 Q171.3438,28.7504 171.3438,26.9535 Q171.3438,24.9223 172,23.4691 Q172.6563,22.016 173.9375,21.2348 Q175.2188,20.4535 177.0938,20.4535 Q177.9844,20.4535 178.6563,20.641 Q179.3281,20.8129 180.0156,21.1566 L179.2031,23.1723 Q178.5781,22.8598 178.0313,22.7348 Q177.5,22.6098 177.0156,22.6098 Q175.8438,22.6098 175.1406,23.141 Q174.4375,23.6723 174.1406,24.6254 Q173.8438,25.5785 173.8438,26.8441 Q173.8438,28.8598 174.5625,29.8285 Q175.2813,30.7816 176.875,30.7816 Q177.4688,30.7816 178.0938,30.6254 Q178.7188,30.4691 179.5469,30.0941 L179.5469,32.3129 Q178.8125,32.6254 178.0156,32.7816 Q177.2344,32.9379 176.4688,32.9379 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="60" x="191" y="30.6721">is_numeric</text>
|
||||
@@ -43,8 +43,8 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="67" x="182" y="57.7749">value : enum</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="163" x2="333" y1="64.9979" y2="64.9979"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00016/t00016.cc#L16" target="_top" title="is_numeric" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00016/t00016.cc#L16" xlink:show="new" xlink:title="is_numeric" xlink:type="simple">
|
||||
<rect codeLine="18" fill="#FEFECE" filter="url(#f8pwyuezkeq6r)" height="62.9819" id="C_0000000627" style="stroke:#A80036;stroke-width:1.5;" width="110" x="369" y="10.016"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00016/t00016.cc#L16" target="_top" title="is_numeric" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00016/t00016.cc#L16" xlink:show="new" xlink:title="is_numeric" xlink:type="simple">
|
||||
<rect codeLine="14" fill="#FEFECE" filter="url(#fbk7a8ooyr4hp)" height="62.9819" id="C_0000000627" style="stroke:#A80036;stroke-width:1.5;" width="110" x="369" y="10.016"/>
|
||||
<ellipse cx="384" cy="26.016" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M383.4688,32.9379 Q381.7188,32.9379 380.5781,32.2035 Q379.4531,31.4535 378.8906,30.1098 Q378.3438,28.7504 378.3438,26.9535 Q378.3438,24.9223 379,23.4691 Q379.6563,22.016 380.9375,21.2348 Q382.2188,20.4535 384.0938,20.4535 Q384.9844,20.4535 385.6563,20.641 Q386.3281,20.8129 387.0156,21.1566 L386.2031,23.1723 Q385.5781,22.8598 385.0313,22.7348 Q384.5,22.6098 384.0156,22.6098 Q382.8438,22.6098 382.1406,23.141 Q381.4375,23.6723 381.1406,24.6254 Q380.8438,25.5785 380.8438,26.8441 Q380.8438,28.8598 381.5625,29.8285 Q382.2813,30.7816 383.875,30.7816 Q384.4688,30.7816 385.0938,30.6254 Q385.7188,30.4691 386.5469,30.0941 L386.5469,32.3129 Q385.8125,32.6254 385.0156,32.7816 Q384.2344,32.9379 383.4688,32.9379 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="60" x="398" y="30.6721">is_numeric</text>
|
||||
@@ -55,8 +55,8 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="67" x="389" y="57.7749">value : enum</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="370" x2="478" y1="64.9979" y2="64.9979"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00016/t00016.cc#L20" target="_top" title="is_numeric" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00016/t00016.cc#L20" xlink:show="new" xlink:title="is_numeric" xlink:type="simple">
|
||||
<rect codeLine="23" fill="#FEFECE" filter="url(#f8pwyuezkeq6r)" height="62.9819" id="C_0000000637" style="stroke:#A80036;stroke-width:1.5;" width="120" x="514" y="10.016"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00016/t00016.cc#L20" target="_top" title="is_numeric" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00016/t00016.cc#L20" xlink:show="new" xlink:title="is_numeric" xlink:type="simple">
|
||||
<rect codeLine="18" fill="#FEFECE" filter="url(#fbk7a8ooyr4hp)" height="62.9819" id="C_0000000637" style="stroke:#A80036;stroke-width:1.5;" width="120" x="514" y="10.016"/>
|
||||
<ellipse cx="529" cy="26.016" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M528.4688,32.9379 Q526.7188,32.9379 525.5781,32.2035 Q524.4531,31.4535 523.8906,30.1098 Q523.3438,28.7504 523.3438,26.9535 Q523.3438,24.9223 524,23.4691 Q524.6563,22.016 525.9375,21.2348 Q527.2188,20.4535 529.0938,20.4535 Q529.9844,20.4535 530.6563,20.641 Q531.3281,20.8129 532.0156,21.1566 L531.2031,23.1723 Q530.5781,22.8598 530.0313,22.7348 Q529.5,22.6098 529.0156,22.6098 Q527.8438,22.6098 527.1406,23.141 Q526.4375,23.6723 526.1406,24.6254 Q525.8438,25.5785 525.8438,26.8441 Q525.8438,28.8598 526.5625,29.8285 Q527.2813,30.7816 528.875,30.7816 Q529.4688,30.7816 530.0938,30.6254 Q530.7188,30.4691 531.5469,30.0941 L531.5469,32.3129 Q530.8125,32.6254 530.0156,32.7816 Q529.2344,32.9379 528.4688,32.9379 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="60" x="543" y="30.6721">is_numeric</text>
|
||||
@@ -67,13 +67,13 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="67" x="534" y="57.7749">value : enum</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="515" x2="633" y1="64.9979" y2="64.9979"/>
|
||||
</a>
|
||||
<path codeLine="29" d="M127.03,69.516 C167.77,87.846 221.81,112.156 264.73,131.456 " fill="none" id="C_0000000607-to-C_0000000602" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="21" d="M127.03,69.516 C167.77,87.846 221.81,112.156 264.73,131.456 " fill="none" id="C_0000000607-to-C_0000000602" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="none" points="267.61,125.076,282.98,139.666,261.86,137.846,267.61,125.076" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="31" d="M270.21,73.046 C279.79,86.236 291.23,101.956 301.86,116.566 " fill="none" id="C_0000000617-to-C_0000000602" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="22" d="M270.21,73.046 C279.79,86.236 291.23,101.956 301.86,116.566 " fill="none" id="C_0000000617-to-C_0000000602" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="none" points="307.7,112.696,313.8,132.996,296.38,120.936,307.7,112.696" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="33" d="M401.79,73.046 C392.21,86.236 380.77,101.956 370.14,116.566 " fill="none" id="C_0000000627-to-C_0000000602" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="23" d="M401.79,73.046 C392.21,86.236 380.77,101.956 370.14,116.566 " fill="none" id="C_0000000627-to-C_0000000602" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="none" points="375.62,120.936,358.2,132.996,364.3,112.696,375.62,120.936" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="35" d="M513.94,73.046 C481.53,89.526 441.3,109.976 407.3,127.266 " fill="none" id="C_0000000637-to-C_0000000602" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="24" d="M513.94,73.046 C481.53,89.526 441.3,109.976 407.3,127.266 " fill="none" id="C_0000000637-to-C_0000000602" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="none" points="410.14,133.676,389.14,136.496,403.8,121.196,410.14,133.676" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
@@ -1,6 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="application/ecmascript" contentStyleType="text/css" height="271px" preserveAspectRatio="none" style="width:803px;height:271px;background:#FFFFFF;" version="1.1" viewBox="0 0 803 271" width="803px" zoomAndPan="magnify">
|
||||
<defs>
|
||||
<filter height="300%" id="fzmb1zes47r2t" width="300%" x="-1" y="-1">
|
||||
<filter height="300%" id="f8sldu3t5xw5" width="300%" x="-1" y="-1">
|
||||
<feGaussianBlur result="blurOut" stdDeviation="2.0"/>
|
||||
<feColorMatrix in="blurOut" result="blurOut2" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .4 0"/>
|
||||
<feOffset dx="4.0" dy="4.0" in="blurOut2" result="blurOut3"/>
|
||||
@@ -9,176 +9,176 @@
|
||||
<style type="text/css">a:hover { text-decoration: underline; }</style>
|
||||
</defs>
|
||||
<g>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00017/t00017.cc#L5" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00017/t00017.cc#L5" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<rect codeLine="3" fill="#FEFECE" filter="url(#fzmb1zes47r2t)" height="48" id="C_0000000651" style="stroke:#A80036;stroke-width:1.5;" width="40" x="7" y="209"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00017/t00017.cc#L5" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00017/t00017.cc#L5" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<rect codeLine="2" fill="#FEFECE" filter="url(#f8sldu3t5xw5)" height="48" id="C_0000000651" style="stroke:#A80036;stroke-width:1.5;" width="40" x="7" y="209"/>
|
||||
<ellipse cx="22" cy="225" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M21.4688,231.9219 Q19.7188,231.9219 18.5781,231.1875 Q17.4531,230.4375 16.8906,229.0938 Q16.3438,227.7344 16.3438,225.9375 Q16.3438,223.9063 17,222.4531 Q17.6563,221 18.9375,220.2188 Q20.2188,219.4375 22.0938,219.4375 Q22.9844,219.4375 23.6563,219.625 Q24.3281,219.7969 25.0156,220.1406 L24.2031,222.1563 Q23.5781,221.8438 23.0313,221.7188 Q22.5,221.5938 22.0156,221.5938 Q20.8438,221.5938 20.1406,222.125 Q19.4375,222.6563 19.1406,223.6094 Q18.8438,224.5625 18.8438,225.8281 Q18.8438,227.8438 19.5625,228.8125 Q20.2813,229.7656 21.875,229.7656 Q22.4688,229.7656 23.0938,229.6094 Q23.7188,229.4531 24.5469,229.0781 L24.5469,231.2969 Q23.8125,231.6094 23.0156,231.7656 Q22.2344,231.9219 21.4688,231.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="36" y="229.656">A</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="46" y1="241" y2="241"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="46" y1="249" y2="249"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00017/t00017.cc#L8" target="_top" title="B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00017/t00017.cc#L8" xlink:show="new" xlink:title="B" xlink:type="simple">
|
||||
<rect codeLine="7" fill="#FEFECE" filter="url(#fzmb1zes47r2t)" height="48" id="C_0000000655" style="stroke:#A80036;stroke-width:1.5;" width="40" x="82" y="209"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00017/t00017.cc#L8" target="_top" title="B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00017/t00017.cc#L8" xlink:show="new" xlink:title="B" xlink:type="simple">
|
||||
<rect codeLine="5" fill="#FEFECE" filter="url(#f8sldu3t5xw5)" height="48" id="C_0000000655" style="stroke:#A80036;stroke-width:1.5;" width="40" x="82" y="209"/>
|
||||
<ellipse cx="97" cy="225" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M96.4688,231.9219 Q94.7188,231.9219 93.5781,231.1875 Q92.4531,230.4375 91.8906,229.0938 Q91.3438,227.7344 91.3438,225.9375 Q91.3438,223.9063 92,222.4531 Q92.6563,221 93.9375,220.2188 Q95.2188,219.4375 97.0938,219.4375 Q97.9844,219.4375 98.6563,219.625 Q99.3281,219.7969 100.0156,220.1406 L99.2031,222.1563 Q98.5781,221.8438 98.0313,221.7188 Q97.5,221.5938 97.0156,221.5938 Q95.8438,221.5938 95.1406,222.125 Q94.4375,222.6563 94.1406,223.6094 Q93.8438,224.5625 93.8438,225.8281 Q93.8438,227.8438 94.5625,228.8125 Q95.2813,229.7656 96.875,229.7656 Q97.4688,229.7656 98.0938,229.6094 Q98.7188,229.4531 99.5469,229.0781 L99.5469,231.2969 Q98.8125,231.6094 98.0156,231.7656 Q97.2344,231.9219 96.4688,231.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="111" y="229.656">B</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="83" x2="121" y1="241" y2="241"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="83" x2="121" y1="249" y2="249"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00017/t00017.cc#L11" target="_top" title="C" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00017/t00017.cc#L11" xlink:show="new" xlink:title="C" xlink:type="simple">
|
||||
<rect codeLine="11" fill="#FEFECE" filter="url(#fzmb1zes47r2t)" height="48" id="C_0000000659" style="stroke:#A80036;stroke-width:1.5;" width="40" x="157" y="209"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00017/t00017.cc#L11" target="_top" title="C" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00017/t00017.cc#L11" xlink:show="new" xlink:title="C" xlink:type="simple">
|
||||
<rect codeLine="8" fill="#FEFECE" filter="url(#f8sldu3t5xw5)" height="48" id="C_0000000659" style="stroke:#A80036;stroke-width:1.5;" width="40" x="157" y="209"/>
|
||||
<ellipse cx="172" cy="225" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M171.4688,231.9219 Q169.7188,231.9219 168.5781,231.1875 Q167.4531,230.4375 166.8906,229.0938 Q166.3438,227.7344 166.3438,225.9375 Q166.3438,223.9063 167,222.4531 Q167.6563,221 168.9375,220.2188 Q170.2188,219.4375 172.0938,219.4375 Q172.9844,219.4375 173.6563,219.625 Q174.3281,219.7969 175.0156,220.1406 L174.2031,222.1563 Q173.5781,221.8438 173.0313,221.7188 Q172.5,221.5938 172.0156,221.5938 Q170.8438,221.5938 170.1406,222.125 Q169.4375,222.6563 169.1406,223.6094 Q168.8438,224.5625 168.8438,225.8281 Q168.8438,227.8438 169.5625,228.8125 Q170.2813,229.7656 171.875,229.7656 Q172.4688,229.7656 173.0938,229.6094 Q173.7188,229.4531 174.5469,229.0781 L174.5469,231.2969 Q173.8125,231.6094 173.0156,231.7656 Q172.2344,231.9219 171.4688,231.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="186" y="229.656">C</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="158" x2="196" y1="241" y2="241"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="158" x2="196" y1="249" y2="249"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00017/t00017.cc#L14" target="_top" title="D" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00017/t00017.cc#L14" xlink:show="new" xlink:title="D" xlink:type="simple">
|
||||
<rect codeLine="15" fill="#FEFECE" filter="url(#fzmb1zes47r2t)" height="48" id="C_0000000663" style="stroke:#A80036;stroke-width:1.5;" width="41" x="232.5" y="209"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00017/t00017.cc#L14" target="_top" title="D" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00017/t00017.cc#L14" xlink:show="new" xlink:title="D" xlink:type="simple">
|
||||
<rect codeLine="11" fill="#FEFECE" filter="url(#f8sldu3t5xw5)" height="48" id="C_0000000663" style="stroke:#A80036;stroke-width:1.5;" width="41" x="232.5" y="209"/>
|
||||
<ellipse cx="247.5" cy="225" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M246.9688,231.9219 Q245.2188,231.9219 244.0781,231.1875 Q242.9531,230.4375 242.3906,229.0938 Q241.8438,227.7344 241.8438,225.9375 Q241.8438,223.9063 242.5,222.4531 Q243.1563,221 244.4375,220.2188 Q245.7188,219.4375 247.5938,219.4375 Q248.4844,219.4375 249.1563,219.625 Q249.8281,219.7969 250.5156,220.1406 L249.7031,222.1563 Q249.0781,221.8438 248.5313,221.7188 Q248,221.5938 247.5156,221.5938 Q246.3438,221.5938 245.6406,222.125 Q244.9375,222.6563 244.6406,223.6094 Q244.3438,224.5625 244.3438,225.8281 Q244.3438,227.8438 245.0625,228.8125 Q245.7813,229.7656 247.375,229.7656 Q247.9688,229.7656 248.5938,229.6094 Q249.2188,229.4531 250.0469,229.0781 L250.0469,231.2969 Q249.3125,231.6094 248.5156,231.7656 Q247.7344,231.9219 246.9688,231.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="9" x="261.5" y="229.656">D</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="233.5" x2="272.5" y1="241" y2="241"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="233.5" x2="272.5" y1="249" y2="249"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00017/t00017.cc#L17" target="_top" title="E" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00017/t00017.cc#L17" xlink:show="new" xlink:title="E" xlink:type="simple">
|
||||
<rect codeLine="19" fill="#FEFECE" filter="url(#fzmb1zes47r2t)" height="48" id="C_0000000667" style="stroke:#A80036;stroke-width:1.5;" width="39" x="308.5" y="209"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00017/t00017.cc#L17" target="_top" title="E" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00017/t00017.cc#L17" xlink:show="new" xlink:title="E" xlink:type="simple">
|
||||
<rect codeLine="14" fill="#FEFECE" filter="url(#f8sldu3t5xw5)" height="48" id="C_0000000667" style="stroke:#A80036;stroke-width:1.5;" width="39" x="308.5" y="209"/>
|
||||
<ellipse cx="323.5" cy="225" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M322.9688,231.9219 Q321.2188,231.9219 320.0781,231.1875 Q318.9531,230.4375 318.3906,229.0938 Q317.8438,227.7344 317.8438,225.9375 Q317.8438,223.9063 318.5,222.4531 Q319.1563,221 320.4375,220.2188 Q321.7188,219.4375 323.5938,219.4375 Q324.4844,219.4375 325.1563,219.625 Q325.8281,219.7969 326.5156,220.1406 L325.7031,222.1563 Q325.0781,221.8438 324.5313,221.7188 Q324,221.5938 323.5156,221.5938 Q322.3438,221.5938 321.6406,222.125 Q320.9375,222.6563 320.6406,223.6094 Q320.3438,224.5625 320.3438,225.8281 Q320.3438,227.8438 321.0625,228.8125 Q321.7813,229.7656 323.375,229.7656 Q323.9688,229.7656 324.5938,229.6094 Q325.2188,229.4531 326.0469,229.0781 L326.0469,231.2969 Q325.3125,231.6094 324.5156,231.7656 Q323.7344,231.9219 322.9688,231.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="7" x="337.5" y="229.656">E</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="309.5" x2="346.5" y1="241" y2="241"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="309.5" x2="346.5" y1="249" y2="249"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00017/t00017.cc#L20" target="_top" title="F" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00017/t00017.cc#L20" xlink:show="new" xlink:title="F" xlink:type="simple">
|
||||
<rect codeLine="23" fill="#FEFECE" filter="url(#fzmb1zes47r2t)" height="48" id="C_0000000671" style="stroke:#A80036;stroke-width:1.5;" width="38" x="383" y="209"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00017/t00017.cc#L20" target="_top" title="F" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00017/t00017.cc#L20" xlink:show="new" xlink:title="F" xlink:type="simple">
|
||||
<rect codeLine="17" fill="#FEFECE" filter="url(#f8sldu3t5xw5)" height="48" id="C_0000000671" style="stroke:#A80036;stroke-width:1.5;" width="38" x="383" y="209"/>
|
||||
<ellipse cx="398" cy="225" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M397.4688,231.9219 Q395.7188,231.9219 394.5781,231.1875 Q393.4531,230.4375 392.8906,229.0938 Q392.3438,227.7344 392.3438,225.9375 Q392.3438,223.9063 393,222.4531 Q393.6563,221 394.9375,220.2188 Q396.2188,219.4375 398.0938,219.4375 Q398.9844,219.4375 399.6563,219.625 Q400.3281,219.7969 401.0156,220.1406 L400.2031,222.1563 Q399.5781,221.8438 399.0313,221.7188 Q398.5,221.5938 398.0156,221.5938 Q396.8438,221.5938 396.1406,222.125 Q395.4375,222.6563 395.1406,223.6094 Q394.8438,224.5625 394.8438,225.8281 Q394.8438,227.8438 395.5625,228.8125 Q396.2813,229.7656 397.875,229.7656 Q398.4688,229.7656 399.0938,229.6094 Q399.7188,229.4531 400.5469,229.0781 L400.5469,231.2969 Q399.8125,231.6094 399.0156,231.7656 Q398.2344,231.9219 397.4688,231.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="6" x="412" y="229.656">F</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="384" x2="420" y1="241" y2="241"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="384" x2="420" y1="249" y2="249"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00017/t00017.cc#L23" target="_top" title="G" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00017/t00017.cc#L23" xlink:show="new" xlink:title="G" xlink:type="simple">
|
||||
<rect codeLine="27" fill="#FEFECE" filter="url(#fzmb1zes47r2t)" height="48" id="C_0000000675" style="stroke:#A80036;stroke-width:1.5;" width="41" x="456.5" y="209"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00017/t00017.cc#L23" target="_top" title="G" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00017/t00017.cc#L23" xlink:show="new" xlink:title="G" xlink:type="simple">
|
||||
<rect codeLine="20" fill="#FEFECE" filter="url(#f8sldu3t5xw5)" height="48" id="C_0000000675" style="stroke:#A80036;stroke-width:1.5;" width="41" x="456.5" y="209"/>
|
||||
<ellipse cx="471.5" cy="225" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M470.9688,231.9219 Q469.2188,231.9219 468.0781,231.1875 Q466.9531,230.4375 466.3906,229.0938 Q465.8438,227.7344 465.8438,225.9375 Q465.8438,223.9063 466.5,222.4531 Q467.1563,221 468.4375,220.2188 Q469.7188,219.4375 471.5938,219.4375 Q472.4844,219.4375 473.1563,219.625 Q473.8281,219.7969 474.5156,220.1406 L473.7031,222.1563 Q473.0781,221.8438 472.5313,221.7188 Q472,221.5938 471.5156,221.5938 Q470.3438,221.5938 469.6406,222.125 Q468.9375,222.6563 468.6406,223.6094 Q468.3438,224.5625 468.3438,225.8281 Q468.3438,227.8438 469.0625,228.8125 Q469.7813,229.7656 471.375,229.7656 Q471.9688,229.7656 472.5938,229.6094 Q473.2188,229.4531 474.0469,229.0781 L474.0469,231.2969 Q473.3125,231.6094 472.5156,231.7656 Q471.7344,231.9219 470.9688,231.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="9" x="485.5" y="229.656">G</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="457.5" x2="496.5" y1="241" y2="241"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="457.5" x2="496.5" y1="249" y2="249"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00017/t00017.cc#L26" target="_top" title="H" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00017/t00017.cc#L26" xlink:show="new" xlink:title="H" xlink:type="simple">
|
||||
<rect codeLine="31" fill="#FEFECE" filter="url(#fzmb1zes47r2t)" height="48" id="C_0000000679" style="stroke:#A80036;stroke-width:1.5;" width="41" x="532.5" y="209"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00017/t00017.cc#L26" target="_top" title="H" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00017/t00017.cc#L26" xlink:show="new" xlink:title="H" xlink:type="simple">
|
||||
<rect codeLine="23" fill="#FEFECE" filter="url(#f8sldu3t5xw5)" height="48" id="C_0000000679" style="stroke:#A80036;stroke-width:1.5;" width="41" x="532.5" y="209"/>
|
||||
<ellipse cx="547.5" cy="225" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M546.9688,231.9219 Q545.2188,231.9219 544.0781,231.1875 Q542.9531,230.4375 542.3906,229.0938 Q541.8438,227.7344 541.8438,225.9375 Q541.8438,223.9063 542.5,222.4531 Q543.1563,221 544.4375,220.2188 Q545.7188,219.4375 547.5938,219.4375 Q548.4844,219.4375 549.1563,219.625 Q549.8281,219.7969 550.5156,220.1406 L549.7031,222.1563 Q549.0781,221.8438 548.5313,221.7188 Q548,221.5938 547.5156,221.5938 Q546.3438,221.5938 545.6406,222.125 Q544.9375,222.6563 544.6406,223.6094 Q544.3438,224.5625 544.3438,225.8281 Q544.3438,227.8438 545.0625,228.8125 Q545.7813,229.7656 547.375,229.7656 Q547.9688,229.7656 548.5938,229.6094 Q549.2188,229.4531 550.0469,229.0781 L550.0469,231.2969 Q549.3125,231.6094 548.5156,231.7656 Q547.7344,231.9219 546.9688,231.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="9" x="561.5" y="229.656">H</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="533.5" x2="572.5" y1="241" y2="241"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="533.5" x2="572.5" y1="249" y2="249"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00017/t00017.cc#L29" target="_top" title="I" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00017/t00017.cc#L29" xlink:show="new" xlink:title="I" xlink:type="simple">
|
||||
<rect codeLine="35" fill="#FEFECE" filter="url(#fzmb1zes47r2t)" height="48" id="C_0000000683" style="stroke:#A80036;stroke-width:1.5;" width="36" x="609" y="209"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00017/t00017.cc#L29" target="_top" title="I" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00017/t00017.cc#L29" xlink:show="new" xlink:title="I" xlink:type="simple">
|
||||
<rect codeLine="26" fill="#FEFECE" filter="url(#f8sldu3t5xw5)" height="48" id="C_0000000683" style="stroke:#A80036;stroke-width:1.5;" width="36" x="609" y="209"/>
|
||||
<ellipse cx="624" cy="225" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M623.4688,231.9219 Q621.7188,231.9219 620.5781,231.1875 Q619.4531,230.4375 618.8906,229.0938 Q618.3438,227.7344 618.3438,225.9375 Q618.3438,223.9063 619,222.4531 Q619.6563,221 620.9375,220.2188 Q622.2188,219.4375 624.0938,219.4375 Q624.9844,219.4375 625.6563,219.625 Q626.3281,219.7969 627.0156,220.1406 L626.2031,222.1563 Q625.5781,221.8438 625.0313,221.7188 Q624.5,221.5938 624.0156,221.5938 Q622.8438,221.5938 622.1406,222.125 Q621.4375,222.6563 621.1406,223.6094 Q620.8438,224.5625 620.8438,225.8281 Q620.8438,227.8438 621.5625,228.8125 Q622.2813,229.7656 623.875,229.7656 Q624.4688,229.7656 625.0938,229.6094 Q625.7188,229.4531 626.5469,229.0781 L626.5469,231.2969 Q625.8125,231.6094 625.0156,231.7656 Q624.2344,231.9219 623.4688,231.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="4" x="638" y="229.656">I</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="610" x2="644" y1="241" y2="241"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="610" x2="644" y1="249" y2="249"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00017/t00017.cc#L32" target="_top" title="J" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00017/t00017.cc#L32" xlink:show="new" xlink:title="J" xlink:type="simple">
|
||||
<rect codeLine="39" fill="#FEFECE" filter="url(#fzmb1zes47r2t)" height="48" id="C_0000000687" style="stroke:#A80036;stroke-width:1.5;" width="35" x="680.5" y="209"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00017/t00017.cc#L32" target="_top" title="J" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00017/t00017.cc#L32" xlink:show="new" xlink:title="J" xlink:type="simple">
|
||||
<rect codeLine="29" fill="#FEFECE" filter="url(#f8sldu3t5xw5)" height="48" id="C_0000000687" style="stroke:#A80036;stroke-width:1.5;" width="35" x="680.5" y="209"/>
|
||||
<ellipse cx="695.5" cy="225" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M694.9688,231.9219 Q693.2188,231.9219 692.0781,231.1875 Q690.9531,230.4375 690.3906,229.0938 Q689.8438,227.7344 689.8438,225.9375 Q689.8438,223.9063 690.5,222.4531 Q691.1563,221 692.4375,220.2188 Q693.7188,219.4375 695.5938,219.4375 Q696.4844,219.4375 697.1563,219.625 Q697.8281,219.7969 698.5156,220.1406 L697.7031,222.1563 Q697.0781,221.8438 696.5313,221.7188 Q696,221.5938 695.5156,221.5938 Q694.3438,221.5938 693.6406,222.125 Q692.9375,222.6563 692.6406,223.6094 Q692.3438,224.5625 692.3438,225.8281 Q692.3438,227.8438 693.0625,228.8125 Q693.7813,229.7656 695.375,229.7656 Q695.9688,229.7656 696.5938,229.6094 Q697.2188,229.4531 698.0469,229.0781 L698.0469,231.2969 Q697.3125,231.6094 696.5156,231.7656 Q695.7344,231.9219 694.9688,231.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="3" x="709.5" y="229.656">J</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="681.5" x2="714.5" y1="241" y2="241"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="681.5" x2="714.5" y1="249" y2="249"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00017/t00017.cc#L35" target="_top" title="K" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00017/t00017.cc#L35" xlink:show="new" xlink:title="K" xlink:type="simple">
|
||||
<rect codeLine="43" fill="#FEFECE" filter="url(#fzmb1zes47r2t)" height="48" id="C_0000000691" style="stroke:#A80036;stroke-width:1.5;" width="39" x="750.5" y="209"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00017/t00017.cc#L35" target="_top" title="K" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00017/t00017.cc#L35" xlink:show="new" xlink:title="K" xlink:type="simple">
|
||||
<rect codeLine="32" fill="#FEFECE" filter="url(#f8sldu3t5xw5)" height="48" id="C_0000000691" style="stroke:#A80036;stroke-width:1.5;" width="39" x="750.5" y="209"/>
|
||||
<ellipse cx="765.5" cy="225" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M764.9688,231.9219 Q763.2188,231.9219 762.0781,231.1875 Q760.9531,230.4375 760.3906,229.0938 Q759.8438,227.7344 759.8438,225.9375 Q759.8438,223.9063 760.5,222.4531 Q761.1563,221 762.4375,220.2188 Q763.7188,219.4375 765.5938,219.4375 Q766.4844,219.4375 767.1563,219.625 Q767.8281,219.7969 768.5156,220.1406 L767.7031,222.1563 Q767.0781,221.8438 766.5313,221.7188 Q766,221.5938 765.5156,221.5938 Q764.3438,221.5938 763.6406,222.125 Q762.9375,222.6563 762.6406,223.6094 Q762.3438,224.5625 762.3438,225.8281 Q762.3438,227.8438 763.0625,228.8125 Q763.7813,229.7656 765.375,229.7656 Q765.9688,229.7656 766.5938,229.6094 Q767.2188,229.4531 768.0469,229.0781 L768.0469,231.2969 Q767.3125,231.6094 766.5156,231.7656 Q765.7344,231.9219 764.9688,231.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="7" x="779.5" y="229.656">K</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="751.5" x2="788.5" y1="241" y2="241"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="751.5" x2="788.5" y1="249" y2="249"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00017/t00017.cc#L38" target="_top" title="R" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00017/t00017.cc#L38" xlink:show="new" xlink:title="R" xlink:type="simple">
|
||||
<rect codeLine="47" fill="#FEFECE" filter="url(#fzmb1zes47r2t)" height="122.9094" id="C_0000000695" style="stroke:#A80036;stroke-width:1.5;" width="315" x="226.5" y="7"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00017/t00017.cc#L38" target="_top" title="R" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00017/t00017.cc#L38" xlink:show="new" xlink:title="R" xlink:type="simple">
|
||||
<rect codeLine="35" fill="#FEFECE" filter="url(#f8sldu3t5xw5)" height="122.9094" id="C_0000000695" style="stroke:#A80036;stroke-width:1.5;" width="315" x="226.5" y="7"/>
|
||||
<ellipse cx="376.25" cy="23" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M375.7188,29.9219 Q373.9688,29.9219 372.8281,29.1875 Q371.7031,28.4375 371.1406,27.0938 Q370.5938,25.7344 370.5938,23.9375 Q370.5938,21.9063 371.25,20.4531 Q371.9063,19 373.1875,18.2188 Q374.4688,17.4375 376.3438,17.4375 Q377.2344,17.4375 377.9063,17.625 Q378.5781,17.7969 379.2656,18.1406 L378.4531,20.1563 Q377.8281,19.8438 377.2813,19.7188 Q376.75,19.5938 376.2656,19.5938 Q375.0938,19.5938 374.3906,20.125 Q373.6875,20.6563 373.3906,21.6094 Q373.0938,22.5625 373.0938,23.8281 Q373.0938,25.8438 373.8125,26.8125 Q374.5313,27.7656 376.125,27.7656 Q376.7188,27.7656 377.3438,27.6094 Q377.9688,27.4531 378.7969,27.0781 L378.7969,29.2969 Q378.0625,29.6094 377.2656,29.7656 Q376.4844,29.9219 375.7188,29.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="7" x="396.75" y="27.656">R</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="227.5" x2="540.5" y1="39" y2="39"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00017/t00017.cc#L49" target="_top" title="some_int" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00017/t00017.cc#L49" xlink:show="new" xlink:title="some_int" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00017/t00017.cc#L49" target="_top" title="some_int" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00017/t00017.cc#L49" xlink:show="new" xlink:title="some_int" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="232.5" y="45"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="234.5" y="47"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00017/t00017.cc#L49" target="_top" title="some_int" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00017/t00017.cc#L49" xlink:show="new" xlink:title="some_int" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00017/t00017.cc#L49" target="_top" title="some_int" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00017/t00017.cc#L49" xlink:show="new" xlink:title="some_int" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="70" x="246.5" y="54.7589">some_int : int</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00017/t00017.cc#L50" target="_top" title="some_int_pointer" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00017/t00017.cc#L50" xlink:show="new" xlink:title="some_int_pointer" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00017/t00017.cc#L50" target="_top" title="some_int_pointer" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00017/t00017.cc#L50" xlink:show="new" xlink:title="some_int_pointer" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="232.5" y="59.9819"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="234.5" y="61.9819"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00017/t00017.cc#L50" target="_top" title="some_int_pointer" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00017/t00017.cc#L50" xlink:show="new" xlink:title="some_int_pointer" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00017/t00017.cc#L50" target="_top" title="some_int_pointer" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00017/t00017.cc#L50" xlink:show="new" xlink:title="some_int_pointer" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="120" x="246.5" y="69.7408">some_int_pointer : int*</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00017/t00017.cc#L51" target="_top" title="some_int_pointer_pointer" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00017/t00017.cc#L51" xlink:show="new" xlink:title="some_int_pointer_pointer" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00017/t00017.cc#L51" target="_top" title="some_int_pointer_pointer" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00017/t00017.cc#L51" xlink:show="new" xlink:title="some_int_pointer_pointer" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="232.5" y="74.9638"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="234.5" y="76.9638"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00017/t00017.cc#L51" target="_top" title="some_int_pointer_pointer" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00017/t00017.cc#L51" xlink:show="new" xlink:title="some_int_pointer_pointer" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00017/t00017.cc#L51" target="_top" title="some_int_pointer_pointer" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00017/t00017.cc#L51" xlink:show="new" xlink:title="some_int_pointer_pointer" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="170" x="246.5" y="84.7227">some_int_pointer_pointer : int**</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00017/t00017.cc#L52" target="_top" title="some_int_reference" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00017/t00017.cc#L52" xlink:show="new" xlink:title="some_int_reference" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00017/t00017.cc#L52" target="_top" title="some_int_reference" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00017/t00017.cc#L52" xlink:show="new" xlink:title="some_int_reference" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="232.5" y="89.9457"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="234.5" y="91.9457"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00017/t00017.cc#L52" target="_top" title="some_int_reference" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00017/t00017.cc#L52" xlink:show="new" xlink:title="some_int_reference" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00017/t00017.cc#L52" target="_top" title="some_int_reference" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00017/t00017.cc#L52" xlink:show="new" xlink:title="some_int_reference" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="133" x="246.5" y="99.7046">some_int_reference : int&</text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="227.5" x2="540.5" y1="106.9276" y2="106.9276"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00017/t00017.cc#L39" target="_top" title="R" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00017/t00017.cc#L39" xlink:show="new" xlink:title="R" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00017/t00017.cc#L39" target="_top" title="R" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00017/t00017.cc#L39" xlink:show="new" xlink:title="R" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="232.5" y="112.9276"/>
|
||||
<rect fill="#F24D5C" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="234.5" y="114.9276"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00017/t00017.cc#L39" target="_top" title="R" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00017/t00017.cc#L39" xlink:show="new" xlink:title="R" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00017/t00017.cc#L39" target="_top" title="R" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00017/t00017.cc#L39" xlink:show="new" xlink:title="R" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" text-decoration="underline" textLength="289" x="246.5" y="122.6865">R(int& some_int, C& cc, E const& ee, F&& ff, I*& ii) : void</text>
|
||||
</a>
|
||||
<path codeLine="67" d="M226.38,107.61 C202.13,120.35 180.15,137.34 165,160 C156.39,172.87 158.73,189.86 163.54,204.1 " fill="none" id="C_0000000695-to-C_0000000659" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="42" d="M226.38,107.61 C202.13,120.35 180.15,137.34 165,160 C156.39,172.87 158.73,189.86 163.54,204.1 " fill="none" id="C_0000000695-to-C_0000000659" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="165.25,208.81,165.9503,198.9861,163.5493,204.1081,158.4273,201.7072,165.25,208.81" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="73" d="M296.27,130.04 C282.92,139.81 269.46,150.01 257,160 C237.52,175.63 216.57,194.57 201,209.1 " fill="none" id="C_0000000695-to-C_0000000659-1" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="48" d="M296.27,130.04 C282.92,139.81 269.46,150.01 257,160 C237.52,175.63 216.57,194.57 201,209.1 " fill="none" id="C_0000000695-to-C_0000000659-1" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#A80036" points="197.16,212.69,206.462,209.4539,200.8081,209.2708,200.9913,203.6169,197.16,212.69" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="10" x="258" y="174.897">-c</text>
|
||||
<path codeLine="68" d="M327.11,130.24 C320.94,139.64 315.61,149.67 312,160 C307.04,174.21 310.01,190.55 314.67,204.07 " fill="none" id="C_0000000695-to-C_0000000667" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="43" d="M327.11,130.24 C320.94,139.64 315.61,149.67 312,160 C307.04,174.21 310.01,190.55 314.67,204.07 " fill="none" id="C_0000000695-to-C_0000000667" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="316.45,208.92,317.0976,199.0925,314.7241,204.2273,309.5893,201.8539,316.45,208.92" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="75" d="M363.15,130.01 C354.4,155.4 344.65,183.7 337.64,204.03 " fill="none" id="C_0000000695-to-C_0000000667-1" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="50" d="M363.15,130.01 C354.4,155.4 344.65,183.7 337.64,204.03 " fill="none" id="C_0000000695-to-C_0000000667-1" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#A80036" points="336.01,208.76,342.7227,201.5531,337.6382,204.0325,335.1588,198.948,336.01,208.76" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="11" x="354" y="174.897">-e</text>
|
||||
<path codeLine="69" d="M390.7,130.01 C393.5,155.3 396.62,183.46 398.87,203.77 " fill="none" id="C_0000000695-to-C_0000000671" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="44" d="M390.7,130.01 C393.5,155.3 396.62,183.46 398.87,203.77 " fill="none" id="C_0000000695-to-C_0000000671" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="399.43,208.76,402.4265,199.378,398.8857,203.7897,394.474,200.2489,399.43,208.76" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="76" d="M400.79,143.23 C401.67,148.88 402.43,154.52 403,160 C403.87,168.4 403.08,170.56 403,179 C402.91,188.75 402.72,199.52 402.53,208.78 " fill="none" id="C_0000000695-backto-C_0000000671" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="51" d="M400.79,143.23 C401.67,148.88 402.43,154.52 403,160 C403.87,168.4 403.08,170.56 403,179 C402.91,188.75 402.72,199.52 402.53,208.78 " fill="none" id="C_0000000695-backto-C_0000000671" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#FFFFFF" points="398.52,130.08,395.6001,136.6735,400.5633,141.9048,403.4832,135.3113,398.52,130.08" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="8" x="405" y="174.897">-f</text>
|
||||
<path codeLine="70" d="M474.48,130.01 C521.56,161.49 575.29,197.42 604.75,217.12 " fill="none" id="C_0000000695-to-C_0000000683" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="45" d="M474.48,130.01 C521.56,161.49 575.29,197.42 604.75,217.12 " fill="none" id="C_0000000695-to-C_0000000683" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="608.92,219.91,603.6503,211.5895,604.7597,217.1365,599.2127,218.2459,608.92,219.91" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="79" d="M511.57,130.24 C527.34,139.47 542.87,149.46 557,160 C574.88,173.34 592.38,191.33 605.41,205.99 " fill="none" id="C_0000000695-to-C_0000000683-1" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="54" d="M511.57,130.24 C527.34,139.47 542.87,149.46 557,160 C574.88,173.34 592.38,191.33 605.41,205.99 " fill="none" id="C_0000000695-to-C_0000000683-1" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#A80036" points="608.96,210.03,606.0261,200.6283,605.6604,206.2733,600.0154,205.9076,608.96,210.03" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="7" x="580" y="174.897">-i</text>
|
||||
<path codeLine="71" d="M213.95,110.32 C175.67,123.2 136.27,139.56 102,160 C80.45,172.85 60.19,192.97 46.18,208.68 " fill="none" id="C_0000000695-backto-C_0000000651" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="46" d="M213.95,110.32 C175.67,123.2 136.27,139.56 102,160 C80.45,172.85 60.19,192.97 46.18,208.68 " fill="none" id="C_0000000695-backto-C_0000000651" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#FFFFFF" points="226.33,106.26,219.381,104.3336,214.9301,110.0072,221.8791,111.9336,226.33,106.26" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="11" x="103" y="174.897">-a</text>
|
||||
<path codeLine="72" d="M226.48,107.38 C194.66,120.28 163.27,137.4 138,160 C124.99,171.64 116.11,189.05 110.42,203.84 " fill="none" id="C_0000000695-to-C_0000000655" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="47" d="M226.48,107.38 C194.66,120.28 163.27,137.4 138,160 C124.99,171.64 116.11,189.05 110.42,203.84 " fill="none" id="C_0000000695-to-C_0000000655" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#A80036" points="108.61,208.75,115.4707,201.6839,110.3359,204.0573,107.9624,198.9225,108.61,208.75" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="12" x="139" y="174.897">-b</text>
|
||||
<path codeLine="74" d="M313.43,130.23 C304.3,139.7 295.53,149.76 288,160 C278.09,173.48 269.76,190.21 263.72,204.14 " fill="none" id="C_0000000695-to-C_0000000663" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="49" d="M313.43,130.23 C304.3,139.7 295.53,149.76 288,160 C278.09,173.48 269.76,190.21 263.72,204.14 " fill="none" id="C_0000000695-to-C_0000000663" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#A80036" points="261.76,208.76,268.9642,202.0444,263.7175,204.1591,261.6028,198.9124,261.76,208.76" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="12" x="289" y="174.897">-d</text>
|
||||
<path codeLine="77" d="M418.63,130.01 C433.23,155.51 449.49,183.94 461.14,204.29 " fill="none" id="C_0000000695-to-C_0000000675" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="52" d="M418.63,130.01 C433.23,155.51 449.49,183.94 461.14,204.29 " fill="none" id="C_0000000695-to-C_0000000675" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#A80036" points="463.7,208.76,462.7008,198.962,461.2162,204.4205,455.7577,202.936,463.7,208.76" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="12" x="446" y="174.897">-g</text>
|
||||
<path codeLine="78" d="M446.93,130.01 C475.2,157.19 506.92,187.7 528.25,208.2 " fill="none" id="C_0000000695-to-C_0000000679" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="53" d="M446.93,130.01 C475.2,157.19 506.92,187.7 528.25,208.2 " fill="none" id="C_0000000695-to-C_0000000679" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#A80036" points="532.11,211.91,528.3899,202.7907,528.5039,208.4465,522.8482,208.5605,532.11,211.91" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="12" x="495" y="174.897">-h</text>
|
||||
<path codeLine="80" d="M536.72,130.08 C556.98,139.45 577.22,149.52 596,160 C625.16,176.27 656.16,199.03 676.22,214.58 " fill="none" id="C_0000000695-to-C_0000000687" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="55" d="M536.72,130.08 C556.98,139.45 577.22,149.52 596,160 C625.16,176.27 656.16,199.03 676.22,214.58 " fill="none" id="C_0000000695-to-C_0000000687" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#A80036" points="680.34,217.78,675.6981,209.0936,676.3955,214.7073,670.7819,215.4048,680.34,217.78" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="7" x="627" y="174.897">-j</text>
|
||||
<path codeLine="81" d="M541.73,120.02 C575.54,132.12 610.78,145.71 643,160 C680.3,176.54 720.91,200.75 745.91,216.44 " fill="none" id="C_0000000695-to-C_0000000691" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="56" d="M541.73,120.02 C575.54,132.12 610.78,145.71 643,160 C680.3,176.54 720.91,200.75 745.91,216.44 " fill="none" id="C_0000000695-to-C_0000000691" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#A80036" points="750.4,219.27,744.9078,211.0947,746.1664,216.6097,740.6514,217.8684,750.4,219.27" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="11" x="680" y="174.897">-k</text>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
@@ -1,6 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="application/ecmascript" contentStyleType="text/css" height="405px" preserveAspectRatio="none" style="width:244px;height:405px;background:#FFFFFF;" version="1.1" viewBox="0 0 244 405" width="244px" zoomAndPan="magnify">
|
||||
<defs>
|
||||
<filter height="300%" id="f1ft24kjnjlhy3" width="300%" x="-1" y="-1">
|
||||
<filter height="300%" id="f1o8xxrqqihkv9" width="300%" x="-1" y="-1">
|
||||
<feGaussianBlur result="blurOut" stdDeviation="2.0"/>
|
||||
<feColorMatrix in="blurOut" result="blurOut2" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .4 0"/>
|
||||
<feOffset dx="4.0" dy="4.0" in="blurOut2" result="blurOut3"/>
|
||||
@@ -9,123 +9,123 @@
|
||||
<style type="text/css">a:hover { text-decoration: underline; }</style>
|
||||
</defs>
|
||||
<g>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00018/t00018_impl.h#L9" target="_top" title="widget" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00018/t00018_impl.h#L9" xlink:show="new" xlink:title="widget" xlink:type="simple">
|
||||
<rect codeLine="3" fill="#FEFECE" filter="url(#f1ft24kjnjlhy3)" height="107.9276" id="C_0000000710" style="stroke:#A80036;stroke-width:1.5;" width="209" x="14" y="7"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00018/t00018_impl.h#L9" target="_top" title="widget" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00018/t00018_impl.h#L9" xlink:show="new" xlink:title="widget" xlink:type="simple">
|
||||
<rect codeLine="2" fill="#FEFECE" filter="url(#f1o8xxrqqihkv9)" height="107.9276" id="C_0000000710" style="stroke:#A80036;stroke-width:1.5;" width="209" x="14" y="7"/>
|
||||
<ellipse cx="80.75" cy="23" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M80.2188,29.9219 Q78.4688,29.9219 77.3281,29.1875 Q76.2031,28.4375 75.6406,27.0938 Q75.0938,25.7344 75.0938,23.9375 Q75.0938,21.9063 75.75,20.4531 Q76.4063,19 77.6875,18.2188 Q78.9688,17.4375 80.8438,17.4375 Q81.7344,17.4375 82.4063,17.625 Q83.0781,17.7969 83.7656,18.1406 L82.9531,20.1563 Q82.3281,19.8438 81.7813,19.7188 Q81.25,19.5938 80.7656,19.5938 Q79.5938,19.5938 78.8906,20.125 Q78.1875,20.6563 77.8906,21.6094 Q77.5938,22.5625 77.5938,23.8281 Q77.5938,25.8438 78.3125,26.8125 Q79.0313,27.7656 80.625,27.7656 Q81.2188,27.7656 81.8438,27.6094 Q82.4688,27.4531 83.2969,27.0781 L83.2969,29.2969 Q82.5625,29.6094 81.7656,29.7656 Q80.9844,29.9219 80.2188,29.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="67" x="101.25" y="27.656">impl::widget</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="15" x2="222" y1="39" y2="39"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00018/t00018_impl.h#L10" target="_top" title="n" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00018/t00018_impl.h#L10" xlink:show="new" xlink:title="n" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00018/t00018_impl.h#L10" target="_top" title="n" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00018/t00018_impl.h#L10" xlink:show="new" xlink:title="n" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="20" y="45"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="22" y="47"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00018/t00018_impl.h#L10" target="_top" title="n" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00018/t00018_impl.h#L10" xlink:show="new" xlink:title="n" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00018/t00018_impl.h#L10" target="_top" title="n" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00018/t00018_impl.h#L10" xlink:show="new" xlink:title="n" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="30" x="34" y="54.7589">n : int</text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="15" x2="222" y1="61.9819" y2="61.9819"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00018/t00018_impl.h#L13" target="_top" title="draw" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00018/t00018_impl.h#L13" xlink:show="new" xlink:title="draw" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00018/t00018_impl.h#L13" target="_top" title="draw" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00018/t00018_impl.h#L13" xlink:show="new" xlink:title="draw" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="20" y="67.9819"/>
|
||||
<ellipse cx="25" cy="72.9819" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00018/t00018_impl.h#L13" target="_top" title="draw" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00018/t00018_impl.h#L13" xlink:show="new" xlink:title="draw" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00018/t00018_impl.h#L13" target="_top" title="draw" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00018/t00018_impl.h#L13" xlink:show="new" xlink:title="draw" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="183" x="34" y="77.7408">draw(widget const& w) const : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00018/t00018_impl.h#L14" target="_top" title="draw" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00018/t00018_impl.h#L14" xlink:show="new" xlink:title="draw" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00018/t00018_impl.h#L14" target="_top" title="draw" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00018/t00018_impl.h#L14" xlink:show="new" xlink:title="draw" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="20" y="82.9638"/>
|
||||
<ellipse cx="25" cy="87.9638" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00018/t00018_impl.h#L14" target="_top" title="draw" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00018/t00018_impl.h#L14" xlink:show="new" xlink:title="draw" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00018/t00018_impl.h#L14" target="_top" title="draw" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00018/t00018_impl.h#L14" xlink:show="new" xlink:title="draw" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="152" x="34" y="92.7227">draw(widget const& w) : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00018/t00018_impl.h#L15" target="_top" title="widget" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00018/t00018_impl.h#L15" xlink:show="new" xlink:title="widget" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00018/t00018_impl.h#L15" target="_top" title="widget" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00018/t00018_impl.h#L15" xlink:show="new" xlink:title="widget" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="20" y="97.9457"/>
|
||||
<ellipse cx="25" cy="102.9457" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00018/t00018_impl.h#L15" target="_top" title="widget" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00018/t00018_impl.h#L15" xlink:show="new" xlink:title="widget" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00018/t00018_impl.h#L15" target="_top" title="widget" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00018/t00018_impl.h#L15" xlink:show="new" xlink:title="widget" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" text-decoration="underline" textLength="98" x="34" y="107.7046">widget(int n) : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00018/t00018.h#L15" target="_top" title="widget" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00018/t00018.h#L15" xlink:show="new" xlink:title="widget" xlink:type="simple">
|
||||
<rect codeLine="11" fill="#FEFECE" filter="url(#f1ft24kjnjlhy3)" height="197.8189" id="C_0000000721" style="stroke:#A80036;stroke-width:1.5;" width="223" x="7" y="194"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00018/t00018.h#L15" target="_top" title="widget" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00018/t00018.h#L15" xlink:show="new" xlink:title="widget" xlink:type="simple">
|
||||
<rect codeLine="9" fill="#FEFECE" filter="url(#f1o8xxrqqihkv9)" height="197.8189" id="C_0000000721" style="stroke:#A80036;stroke-width:1.5;" width="223" x="7" y="194"/>
|
||||
<ellipse cx="95.75" cy="210" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M95.2188,216.9219 Q93.4688,216.9219 92.3281,216.1875 Q91.2031,215.4375 90.6406,214.0938 Q90.0938,212.7344 90.0938,210.9375 Q90.0938,208.9063 90.75,207.4531 Q91.4063,206 92.6875,205.2188 Q93.9688,204.4375 95.8438,204.4375 Q96.7344,204.4375 97.4063,204.625 Q98.0781,204.7969 98.7656,205.1406 L97.9531,207.1563 Q97.3281,206.8438 96.7813,206.7188 Q96.25,206.5938 95.7656,206.5938 Q94.5938,206.5938 93.8906,207.125 Q93.1875,207.6563 92.8906,208.6094 Q92.5938,209.5625 92.5938,210.8281 Q92.5938,212.8438 93.3125,213.8125 Q94.0313,214.7656 95.625,214.7656 Q96.2188,214.7656 96.8438,214.6094 Q97.4688,214.4531 98.2969,214.0781 L98.2969,216.2969 Q97.5625,216.6094 96.7656,216.7656 Q95.9844,216.9219 95.2188,216.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="37" x="116.25" y="214.656">widget</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="229" y1="226" y2="226"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00018/t00018.h#L16" target="_top" title="pImpl" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00018/t00018.h#L16" xlink:show="new" xlink:title="pImpl" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00018/t00018.h#L16" target="_top" title="pImpl" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00018/t00018.h#L16" xlink:show="new" xlink:title="pImpl" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="232"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="15" y="234"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00018/t00018.h#L16" target="_top" title="pImpl" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00018/t00018.h#L16" xlink:show="new" xlink:title="pImpl" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00018/t00018.h#L16" target="_top" title="pImpl" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00018/t00018.h#L16" xlink:show="new" xlink:title="pImpl" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="197" x="27" y="241.7589">pImpl : std::unique_ptr<impl::widget></text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="229" y1="248.9819" y2="248.9819"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00018/t00018.h#L19" target="_top" title="draw" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00018/t00018.h#L19" xlink:show="new" xlink:title="draw" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00018/t00018.h#L19" target="_top" title="draw" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00018/t00018.h#L19" xlink:show="new" xlink:title="draw" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="254.9819"/>
|
||||
<ellipse cx="18" cy="259.9819" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00018/t00018.h#L19" target="_top" title="draw" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00018/t00018.h#L19" xlink:show="new" xlink:title="draw" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00018/t00018.h#L19" target="_top" title="draw" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00018/t00018.h#L19" xlink:show="new" xlink:title="draw" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="96" x="27" y="264.7408">draw() const : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00018/t00018.h#L20" target="_top" title="draw" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00018/t00018.h#L20" xlink:show="new" xlink:title="draw" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00018/t00018.h#L20" target="_top" title="draw" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00018/t00018.h#L20" xlink:show="new" xlink:title="draw" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="269.9638"/>
|
||||
<ellipse cx="18" cy="274.9638" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00018/t00018.h#L20" target="_top" title="draw" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00018/t00018.h#L20" xlink:show="new" xlink:title="draw" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00018/t00018.h#L20" target="_top" title="draw" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00018/t00018.h#L20" xlink:show="new" xlink:title="draw" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="65" x="27" y="279.7227">draw() : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00018/t00018.h#L21" target="_top" title="shown" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00018/t00018.h#L21" xlink:show="new" xlink:title="shown" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00018/t00018.h#L21" target="_top" title="shown" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00018/t00018.h#L21" xlink:show="new" xlink:title="shown" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="284.9457"/>
|
||||
<ellipse cx="18" cy="289.9457" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00018/t00018.h#L21" target="_top" title="shown" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00018/t00018.h#L21" xlink:show="new" xlink:title="shown" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00018/t00018.h#L21" target="_top" title="shown" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00018/t00018.h#L21" xlink:show="new" xlink:title="shown" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="105" x="27" y="294.7046">shown() const : bool</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00018/t00018.h#L22" target="_top" title="widget" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00018/t00018.h#L22" xlink:show="new" xlink:title="widget" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00018/t00018.h#L22" target="_top" title="widget" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00018/t00018.h#L22" xlink:show="new" xlink:title="widget" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="299.9276"/>
|
||||
<ellipse cx="18" cy="304.9276" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00018/t00018.h#L22" target="_top" title="widget" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00018/t00018.h#L22" xlink:show="new" xlink:title="widget" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00018/t00018.h#L22" target="_top" title="widget" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00018/t00018.h#L22" xlink:show="new" xlink:title="widget" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" text-decoration="underline" textLength="91" x="27" y="309.6865">widget(int ) : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00018/t00018.h#L23" target="_top" title="~widget" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00018/t00018.h#L23" xlink:show="new" xlink:title="~widget" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00018/t00018.h#L23" target="_top" title="~widget" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00018/t00018.h#L23" xlink:show="new" xlink:title="~widget" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="314.9094"/>
|
||||
<ellipse cx="18" cy="319.9094" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00018/t00018.h#L23" target="_top" title="~widget" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00018/t00018.h#L23" xlink:show="new" xlink:title="~widget" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00018/t00018.h#L23" target="_top" title="~widget" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00018/t00018.h#L23" xlink:show="new" xlink:title="~widget" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" text-decoration="underline" textLength="80" x="27" y="324.6684">~widget() : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00018/t00018.h#L25" target="_top" title="widget" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00018/t00018.h#L25" xlink:show="new" xlink:title="widget" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00018/t00018.h#L25" target="_top" title="widget" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00018/t00018.h#L25" xlink:show="new" xlink:title="widget" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="329.8913"/>
|
||||
<ellipse cx="18" cy="334.8913" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00018/t00018.h#L25" target="_top" title="widget" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00018/t00018.h#L25" xlink:show="new" xlink:title="widget" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00018/t00018.h#L25" target="_top" title="widget" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00018/t00018.h#L25" xlink:show="new" xlink:title="widget" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" text-decoration="underline" textLength="129" x="27" y="339.6502">widget(widget&& ) : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00018/t00018.h#L27" target="_top" title="widget" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00018/t00018.h#L27" xlink:show="new" xlink:title="widget" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00018/t00018.h#L27" target="_top" title="widget" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00018/t00018.h#L27" xlink:show="new" xlink:title="widget" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="344.8732"/>
|
||||
<ellipse cx="18" cy="349.8732" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00018/t00018.h#L27" target="_top" title="widget" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00018/t00018.h#L27" xlink:show="new" xlink:title="widget" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00018/t00018.h#L27" target="_top" title="widget" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00018/t00018.h#L27" xlink:show="new" xlink:title="widget" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" text-decoration="underline" textLength="152" x="27" y="354.6321">widget(widget const& ) : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00018/t00018.h#L28" target="_top" title="operator=" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00018/t00018.h#L28" xlink:show="new" xlink:title="operator=" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00018/t00018.h#L28" target="_top" title="operator=" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00018/t00018.h#L28" xlink:show="new" xlink:title="operator=" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="359.8551"/>
|
||||
<ellipse cx="18" cy="364.8551" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00018/t00018.h#L28" target="_top" title="operator=" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00018/t00018.h#L28" xlink:show="new" xlink:title="operator=" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00018/t00018.h#L28" target="_top" title="operator=" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00018/t00018.h#L28" xlink:show="new" xlink:title="operator=" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="167" x="27" y="369.614">operator=(widget&& ) : widget&</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00018/t00018.h#L29" target="_top" title="operator=" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00018/t00018.h#L29" xlink:show="new" xlink:title="operator=" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00018/t00018.h#L29" target="_top" title="operator=" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00018/t00018.h#L29" xlink:show="new" xlink:title="operator=" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="374.837"/>
|
||||
<ellipse cx="18" cy="379.837" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00018/t00018.h#L29" target="_top" title="operator=" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00018/t00018.h#L29" xlink:show="new" xlink:title="operator=" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00018/t00018.h#L29" target="_top" title="operator=" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00018/t00018.h#L29" xlink:show="new" xlink:title="operator=" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="190" x="27" y="384.5959">operator=(widget const& ) : widget&</text>
|
||||
</a>
|
||||
<path codeLine="25" d="M113.35,115.09 C112.58,125.02 111.91,135.32 111.5,145 C110.91,159.1 110.89,173.95 111.24,188.58 " fill="none" id="C_0000000710-to-C_0000000721" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="21" d="M113.35,115.09 C112.58,125.02 111.91,135.32 111.5,145 C110.91,159.1 110.89,173.95 111.24,188.58 " fill="none" id="C_0000000710-to-C_0000000721" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="111.39,193.96,115.1313,184.8494,111.2472,188.962,107.1346,185.0779,111.39,193.96" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="27" d="M118.5,180.55 C118.5,157.7 118.5,134.67 118.5,115.06 " fill="none" id="C_0000000721-backto-C_0000000710" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="22" d="M118.5,180.55 C118.5,157.7 118.5,134.67 118.5,115.06 " fill="none" id="C_0000000721-backto-C_0000000710" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#FFFFFF" points="118.5,193.57,122.5,187.57,118.5,181.57,114.5,187.57,118.5,193.57" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="121.5" y="152.353"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="35" x="131.5" y="159.897">pImpl</text>
|
||||
|
||||
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
@@ -1,6 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="application/ecmascript" contentStyleType="text/css" height="717px" preserveAspectRatio="none" style="width:702px;height:717px;background:#FFFFFF;" version="1.1" viewBox="0 0 702 717" width="702px" zoomAndPan="magnify">
|
||||
<defs>
|
||||
<filter height="300%" id="f1hp6avust7hrb" width="300%" x="-1" y="-1">
|
||||
<filter height="300%" id="f13hdm4j7m53db" width="300%" x="-1" y="-1">
|
||||
<feGaussianBlur result="blurOut" stdDeviation="2.0"/>
|
||||
<feColorMatrix in="blurOut" result="blurOut2" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .4 0"/>
|
||||
<feOffset dx="4.0" dy="4.0" in="blurOut2" result="blurOut3"/>
|
||||
@@ -9,44 +9,44 @@
|
||||
<style type="text/css">a:hover { text-decoration: underline; }</style>
|
||||
</defs>
|
||||
<g>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019_base.h#L8" target="_top" title="Base" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019_base.h#L8" xlink:show="new" xlink:title="Base" xlink:type="simple">
|
||||
<rect codeLine="3" fill="#FEFECE" filter="url(#f1hp6avust7hrb)" height="107.9276" id="C_0000000743" style="stroke:#A80036;stroke-width:1.5;" width="110" x="199.5" y="7"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019_base.h#L8" target="_top" title="Base" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019_base.h#L8" xlink:show="new" xlink:title="Base" xlink:type="simple">
|
||||
<rect codeLine="2" fill="#FEFECE" filter="url(#f13hdm4j7m53db)" height="107.9276" id="C_0000000743" style="stroke:#A80036;stroke-width:1.5;" width="110" x="199.5" y="7"/>
|
||||
<ellipse cx="237" cy="23" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M236.4688,29.9219 Q234.7188,29.9219 233.5781,29.1875 Q232.4531,28.4375 231.8906,27.0938 Q231.3438,25.7344 231.3438,23.9375 Q231.3438,21.9063 232,20.4531 Q232.6563,19 233.9375,18.2188 Q235.2188,17.4375 237.0938,17.4375 Q237.9844,17.4375 238.6563,17.625 Q239.3281,17.7969 240.0156,18.1406 L239.2031,20.1563 Q238.5781,19.8438 238.0313,19.7188 Q237.5,19.5938 237.0156,19.5938 Q235.8438,19.5938 235.1406,20.125 Q234.4375,20.6563 234.1406,21.6094 Q233.8438,22.5625 233.8438,23.8281 Q233.8438,25.8438 234.5625,26.8125 Q235.2813,27.7656 236.875,27.7656 Q237.4688,27.7656 238.0938,27.6094 Q238.7188,27.4531 239.5469,27.0781 L239.5469,29.2969 Q238.8125,29.6094 238.0156,29.7656 Q237.2344,29.9219 236.4688,29.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="28" x="256" y="27.656">Base</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="200.5" x2="308.5" y1="39" y2="39"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="200.5" x2="308.5" y1="47" y2="47"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019_base.h#L10" target="_top" title="Base" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019_base.h#L10" xlink:show="new" xlink:title="Base" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019_base.h#L10" target="_top" title="Base" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019_base.h#L10" xlink:show="new" xlink:title="Base" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="205.5" y="53"/>
|
||||
<rect fill="#F24D5C" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="207.5" y="55"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019_base.h#L10" target="_top" title="Base" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019_base.h#L10" xlink:show="new" xlink:title="Base" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019_base.h#L10" target="_top" title="Base" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019_base.h#L10" xlink:show="new" xlink:title="Base" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" text-decoration="underline" textLength="62" x="219.5" y="62.7589">Base() : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019_base.h#L12" target="_top" title="~Base" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019_base.h#L12" xlink:show="new" xlink:title="~Base" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019_base.h#L12" target="_top" title="~Base" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019_base.h#L12" xlink:show="new" xlink:title="~Base" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="205.5" y="67.9819"/>
|
||||
<rect fill="#F24D5C" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="207.5" y="69.9819"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019_base.h#L12" target="_top" title="~Base" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019_base.h#L12" xlink:show="new" xlink:title="~Base" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019_base.h#L12" target="_top" title="~Base" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019_base.h#L12" xlink:show="new" xlink:title="~Base" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" text-decoration="underline" textLength="68" x="219.5" y="77.7408">~Base() : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019_base.h#L14" target="_top" title="m1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019_base.h#L14" xlink:show="new" xlink:title="m1" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019_base.h#L14" target="_top" title="m1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019_base.h#L14" xlink:show="new" xlink:title="m1" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="205.5" y="82.9638"/>
|
||||
<rect fill="#F24D5C" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="207.5" y="84.9638"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019_base.h#L14" target="_top" title="m1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019_base.h#L14" xlink:show="new" xlink:title="m1" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019_base.h#L14" target="_top" title="m1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019_base.h#L14" xlink:show="new" xlink:title="m1" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="45" x="219.5" y="92.7227">m1() : int</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019_base.h#L16" target="_top" title="m2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019_base.h#L16" xlink:show="new" xlink:title="m2" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019_base.h#L16" target="_top" title="m2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019_base.h#L16" xlink:show="new" xlink:title="m2" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="205.5" y="97.9457"/>
|
||||
<rect fill="#F24D5C" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="207.5" y="99.9457"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019_base.h#L16" target="_top" title="m2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019_base.h#L16" xlink:show="new" xlink:title="m2" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019_base.h#L16" target="_top" title="m2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019_base.h#L16" xlink:show="new" xlink:title="m2" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="84" x="219.5" y="107.7046">m2() : std::string</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019_layer1.h#L9" target="_top" title="Layer1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019_layer1.h#L9" xlink:show="new" xlink:title="Layer1" xlink:type="simple">
|
||||
<rect codeLine="11" fill="#FEFECE" filter="url(#f1hp6avust7hrb)" height="77.9638" id="C_0000000749" style="stroke:#A80036;stroke-width:1.5;" width="137" x="358" y="626"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019_layer1.h#L9" target="_top" title="Layer1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019_layer1.h#L9" xlink:show="new" xlink:title="Layer1" xlink:type="simple">
|
||||
<rect codeLine="9" fill="#FEFECE" filter="url(#f13hdm4j7m53db)" height="77.9638" id="C_0000000749" style="stroke:#A80036;stroke-width:1.5;" width="137" x="358" y="626"/>
|
||||
<ellipse cx="373" cy="642" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M372.4688,648.9219 Q370.7188,648.9219 369.5781,648.1875 Q368.4531,647.4375 367.8906,646.0938 Q367.3438,644.7344 367.3438,642.9375 Q367.3438,640.9063 368,639.4531 Q368.6563,638 369.9375,637.2188 Q371.2188,636.4375 373.0938,636.4375 Q373.9844,636.4375 374.6563,636.625 Q375.3281,636.7969 376.0156,637.1406 L375.2031,639.1563 Q374.5781,638.8438 374.0313,638.7188 Q373.5,638.5938 373.0156,638.5938 Q371.8438,638.5938 371.1406,639.125 Q370.4375,639.6563 370.1406,640.6094 Q369.8438,641.5625 369.8438,642.8281 Q369.8438,644.8438 370.5625,645.8125 Q371.2813,646.7656 372.875,646.7656 Q373.4688,646.7656 374.0938,646.6094 Q374.7188,646.4531 375.5469,646.0781 L375.5469,648.2969 Q374.8125,648.6094 374.0156,648.7656 Q373.2344,648.9219 372.4688,648.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="38" x="387" y="646.656">Layer1</text>
|
||||
@@ -55,22 +55,22 @@
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="359" x2="494" y1="658" y2="658"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="359" x2="494" y1="666" y2="666"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019_layer1.h#L13" target="_top" title="m1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019_layer1.h#L13" xlink:show="new" xlink:title="m1" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019_layer1.h#L13" target="_top" title="m1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019_layer1.h#L13" xlink:show="new" xlink:title="m1" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="364" y="672"/>
|
||||
<rect fill="#F24D5C" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="366" y="674"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019_layer1.h#L13" target="_top" title="m1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019_layer1.h#L13" xlink:show="new" xlink:title="m1" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019_layer1.h#L13" target="_top" title="m1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019_layer1.h#L13" xlink:show="new" xlink:title="m1" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="45" x="378" y="681.7589">m1() : int</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019_layer1.h#L19" target="_top" title="m2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019_layer1.h#L19" xlink:show="new" xlink:title="m2" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019_layer1.h#L19" target="_top" title="m2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019_layer1.h#L19" xlink:show="new" xlink:title="m2" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="364" y="686.9819"/>
|
||||
<rect fill="#F24D5C" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="366" y="688.9819"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019_layer1.h#L19" target="_top" title="m2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019_layer1.h#L19" xlink:show="new" xlink:title="m2" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019_layer1.h#L19" target="_top" title="m2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019_layer1.h#L19" xlink:show="new" xlink:title="m2" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="84" x="378" y="696.7408">m2() : std::string</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019_layer3.h#L8" target="_top" title="Layer3" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019_layer3.h#L8" xlink:show="new" xlink:title="Layer3" xlink:type="simple">
|
||||
<rect codeLine="17" fill="#FEFECE" filter="url(#f1hp6avust7hrb)" height="137.8913" id="C_0000000755" style="stroke:#A80036;stroke-width:1.5;" width="137" x="7" y="285"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019_layer3.h#L8" target="_top" title="Layer3" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019_layer3.h#L8" xlink:show="new" xlink:title="Layer3" xlink:type="simple">
|
||||
<rect codeLine="14" fill="#FEFECE" filter="url(#f13hdm4j7m53db)" height="137.8913" id="C_0000000755" style="stroke:#A80036;stroke-width:1.5;" width="137" x="7" y="285"/>
|
||||
<ellipse cx="22" cy="301" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M21.4688,307.9219 Q19.7188,307.9219 18.5781,307.1875 Q17.4531,306.4375 16.8906,305.0938 Q16.3438,303.7344 16.3438,301.9375 Q16.3438,299.9063 17,298.4531 Q17.6563,297 18.9375,296.2188 Q20.2188,295.4375 22.0938,295.4375 Q22.9844,295.4375 23.6563,295.625 Q24.3281,295.7969 25.0156,296.1406 L24.2031,298.1563 Q23.5781,297.8438 23.0313,297.7188 Q22.5,297.5938 22.0156,297.5938 Q20.8438,297.5938 20.1406,298.125 Q19.4375,298.6563 19.1406,299.6094 Q18.8438,300.5625 18.8438,301.8281 Q18.8438,303.8438 19.5625,304.8125 Q20.2813,305.7656 21.875,305.7656 Q22.4688,305.7656 23.0938,305.6094 Q23.7188,305.4531 24.5469,305.0781 L24.5469,307.2969 Q23.8125,307.6094 23.0156,307.7656 Q22.2344,307.9219 21.4688,307.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="38" x="36" y="305.656">Layer3</text>
|
||||
@@ -78,51 +78,51 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="63" x="83" y="295.8281">LowerLayer</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="143" y1="317" y2="317"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019_layer3.h#L29" target="_top" title="m_m1_calls" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019_layer3.h#L29" xlink:show="new" xlink:title="m_m1_calls" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019_layer3.h#L29" target="_top" title="m_m1_calls" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019_layer3.h#L29" xlink:show="new" xlink:title="m_m1_calls" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="323"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="15" y="325"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019_layer3.h#L29" target="_top" title="m_m1_calls" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019_layer3.h#L29" xlink:show="new" xlink:title="m_m1_calls" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019_layer3.h#L29" target="_top" title="m_m1_calls" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019_layer3.h#L29" xlink:show="new" xlink:title="m_m1_calls" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="81" x="27" y="332.7589">m_m1_calls : int</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019_layer3.h#L30" target="_top" title="m_m2_calls" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019_layer3.h#L30" xlink:show="new" xlink:title="m_m2_calls" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019_layer3.h#L30" target="_top" title="m_m2_calls" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019_layer3.h#L30" xlink:show="new" xlink:title="m_m2_calls" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="337.9819"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="15" y="339.9819"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019_layer3.h#L30" target="_top" title="m_m2_calls" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019_layer3.h#L30" xlink:show="new" xlink:title="m_m2_calls" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019_layer3.h#L30" target="_top" title="m_m2_calls" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019_layer3.h#L30" xlink:show="new" xlink:title="m_m2_calls" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="81" x="27" y="347.7408">m_m2_calls : int</text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="143" y1="354.9638" y2="354.9638"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019_layer3.h#L12" target="_top" title="m1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019_layer3.h#L12" xlink:show="new" xlink:title="m1" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019_layer3.h#L12" target="_top" title="m1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019_layer3.h#L12" xlink:show="new" xlink:title="m1" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="360.9638"/>
|
||||
<rect fill="#F24D5C" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="15" y="362.9638"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019_layer3.h#L12" target="_top" title="m1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019_layer3.h#L12" xlink:show="new" xlink:title="m1" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019_layer3.h#L12" target="_top" title="m1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019_layer3.h#L12" xlink:show="new" xlink:title="m1" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="45" x="27" y="370.7227">m1() : int</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019_layer3.h#L18" target="_top" title="m2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019_layer3.h#L18" xlink:show="new" xlink:title="m2" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019_layer3.h#L18" target="_top" title="m2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019_layer3.h#L18" xlink:show="new" xlink:title="m2" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="375.9457"/>
|
||||
<rect fill="#F24D5C" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="15" y="377.9457"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019_layer3.h#L18" target="_top" title="m2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019_layer3.h#L18" xlink:show="new" xlink:title="m2" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019_layer3.h#L18" target="_top" title="m2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019_layer3.h#L18" xlink:show="new" xlink:title="m2" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="84" x="27" y="385.7046">m2() : std::string</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019_layer3.h#L24" target="_top" title="m1_calls" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019_layer3.h#L24" xlink:show="new" xlink:title="m1_calls" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019_layer3.h#L24" target="_top" title="m1_calls" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019_layer3.h#L24" xlink:show="new" xlink:title="m1_calls" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="390.9276"/>
|
||||
<rect fill="#F24D5C" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="15" y="392.9276"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019_layer3.h#L24" target="_top" title="m1_calls" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019_layer3.h#L24" xlink:show="new" xlink:title="m1_calls" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019_layer3.h#L24" target="_top" title="m1_calls" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019_layer3.h#L24" xlink:show="new" xlink:title="m1_calls" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="103" x="27" y="400.6865">m1_calls() const : int</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019_layer3.h#L26" target="_top" title="m2_calls" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019_layer3.h#L26" xlink:show="new" xlink:title="m2_calls" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019_layer3.h#L26" target="_top" title="m2_calls" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019_layer3.h#L26" xlink:show="new" xlink:title="m2_calls" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="405.9094"/>
|
||||
<rect fill="#F24D5C" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="15" y="407.9094"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019_layer3.h#L26" target="_top" title="m2_calls" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019_layer3.h#L26" xlink:show="new" xlink:title="m2_calls" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019_layer3.h#L26" target="_top" title="m2_calls" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019_layer3.h#L26" xlink:show="new" xlink:title="m2_calls" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="103" x="27" y="415.6684">m2_calls() const : int</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019_layer2.h#L6" target="_top" title="Layer2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019_layer2.h#L6" xlink:show="new" xlink:title="Layer2" xlink:type="simple">
|
||||
<rect codeLine="27" fill="#FEFECE" filter="url(#f1hp6avust7hrb)" height="62.9819" id="C_0000000761" style="stroke:#A80036;stroke-width:1.5;" width="160" x="130.5" y="502"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019_layer2.h#L6" target="_top" title="Layer2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019_layer2.h#L6" xlink:show="new" xlink:title="Layer2" xlink:type="simple">
|
||||
<rect codeLine="23" fill="#FEFECE" filter="url(#f13hdm4j7m53db)" height="62.9819" id="C_0000000761" style="stroke:#A80036;stroke-width:1.5;" width="160" x="130.5" y="502"/>
|
||||
<ellipse cx="155.85" cy="518" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M155.3188,524.9219 Q153.5688,524.9219 152.4281,524.1875 Q151.3031,523.4375 150.7406,522.0938 Q150.1938,520.7344 150.1938,518.9375 Q150.1938,516.9063 150.85,515.4531 Q151.5063,514 152.7875,513.2188 Q154.0688,512.4375 155.9438,512.4375 Q156.8344,512.4375 157.5063,512.625 Q158.1781,512.7969 158.8656,513.1406 L158.0531,515.1563 Q157.4281,514.8438 156.8813,514.7188 Q156.35,514.5938 155.8656,514.5938 Q154.6938,514.5938 153.9906,515.125 Q153.2875,515.6563 152.9906,516.6094 Q152.6938,517.5625 152.6938,518.8281 Q152.6938,520.8438 153.4125,521.8125 Q154.1313,522.7656 155.725,522.7656 Q156.3188,522.7656 156.9438,522.6094 Q157.5688,522.4531 158.3969,522.0781 L158.3969,524.2969 Q157.6625,524.6094 156.8656,524.7656 Q156.0844,524.9219 155.3188,524.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="38" x="172.15" y="522.656">Layer2</text>
|
||||
@@ -131,14 +131,14 @@
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="131.5" x2="289.5" y1="534" y2="534"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="131.5" x2="289.5" y1="542" y2="542"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019_layer2.h#L14" target="_top" title="all_calls_count" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019_layer2.h#L14" xlink:show="new" xlink:title="all_calls_count" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019_layer2.h#L14" target="_top" title="all_calls_count" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019_layer2.h#L14" xlink:show="new" xlink:title="all_calls_count" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="136.5" y="548"/>
|
||||
<rect fill="#F24D5C" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="138.5" y="550"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019_layer2.h#L14" target="_top" title="all_calls_count" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019_layer2.h#L14" xlink:show="new" xlink:title="all_calls_count" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019_layer2.h#L14" target="_top" title="all_calls_count" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019_layer2.h#L14" xlink:show="new" xlink:title="all_calls_count" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="134" x="150.5" y="557.7589">all_calls_count() const : int</text>
|
||||
</a>
|
||||
<rect codeLine="32" fill="#FEFECE" filter="url(#f1hp6avust7hrb)" height="48" id="C_0000000773" style="stroke:#A80036;stroke-width:1.5;" width="99" x="205" y="176"/>
|
||||
<rect codeLine="27" fill="#FEFECE" filter="url(#f13hdm4j7m53db)" height="48" id="C_0000000773" style="stroke:#A80036;stroke-width:1.5;" width="99" x="205" y="176"/>
|
||||
<ellipse cx="220" cy="192" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M219.4688,198.9219 Q217.7188,198.9219 216.5781,198.1875 Q215.4531,197.4375 214.8906,196.0938 Q214.3438,194.7344 214.3438,192.9375 Q214.3438,190.9063 215,189.4531 Q215.6563,188 216.9375,187.2188 Q218.2188,186.4375 220.0938,186.4375 Q220.9844,186.4375 221.6563,186.625 Q222.3281,186.7969 223.0156,187.1406 L222.2031,189.1563 Q221.5781,188.8438 221.0313,188.7188 Q220.5,188.5938 220.0156,188.5938 Q218.8438,188.5938 218.1406,189.125 Q217.4375,189.6563 217.1406,190.6094 Q216.8438,191.5625 216.8438,192.8281 Q216.8438,194.8438 217.5625,195.8125 Q218.2813,196.7656 219.875,196.7656 Q220.4688,196.7656 221.0938,196.6094 Q221.7188,196.4531 222.5469,196.0781 L222.5469,198.2969 Q221.8125,198.6094 221.0156,198.7656 Q220.2344,198.9219 219.4688,198.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="38" x="234" y="196.656">Layer3</text>
|
||||
@@ -146,7 +146,7 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="25" x="281" y="186.8281">Base</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="206" x2="303" y1="208" y2="208"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="206" x2="303" y1="216" y2="216"/>
|
||||
<rect codeLine="36" fill="#FEFECE" filter="url(#f1hp6avust7hrb)" height="48" id="C_0000000771" style="stroke:#A80036;stroke-width:1.5;" width="150" x="179.5" y="330"/>
|
||||
<rect codeLine="30" fill="#FEFECE" filter="url(#f13hdm4j7m53db)" height="48" id="C_0000000771" style="stroke:#A80036;stroke-width:1.5;" width="150" x="179.5" y="330"/>
|
||||
<ellipse cx="194.5" cy="346" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M193.9688,352.9219 Q192.2188,352.9219 191.0781,352.1875 Q189.9531,351.4375 189.3906,350.0938 Q188.8438,348.7344 188.8438,346.9375 Q188.8438,344.9063 189.5,343.4531 Q190.1563,342 191.4375,341.2188 Q192.7188,340.4375 194.5938,340.4375 Q195.4844,340.4375 196.1563,340.625 Q196.8281,340.7969 197.5156,341.1406 L196.7031,343.1563 Q196.0781,342.8438 195.5313,342.7188 Q195,342.5938 194.5156,342.5938 Q193.3438,342.5938 192.6406,343.125 Q191.9375,343.6563 191.6406,344.6094 Q191.3438,345.5625 191.3438,346.8281 Q191.3438,348.8438 192.0625,349.8125 Q192.7813,350.7656 194.375,350.7656 Q194.9688,350.7656 195.5938,350.6094 Q196.2188,350.4531 197.0469,350.0781 L197.0469,352.2969 Q196.3125,352.6094 195.5156,352.7656 Q194.7344,352.9219 193.9688,352.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="38" x="208.5" y="350.656">Layer2</text>
|
||||
@@ -154,7 +154,7 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="76" x="255.5" y="340.8281">Layer3<Base></text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="180.5" x2="328.5" y1="362" y2="362"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="180.5" x2="328.5" y1="370" y2="370"/>
|
||||
<rect codeLine="40" fill="#FEFECE" filter="url(#f1hp6avust7hrb)" height="48" id="C_0000000769" style="stroke:#A80036;stroke-width:1.5;" width="201" x="326" y="509.5"/>
|
||||
<rect codeLine="33" fill="#FEFECE" filter="url(#f13hdm4j7m53db)" height="48" id="C_0000000769" style="stroke:#A80036;stroke-width:1.5;" width="201" x="326" y="509.5"/>
|
||||
<ellipse cx="341" cy="525.5" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M340.4688,532.4219 Q338.7188,532.4219 337.5781,531.6875 Q336.4531,530.9375 335.8906,529.5938 Q335.3438,528.2344 335.3438,526.4375 Q335.3438,524.4063 336,522.9531 Q336.6563,521.5 337.9375,520.7188 Q339.2188,519.9375 341.0938,519.9375 Q341.9844,519.9375 342.6563,520.125 Q343.3281,520.2969 344.0156,520.6406 L343.2031,522.6563 Q342.5781,522.3438 342.0313,522.2188 Q341.5,522.0938 341.0156,522.0938 Q339.8438,522.0938 339.1406,522.625 Q338.4375,523.1563 338.1406,524.1094 Q337.8438,525.0625 337.8438,526.3281 Q337.8438,528.3438 338.5625,529.3125 Q339.2813,530.2656 340.875,530.2656 Q341.4688,530.2656 342.0938,530.1094 Q342.7188,529.9531 343.5469,529.5781 L343.5469,531.7969 Q342.8125,532.1094 342.0156,532.2656 Q341.2344,532.4219 340.4688,532.4219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="38" x="355" y="530.156">Layer1</text>
|
||||
@@ -162,40 +162,40 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="127" x="402" y="520.3281">Layer2<Layer3<Base>></text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="327" x2="526" y1="541.5" y2="541.5"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="327" x2="526" y1="549.5" y2="549.5"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019.cc#L11" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019.cc#L11" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<rect codeLine="44" fill="#FEFECE" filter="url(#f1hp6avust7hrb)" height="62.9819" id="C_0000000767" style="stroke:#A80036;stroke-width:1.5;" width="323" x="365" y="322.5"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019.cc#L11" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019.cc#L11" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<rect codeLine="36" fill="#FEFECE" filter="url(#f13hdm4j7m53db)" height="62.9819" id="C_0000000767" style="stroke:#A80036;stroke-width:1.5;" width="323" x="365" y="322.5"/>
|
||||
<ellipse cx="518.25" cy="338.5" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M517.7188,345.4219 Q515.9688,345.4219 514.8281,344.6875 Q513.7031,343.9375 513.1406,342.5938 Q512.5938,341.2344 512.5938,339.4375 Q512.5938,337.4063 513.25,335.9531 Q513.9063,334.5 515.1875,333.7188 Q516.4688,332.9375 518.3438,332.9375 Q519.2344,332.9375 519.9063,333.125 Q520.5781,333.2969 521.2656,333.6406 L520.4531,335.6563 Q519.8281,335.3438 519.2813,335.2188 Q518.75,335.0938 518.2656,335.0938 Q517.0938,335.0938 516.3906,335.625 Q515.6875,336.1563 515.3906,337.1094 Q515.0938,338.0625 515.0938,339.3281 Q515.0938,341.3438 515.8125,342.3125 Q516.5313,343.2656 518.125,343.2656 Q518.7188,343.2656 519.3438,343.1094 Q519.9688,342.9531 520.7969,342.5781 L520.7969,344.7969 Q520.0625,345.1094 519.2656,345.2656 Q518.4844,345.4219 517.7188,345.4219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="538.75" y="343.156">A</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="366" x2="687" y1="354.5" y2="354.5"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019.cc#L13" target="_top" title="layers" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019.cc#L13" xlink:show="new" xlink:title="layers" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019.cc#L13" target="_top" title="layers" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019.cc#L13" xlink:show="new" xlink:title="layers" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="371" y="360.5"/>
|
||||
<ellipse cx="376" cy="365.5" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019.cc#L13" target="_top" title="layers" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00019/t00019.cc#L13" xlink:show="new" xlink:title="layers" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019.cc#L13" target="_top" title="layers" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00019/t00019.cc#L13" xlink:show="new" xlink:title="layers" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="297" x="385" y="370.2589">layers : std::unique_ptr<Layer1<Layer2<Layer3<Base>>>></text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="366" x2="687" y1="377.4819" y2="377.4819"/>
|
||||
<path codeLine="53" d="M264.95,175.65 C267.39,160.53 268.37,140.13 267.88,120.78 " fill="none" id="C_0000000773-to-C_0000000743" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="39" d="M264.95,175.65 C267.39,160.53 268.37,140.13 267.88,120.78 " fill="none" id="C_0000000773-to-C_0000000743" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="267.7,115.36,263.9855,124.4815,267.8575,120.3575,271.9815,124.2295,267.7,115.36" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="55" d="M241.78,135.77 C241.97,150.24 242.92,164.41 244.63,175.65 " fill="none" id="C_0000000743-backto-C_0000000773" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="41" d="M241.78,135.77 C241.97,150.24 242.92,164.41 244.63,175.65 " fill="none" id="C_0000000743-backto-C_0000000773" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="none" points="234.79,135.27,242.03,115.36,248.79,135.44,234.79,135.27" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="54" d="M227.31,224.09 C209.18,239.49 184.26,260.64 159.86,281.37 " fill="none" id="C_0000000773-to-C_0000000755" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="40" d="M227.31,224.09 C209.18,239.49 184.26,260.64 159.86,281.37 " fill="none" id="C_0000000773-to-C_0000000755" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="none" points="164.16,286.9,144.38,294.51,155.1,276.22,164.16,286.9" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="57" d="M264.55,329.7 C268.89,302.71 269.13,258.26 265.29,229.3 " fill="none" id="C_0000000771-to-C_0000000773" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="42" d="M264.55,329.7 C268.89,302.71 269.13,258.26 265.29,229.3 " fill="none" id="C_0000000771-to-C_0000000773" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="264.52,224.09,261.8712,233.576,265.2471,229.0369,269.7862,232.4127,264.52,224.09" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="59" d="M242.88,244.03 C240.85,271.84 241.55,306.96 245,329.7 " fill="none" id="C_0000000773-backto-C_0000000771" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="44" d="M242.88,244.03 C240.85,271.84 241.55,306.96 245,329.7 " fill="none" id="C_0000000773-backto-C_0000000771" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="none" points="235.93,243.22,245.04,224.09,249.85,244.72,235.93,243.22" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="58" d="M248.75,378.21 C242.25,404.43 231.47,447.91 223.01,482.04 " fill="none" id="C_0000000771-to-C_0000000761" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="43" d="M248.75,378.21 C242.25,404.43 231.47,447.91 223.01,482.04 " fill="none" id="C_0000000771-to-C_0000000761" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="none" points="229.71,484.12,218.1,501.84,216.12,480.75,229.71,484.12" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="61" d="M413.47,509.29 C386.86,476.46 329.05,416.62 290.57,381.9 " fill="none" id="C_0000000769-to-C_0000000771" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="45" d="M413.47,509.29 C386.86,476.46 329.05,416.62 290.57,381.9 " fill="none" id="C_0000000769-to-C_0000000771" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="286.45,378.21,290.4829,387.1953,290.1736,381.5469,295.822,381.2376,286.45,378.21" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="63" d="M281.2,393.64 C312.2,428.92 362.22,479.92 395.07,509.29 " fill="none" id="C_0000000771-backto-C_0000000769" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="47" d="M281.2,393.64 C312.2,428.92 362.22,479.92 395.07,509.29 " fill="none" id="C_0000000771-backto-C_0000000769" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="none" points="275.7,397.97,268.05,378.21,286.35,388.89,275.7,397.97" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="62" d="M426.5,557.65 C426.5,571.1 426.5,588.7 426.5,605.7 " fill="none" id="C_0000000769-to-C_0000000749" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="46" d="M426.5,557.65 C426.5,571.1 426.5,588.7 426.5,605.7 " fill="none" id="C_0000000769-to-C_0000000749" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="none" points="433.5,605.82,426.5,625.82,419.5,605.82,433.5,605.82" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="65" d="M502.92,396.86 C483.1,432.03 455.53,480.97 439.49,509.44 " fill="none" id="C_0000000767-backto-C_0000000769" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="48" d="M502.92,396.86 C483.1,432.03 455.53,480.97 439.49,509.44 " fill="none" id="C_0000000767-backto-C_0000000769" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#FFFFFF" points="509.31,385.51,502.8823,388.7788,503.4275,395.9693,509.8552,392.7005,509.31,385.51" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<ellipse cx="477.5" cy="463.353" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="35" x="484.5" y="467.897">layers</text>
|
||||
|
||||
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
@@ -1,6 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="application/ecmascript" contentStyleType="text/css" height="374px" preserveAspectRatio="none" style="width:1043px;height:374px;background:#FFFFFF;" version="1.1" viewBox="0 0 1043 374" width="1043px" zoomAndPan="magnify">
|
||||
<defs>
|
||||
<filter height="300%" id="f4d7uwxmtcrka" width="300%" x="-1" y="-1">
|
||||
<filter height="300%" id="f1i5vj6bea4jzm" width="300%" x="-1" y="-1">
|
||||
<feGaussianBlur result="blurOut" stdDeviation="2.0"/>
|
||||
<feColorMatrix in="blurOut" result="blurOut2" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .4 0"/>
|
||||
<feOffset dx="4.0" dy="4.0" in="blurOut2" result="blurOut3"/>
|
||||
@@ -9,195 +9,195 @@
|
||||
<style type="text/css">a:hover { text-decoration: underline; }</style>
|
||||
</defs>
|
||||
<g>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L6" target="_top" title="ProductA" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L6" xlink:show="new" xlink:title="ProductA" xlink:type="simple">
|
||||
<rect codeLine="3" fill="#FEFECE" filter="url(#f4d7uwxmtcrka)" height="77.9638" id="C_0000000799" style="stroke:#A80036;stroke-width:1.5;" width="164" x="702.5" y="7"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L6" target="_top" title="ProductA" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L6" xlink:show="new" xlink:title="ProductA" xlink:type="simple">
|
||||
<rect codeLine="2" fill="#FEFECE" filter="url(#f1i5vj6bea4jzm)" height="77.9638" id="C_0000000799" style="stroke:#A80036;stroke-width:1.5;" width="164" x="702.5" y="7"/>
|
||||
<ellipse cx="755.75" cy="23" fill="#A9DCDF" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M750.9219,28.75 L754.2656,16.5625 L757.4063,16.5625 L760.7813,28.75 L758.3125,28.75 L757.5781,25.7344 L754.0625,25.7344 L753.3125,28.75 L750.9219,28.75 Z M755.3281,20.7031 L754.5781,23.7031 L757.0938,23.7031 L756.375,20.7031 Q756.2344,20.125 756.1094,19.5781 Q755.9844,19.0156 755.8438,18.4375 Q755.7344,19.0156 755.5938,19.5781 Q755.4531,20.125 755.3281,20.7031 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="49" x="776.25" y="27.656">ProductA</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="703.5" x2="865.5" y1="39" y2="39"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="703.5" x2="865.5" y1="47" y2="47"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L8" target="_top" title="~ProductA" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L8" xlink:show="new" xlink:title="~ProductA" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L8" target="_top" title="~ProductA" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L8" xlink:show="new" xlink:title="~ProductA" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="708.5" y="53"/>
|
||||
<ellipse cx="713.5" cy="58" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L8" target="_top" title="~ProductA" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L8" xlink:show="new" xlink:title="~ProductA" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L8" target="_top" title="~ProductA" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L8" xlink:show="new" xlink:title="~ProductA" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" text-decoration="underline" textLength="93" x="722.5" y="62.7589">~ProductA() : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L9" target="_top" title="sell" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L9" xlink:show="new" xlink:title="sell" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L9" target="_top" title="sell" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L9" xlink:show="new" xlink:title="sell" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="708.5" y="67.9819"/>
|
||||
<ellipse cx="713.5" cy="72.9819" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L9" target="_top" title="sell" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L9" xlink:show="new" xlink:title="sell" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L9" target="_top" title="sell" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L9" xlink:show="new" xlink:title="sell" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" font-style="italic" lengthAdjust="spacing" textLength="138" x="722.5" y="77.7408">sell(int price) const = 0 : bool</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L12" target="_top" title="ProductA1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L12" xlink:show="new" xlink:title="ProductA1" xlink:type="simple">
|
||||
<rect codeLine="9" fill="#FEFECE" filter="url(#f4d7uwxmtcrka)" height="62.9819" id="C_0000000803" style="stroke:#A80036;stroke-width:1.5;" width="156" x="201.5" y="152.5"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L12" target="_top" title="ProductA1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L12" xlink:show="new" xlink:title="ProductA1" xlink:type="simple">
|
||||
<rect codeLine="7" fill="#FEFECE" filter="url(#f1i5vj6bea4jzm)" height="62.9819" id="C_0000000803" style="stroke:#A80036;stroke-width:1.5;" width="156" x="201.5" y="152.5"/>
|
||||
<ellipse cx="246.25" cy="168.5" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M245.7188,175.4219 Q243.9688,175.4219 242.8281,174.6875 Q241.7031,173.9375 241.1406,172.5938 Q240.5938,171.2344 240.5938,169.4375 Q240.5938,167.4063 241.25,165.9531 Q241.9063,164.5 243.1875,163.7188 Q244.4688,162.9375 246.3438,162.9375 Q247.2344,162.9375 247.9063,163.125 Q248.5781,163.2969 249.2656,163.6406 L248.4531,165.6563 Q247.8281,165.3438 247.2813,165.2188 Q246.75,165.0938 246.2656,165.0938 Q245.0938,165.0938 244.3906,165.625 Q243.6875,166.1563 243.3906,167.1094 Q243.0938,168.0625 243.0938,169.3281 Q243.0938,171.3438 243.8125,172.3125 Q244.5313,173.2656 246.125,173.2656 Q246.7188,173.2656 247.3438,173.1094 Q247.9688,172.9531 248.7969,172.5781 L248.7969,174.7969 Q248.0625,175.1094 247.2656,175.2656 Q246.4844,175.4219 245.7188,175.4219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="58" x="266.75" y="173.156">ProductA1</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="202.5" x2="356.5" y1="184.5" y2="184.5"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="202.5" x2="356.5" y1="192.5" y2="192.5"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L14" target="_top" title="sell" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L14" xlink:show="new" xlink:title="sell" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L14" target="_top" title="sell" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L14" xlink:show="new" xlink:title="sell" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="207.5" y="198.5"/>
|
||||
<ellipse cx="212.5" cy="203.5" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L14" target="_top" title="sell" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L14" xlink:show="new" xlink:title="sell" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L14" target="_top" title="sell" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L14" xlink:show="new" xlink:title="sell" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="130" x="221.5" y="208.2589">sell(int price) const : bool</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L17" target="_top" title="ProductA2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L17" xlink:show="new" xlink:title="ProductA2" xlink:type="simple">
|
||||
<rect codeLine="14" fill="#FEFECE" filter="url(#f4d7uwxmtcrka)" height="62.9819" id="C_0000000807" style="stroke:#A80036;stroke-width:1.5;" width="156" x="873.5" y="152.5"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L17" target="_top" title="ProductA2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L17" xlink:show="new" xlink:title="ProductA2" xlink:type="simple">
|
||||
<rect codeLine="11" fill="#FEFECE" filter="url(#f1i5vj6bea4jzm)" height="62.9819" id="C_0000000807" style="stroke:#A80036;stroke-width:1.5;" width="156" x="873.5" y="152.5"/>
|
||||
<ellipse cx="918.25" cy="168.5" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M917.7188,175.4219 Q915.9688,175.4219 914.8281,174.6875 Q913.7031,173.9375 913.1406,172.5938 Q912.5938,171.2344 912.5938,169.4375 Q912.5938,167.4063 913.25,165.9531 Q913.9063,164.5 915.1875,163.7188 Q916.4688,162.9375 918.3438,162.9375 Q919.2344,162.9375 919.9063,163.125 Q920.5781,163.2969 921.2656,163.6406 L920.4531,165.6563 Q919.8281,165.3438 919.2813,165.2188 Q918.75,165.0938 918.2656,165.0938 Q917.0938,165.0938 916.3906,165.625 Q915.6875,166.1563 915.3906,167.1094 Q915.0938,168.0625 915.0938,169.3281 Q915.0938,171.3438 915.8125,172.3125 Q916.5313,173.2656 918.125,173.2656 Q918.7188,173.2656 919.3438,173.1094 Q919.9688,172.9531 920.7969,172.5781 L920.7969,174.7969 Q920.0625,175.1094 919.2656,175.2656 Q918.4844,175.4219 917.7188,175.4219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="58" x="938.75" y="173.156">ProductA2</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="874.5" x2="1028.5" y1="184.5" y2="184.5"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="874.5" x2="1028.5" y1="192.5" y2="192.5"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L19" target="_top" title="sell" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L19" xlink:show="new" xlink:title="sell" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L19" target="_top" title="sell" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L19" xlink:show="new" xlink:title="sell" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="879.5" y="198.5"/>
|
||||
<ellipse cx="884.5" cy="203.5" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L19" target="_top" title="sell" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L19" xlink:show="new" xlink:title="sell" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L19" target="_top" title="sell" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L19" xlink:show="new" xlink:title="sell" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="130" x="893.5" y="208.2589">sell(int price) const : bool</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L22" target="_top" title="ProductB" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L22" xlink:show="new" xlink:title="ProductB" xlink:type="simple">
|
||||
<rect codeLine="19" fill="#FEFECE" filter="url(#f4d7uwxmtcrka)" height="77.9638" id="C_0000000811" style="stroke:#A80036;stroke-width:1.5;" width="165" x="336" y="7"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L22" target="_top" title="ProductB" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L22" xlink:show="new" xlink:title="ProductB" xlink:type="simple">
|
||||
<rect codeLine="15" fill="#FEFECE" filter="url(#f1i5vj6bea4jzm)" height="77.9638" id="C_0000000811" style="stroke:#A80036;stroke-width:1.5;" width="165" x="336" y="7"/>
|
||||
<ellipse cx="389.75" cy="23" fill="#A9DCDF" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M384.9219,28.75 L388.2656,16.5625 L391.4063,16.5625 L394.7813,28.75 L392.3125,28.75 L391.5781,25.7344 L388.0625,25.7344 L387.3125,28.75 L384.9219,28.75 Z M389.3281,20.7031 L388.5781,23.7031 L391.0938,23.7031 L390.375,20.7031 Q390.2344,20.125 390.1094,19.5781 Q389.9844,19.0156 389.8438,18.4375 Q389.7344,19.0156 389.5938,19.5781 Q389.4531,20.125 389.3281,20.7031 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="49" x="410.25" y="27.656">ProductB</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="337" x2="500" y1="39" y2="39"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="337" x2="500" y1="47" y2="47"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L24" target="_top" title="~ProductB" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L24" xlink:show="new" xlink:title="~ProductB" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L24" target="_top" title="~ProductB" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L24" xlink:show="new" xlink:title="~ProductB" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="342" y="53"/>
|
||||
<ellipse cx="347" cy="58" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L24" target="_top" title="~ProductB" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L24" xlink:show="new" xlink:title="~ProductB" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L24" target="_top" title="~ProductB" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L24" xlink:show="new" xlink:title="~ProductB" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" text-decoration="underline" textLength="93" x="356" y="62.7589">~ProductB() : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L25" target="_top" title="buy" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L25" xlink:show="new" xlink:title="buy" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L25" target="_top" title="buy" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L25" xlink:show="new" xlink:title="buy" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="342" y="67.9819"/>
|
||||
<ellipse cx="347" cy="72.9819" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L25" target="_top" title="buy" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L25" xlink:show="new" xlink:title="buy" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L25" target="_top" title="buy" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L25" xlink:show="new" xlink:title="buy" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" font-style="italic" lengthAdjust="spacing" textLength="139" x="356" y="77.7408">buy(int price) const = 0 : bool</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L28" target="_top" title="ProductB1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L28" xlink:show="new" xlink:title="ProductB1" xlink:type="simple">
|
||||
<rect codeLine="25" fill="#FEFECE" filter="url(#f4d7uwxmtcrka)" height="62.9819" id="C_0000000815" style="stroke:#A80036;stroke-width:1.5;" width="159" x="7" y="152.5"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L28" target="_top" title="ProductB1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L28" xlink:show="new" xlink:title="ProductB1" xlink:type="simple">
|
||||
<rect codeLine="20" fill="#FEFECE" filter="url(#f1i5vj6bea4jzm)" height="62.9819" id="C_0000000815" style="stroke:#A80036;stroke-width:1.5;" width="159" x="7" y="152.5"/>
|
||||
<ellipse cx="53.25" cy="168.5" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M52.7188,175.4219 Q50.9688,175.4219 49.8281,174.6875 Q48.7031,173.9375 48.1406,172.5938 Q47.5938,171.2344 47.5938,169.4375 Q47.5938,167.4063 48.25,165.9531 Q48.9063,164.5 50.1875,163.7188 Q51.4688,162.9375 53.3438,162.9375 Q54.2344,162.9375 54.9063,163.125 Q55.5781,163.2969 56.2656,163.6406 L55.4531,165.6563 Q54.8281,165.3438 54.2813,165.2188 Q53.75,165.0938 53.2656,165.0938 Q52.0938,165.0938 51.3906,165.625 Q50.6875,166.1563 50.3906,167.1094 Q50.0938,168.0625 50.0938,169.3281 Q50.0938,171.3438 50.8125,172.3125 Q51.5313,173.2656 53.125,173.2656 Q53.7188,173.2656 54.3438,173.1094 Q54.9688,172.9531 55.7969,172.5781 L55.7969,174.7969 Q55.0625,175.1094 54.2656,175.2656 Q53.4844,175.4219 52.7188,175.4219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="58" x="73.75" y="173.156">ProductB1</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="165" y1="184.5" y2="184.5"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="165" y1="192.5" y2="192.5"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L30" target="_top" title="buy" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L30" xlink:show="new" xlink:title="buy" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L30" target="_top" title="buy" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L30" xlink:show="new" xlink:title="buy" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="198.5"/>
|
||||
<ellipse cx="18" cy="203.5" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L30" target="_top" title="buy" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L30" xlink:show="new" xlink:title="buy" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L30" target="_top" title="buy" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L30" xlink:show="new" xlink:title="buy" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="133" x="27" y="208.2589">buy(int price) const : bool</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L33" target="_top" title="ProductB2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L33" xlink:show="new" xlink:title="ProductB2" xlink:type="simple">
|
||||
<rect codeLine="30" fill="#FEFECE" filter="url(#f4d7uwxmtcrka)" height="62.9819" id="C_0000000819" style="stroke:#A80036;stroke-width:1.5;" width="159" x="679" y="152.5"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L33" target="_top" title="ProductB2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L33" xlink:show="new" xlink:title="ProductB2" xlink:type="simple">
|
||||
<rect codeLine="24" fill="#FEFECE" filter="url(#f1i5vj6bea4jzm)" height="62.9819" id="C_0000000819" style="stroke:#A80036;stroke-width:1.5;" width="159" x="679" y="152.5"/>
|
||||
<ellipse cx="725.25" cy="168.5" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M724.7188,175.4219 Q722.9688,175.4219 721.8281,174.6875 Q720.7031,173.9375 720.1406,172.5938 Q719.5938,171.2344 719.5938,169.4375 Q719.5938,167.4063 720.25,165.9531 Q720.9063,164.5 722.1875,163.7188 Q723.4688,162.9375 725.3438,162.9375 Q726.2344,162.9375 726.9063,163.125 Q727.5781,163.2969 728.2656,163.6406 L727.4531,165.6563 Q726.8281,165.3438 726.2813,165.2188 Q725.75,165.0938 725.2656,165.0938 Q724.0938,165.0938 723.3906,165.625 Q722.6875,166.1563 722.3906,167.1094 Q722.0938,168.0625 722.0938,169.3281 Q722.0938,171.3438 722.8125,172.3125 Q723.5313,173.2656 725.125,173.2656 Q725.7188,173.2656 726.3438,173.1094 Q726.9688,172.9531 727.7969,172.5781 L727.7969,174.7969 Q727.0625,175.1094 726.2656,175.2656 Q725.4844,175.4219 724.7188,175.4219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="58" x="745.75" y="173.156">ProductB2</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="680" x2="837" y1="184.5" y2="184.5"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="680" x2="837" y1="192.5" y2="192.5"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L35" target="_top" title="buy" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L35" xlink:show="new" xlink:title="buy" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L35" target="_top" title="buy" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L35" xlink:show="new" xlink:title="buy" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="685" y="198.5"/>
|
||||
<ellipse cx="690" cy="203.5" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L35" target="_top" title="buy" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L35" xlink:show="new" xlink:title="buy" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L35" target="_top" title="buy" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L35" xlink:show="new" xlink:title="buy" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="133" x="699" y="208.2589">buy(int price) const : bool</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L38" target="_top" title="AbstractFactory" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L38" xlink:show="new" xlink:title="AbstractFactory" xlink:type="simple">
|
||||
<rect codeLine="35" fill="#FEFECE" filter="url(#f4d7uwxmtcrka)" height="77.9638" id="C_0000000823" style="stroke:#A80036;stroke-width:1.5;" width="251" x="393" y="145"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L38" target="_top" title="AbstractFactory" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L38" xlink:show="new" xlink:title="AbstractFactory" xlink:type="simple">
|
||||
<rect codeLine="28" fill="#FEFECE" filter="url(#f1i5vj6bea4jzm)" height="77.9638" id="C_0000000823" style="stroke:#A80036;stroke-width:1.5;" width="251" x="393" y="145"/>
|
||||
<ellipse cx="472.25" cy="161" fill="#A9DCDF" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M467.4219,166.75 L470.7656,154.5625 L473.9063,154.5625 L477.2813,166.75 L474.8125,166.75 L474.0781,163.7344 L470.5625,163.7344 L469.8125,166.75 L467.4219,166.75 Z M471.8281,158.7031 L471.0781,161.7031 L473.5938,161.7031 L472.875,158.7031 Q472.7344,158.125 472.6094,157.5781 Q472.4844,157.0156 472.3438,156.4375 Q472.2344,157.0156 472.0938,157.5781 Q471.9531,158.125 471.8281,158.7031 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="84" x="492.75" y="165.656">AbstractFactory</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="394" x2="643" y1="177" y2="177"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="394" x2="643" y1="185" y2="185"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L40" target="_top" title="make_a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L40" xlink:show="new" xlink:title="make_a" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L40" target="_top" title="make_a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L40" xlink:show="new" xlink:title="make_a" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="399" y="191"/>
|
||||
<ellipse cx="404" cy="196" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L40" target="_top" title="make_a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L40" xlink:show="new" xlink:title="make_a" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L40" target="_top" title="make_a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L40" xlink:show="new" xlink:title="make_a" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" font-style="italic" lengthAdjust="spacing" textLength="224" x="413" y="200.7589">make_a() const = 0 : std::unique_ptr<ProductA></text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L41" target="_top" title="make_b" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L41" xlink:show="new" xlink:title="make_b" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L41" target="_top" title="make_b" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L41" xlink:show="new" xlink:title="make_b" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="399" y="205.9819"/>
|
||||
<ellipse cx="404" cy="210.9819" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L41" target="_top" title="make_b" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L41" xlink:show="new" xlink:title="make_b" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L41" target="_top" title="make_b" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L41" xlink:show="new" xlink:title="make_b" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" font-style="italic" lengthAdjust="spacing" textLength="225" x="413" y="215.7408">make_b() const = 0 : std::unique_ptr<ProductB></text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L44" target="_top" title="Factory1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L44" xlink:show="new" xlink:title="Factory1" xlink:type="simple">
|
||||
<rect codeLine="41" fill="#FEFECE" filter="url(#f4d7uwxmtcrka)" height="77.9638" id="C_0000000827" style="stroke:#A80036;stroke-width:1.5;" width="253" x="153" y="283"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L44" target="_top" title="Factory1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L44" xlink:show="new" xlink:title="Factory1" xlink:type="simple">
|
||||
<rect codeLine="33" fill="#FEFECE" filter="url(#f1i5vj6bea4jzm)" height="77.9638" id="C_0000000827" style="stroke:#A80036;stroke-width:1.5;" width="253" x="153" y="283"/>
|
||||
<ellipse cx="251.25" cy="299" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M250.7188,305.9219 Q248.9688,305.9219 247.8281,305.1875 Q246.7031,304.4375 246.1406,303.0938 Q245.5938,301.7344 245.5938,299.9375 Q245.5938,297.9063 246.25,296.4531 Q246.9063,295 248.1875,294.2188 Q249.4688,293.4375 251.3438,293.4375 Q252.2344,293.4375 252.9063,293.625 Q253.5781,293.7969 254.2656,294.1406 L253.4531,296.1563 Q252.8281,295.8438 252.2813,295.7188 Q251.75,295.5938 251.2656,295.5938 Q250.0938,295.5938 249.3906,296.125 Q248.6875,296.6563 248.3906,297.6094 Q248.0938,298.5625 248.0938,299.8281 Q248.0938,301.8438 248.8125,302.8125 Q249.5313,303.7656 251.125,303.7656 Q251.7188,303.7656 252.3438,303.6094 Q252.9688,303.4531 253.7969,303.0781 L253.7969,305.2969 Q253.0625,305.6094 252.2656,305.7656 Q251.4844,305.9219 250.7188,305.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="48" x="271.75" y="303.656">Factory1</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="154" x2="405" y1="315" y2="315"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="154" x2="405" y1="323" y2="323"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L46" target="_top" title="make_a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L46" xlink:show="new" xlink:title="make_a" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L46" target="_top" title="make_a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L46" xlink:show="new" xlink:title="make_a" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="159" y="329"/>
|
||||
<ellipse cx="164" cy="334" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L46" target="_top" title="make_a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L46" xlink:show="new" xlink:title="make_a" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L46" target="_top" title="make_a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L46" xlink:show="new" xlink:title="make_a" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="226" x="173" y="338.7589">make_a() const : std::unique_ptr<ProductA></text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L51" target="_top" title="make_b" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L51" xlink:show="new" xlink:title="make_b" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L51" target="_top" title="make_b" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L51" xlink:show="new" xlink:title="make_b" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="159" y="343.9819"/>
|
||||
<ellipse cx="164" cy="348.9819" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L51" target="_top" title="make_b" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L51" xlink:show="new" xlink:title="make_b" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L51" target="_top" title="make_b" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L51" xlink:show="new" xlink:title="make_b" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="227" x="173" y="353.7408">make_b() const : std::unique_ptr<ProductB></text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L57" target="_top" title="Factory2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L57" xlink:show="new" xlink:title="Factory2" xlink:type="simple">
|
||||
<rect codeLine="47" fill="#FEFECE" filter="url(#f4d7uwxmtcrka)" height="77.9638" id="C_0000000831" style="stroke:#A80036;stroke-width:1.5;" width="253" x="632" y="283"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L57" target="_top" title="Factory2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L57" xlink:show="new" xlink:title="Factory2" xlink:type="simple">
|
||||
<rect codeLine="38" fill="#FEFECE" filter="url(#f1i5vj6bea4jzm)" height="77.9638" id="C_0000000831" style="stroke:#A80036;stroke-width:1.5;" width="253" x="632" y="283"/>
|
||||
<ellipse cx="730.25" cy="299" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M729.7188,305.9219 Q727.9688,305.9219 726.8281,305.1875 Q725.7031,304.4375 725.1406,303.0938 Q724.5938,301.7344 724.5938,299.9375 Q724.5938,297.9063 725.25,296.4531 Q725.9063,295 727.1875,294.2188 Q728.4688,293.4375 730.3438,293.4375 Q731.2344,293.4375 731.9063,293.625 Q732.5781,293.7969 733.2656,294.1406 L732.4531,296.1563 Q731.8281,295.8438 731.2813,295.7188 Q730.75,295.5938 730.2656,295.5938 Q729.0938,295.5938 728.3906,296.125 Q727.6875,296.6563 727.3906,297.6094 Q727.0938,298.5625 727.0938,299.8281 Q727.0938,301.8438 727.8125,302.8125 Q728.5313,303.7656 730.125,303.7656 Q730.7188,303.7656 731.3438,303.6094 Q731.9688,303.4531 732.7969,303.0781 L732.7969,305.2969 Q732.0625,305.6094 731.2656,305.7656 Q730.4844,305.9219 729.7188,305.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="48" x="750.75" y="303.656">Factory2</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="633" x2="884" y1="315" y2="315"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="633" x2="884" y1="323" y2="323"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L59" target="_top" title="make_a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L59" xlink:show="new" xlink:title="make_a" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L59" target="_top" title="make_a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L59" xlink:show="new" xlink:title="make_a" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="638" y="329"/>
|
||||
<ellipse cx="643" cy="334" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L59" target="_top" title="make_a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L59" xlink:show="new" xlink:title="make_a" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L59" target="_top" title="make_a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L59" xlink:show="new" xlink:title="make_a" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="226" x="652" y="338.7589">make_a() const : std::unique_ptr<ProductA></text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L64" target="_top" title="make_b" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L64" xlink:show="new" xlink:title="make_b" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L64" target="_top" title="make_b" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L64" xlink:show="new" xlink:title="make_b" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="638" y="343.9819"/>
|
||||
<ellipse cx="643" cy="348.9819" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L64" target="_top" title="make_b" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00020/t00020.cc#L64" xlink:show="new" xlink:title="make_b" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L64" target="_top" title="make_b" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00020/t00020.cc#L64" xlink:show="new" xlink:title="make_b" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="227" x="652" y="353.7408">make_b() const : std::unique_ptr<ProductB></text>
|
||||
</a>
|
||||
<path codeLine="54" d="M682.63,67.21 C599.21,84.76 478.57,112.43 375.5,145 C368.32,147.27 360.91,149.82 353.55,152.49 " fill="none" id="C_0000000799-backto-C_0000000803" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="42" d="M682.63,67.21 C599.21,84.76 478.57,112.43 375.5,145 C368.32,147.27 360.91,149.82 353.55,152.49 " fill="none" id="C_0000000799-backto-C_0000000803" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="none" points="681.47,60.3,702.48,63.08,684.32,74.01,681.47,60.3" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="56" d="M846.98,97.88 C869.47,116.19 894.14,136.28 913.86,152.35 " fill="none" id="C_0000000799-backto-C_0000000807" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="43" d="M846.98,97.88 C869.47,116.19 894.14,136.28 913.86,152.35 " fill="none" id="C_0000000799-backto-C_0000000807" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="none" points="842.55,103.3,831.46,85.25,851.39,92.45,842.55,103.3" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="59" d="M316.82,88.65 C266.55,109.24 206.97,133.65 161.01,152.48 " fill="none" id="C_0000000811-backto-C_0000000815" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="44" d="M316.82,88.65 C266.55,109.24 206.97,133.65 161.01,152.48 " fill="none" id="C_0000000811-backto-C_0000000815" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="none" points="314.42,82.07,335.58,80.97,319.72,95.03,314.42,82.07" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="61" d="M519.89,87.55 C571.89,108.36 634.2,133.28 682.09,152.44 " fill="none" id="C_0000000811-backto-C_0000000819" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="45" d="M519.89,87.55 C571.89,108.36 634.2,133.28 682.09,152.44 " fill="none" id="C_0000000811-backto-C_0000000819" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="none" points="517.21,94.02,501.24,80.1,522.41,81.02,517.21,94.02" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="64" d="M434.14,233 C405.36,249.38 373.59,267.46 346.38,282.94 " fill="none" id="C_0000000823-backto-C_0000000827" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="46" d="M434.14,233 C405.36,249.38 373.59,267.46 346.38,282.94 " fill="none" id="C_0000000823-backto-C_0000000827" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="none" points="430.76,226.87,451.61,223.06,437.69,239.04,430.76,226.87" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="66" d="M603.21,233 C632.11,249.38 664.01,267.46 691.34,282.94 " fill="none" id="C_0000000823-backto-C_0000000831" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="47" d="M603.21,233 C632.11,249.38 664.01,267.46 691.34,282.94 " fill="none" id="C_0000000823-backto-C_0000000831" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="none" points="599.62,239.01,585.67,223.06,606.52,226.83,599.62,239.01" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="68" d="M279.5,220.78 C279.5,239.87 279.5,263.36 279.5,282.8 " fill="none" id="C_0000000803-backto-C_0000000827" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="48" d="M279.5,220.78 C279.5,239.87 279.5,263.36 279.5,282.8 " fill="none" id="C_0000000803-backto-C_0000000827" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="279.5,215.52,275.5,224.52,279.5,220.52,283.5,224.52,279.5,215.52" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="69" d="M134.18,218.6 C161.79,238.05 196.63,262.61 225.28,282.8 " fill="none" id="C_0000000815-backto-C_0000000827" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="49" d="M134.18,218.6 C161.79,238.05 196.63,262.61 225.28,282.8 " fill="none" id="C_0000000815-backto-C_0000000827" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="129.81,215.52,134.8537,223.9794,133.894,218.4045,139.4689,217.4449,129.81,215.52" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="70" d="M903.82,218.6 C876.21,238.05 841.37,262.61 812.72,282.8 " fill="none" id="C_0000000807-backto-C_0000000831" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="50" d="M903.82,218.6 C876.21,238.05 841.37,262.61 812.72,282.8 " fill="none" id="C_0000000807-backto-C_0000000831" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="908.19,215.52,898.5311,217.4449,904.106,218.4045,903.1463,223.9794,908.19,215.52" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="71" d="M758.5,220.78 C758.5,239.87 758.5,263.36 758.5,282.8 " fill="none" id="C_0000000819-backto-C_0000000831" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="51" d="M758.5,220.78 C758.5,239.87 758.5,263.36 758.5,282.8 " fill="none" id="C_0000000819-backto-C_0000000831" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="758.5,215.52,754.5,224.52,758.5,220.52,762.5,224.52,758.5,215.52" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
@@ -1,6 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="application/ecmascript" contentStyleType="text/css" height="512px" preserveAspectRatio="none" style="width:898px;height:512px;background:#FFFFFF;" version="1.1" viewBox="0 0 898 512" width="898px" zoomAndPan="magnify">
|
||||
<defs>
|
||||
<filter height="300%" id="fxgepn7u1f24l" width="300%" x="-1" y="-1">
|
||||
<filter height="300%" id="f10096aljzcbsl" width="300%" x="-1" y="-1">
|
||||
<feGaussianBlur result="blurOut" stdDeviation="2.0"/>
|
||||
<feColorMatrix in="blurOut" result="blurOut2" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .4 0"/>
|
||||
<feOffset dx="4.0" dy="4.0" in="blurOut2" result="blurOut3"/>
|
||||
@@ -9,184 +9,184 @@
|
||||
<style type="text/css">a:hover { text-decoration: underline; }</style>
|
||||
</defs>
|
||||
<g>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L9" target="_top" title="Visitor" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L9" xlink:show="new" xlink:title="Visitor" xlink:type="simple">
|
||||
<rect codeLine="3" fill="#FEFECE" filter="url(#fxgepn7u1f24l)" height="92.9457" id="C_0000000838" style="stroke:#A80036;stroke-width:1.5;" width="207" x="342" y="145"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L9" target="_top" title="Visitor" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L9" xlink:show="new" xlink:title="Visitor" xlink:type="simple">
|
||||
<rect codeLine="2" fill="#FEFECE" filter="url(#f10096aljzcbsl)" height="92.9457" id="C_0000000838" style="stroke:#A80036;stroke-width:1.5;" width="207" x="342" y="145"/>
|
||||
<ellipse cx="424.25" cy="161" fill="#A9DCDF" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M419.4219,166.75 L422.7656,154.5625 L425.9063,154.5625 L429.2813,166.75 L426.8125,166.75 L426.0781,163.7344 L422.5625,163.7344 L421.8125,166.75 L419.4219,166.75 Z M423.8281,158.7031 L423.0781,161.7031 L425.5938,161.7031 L424.875,158.7031 Q424.7344,158.125 424.6094,157.5781 Q424.4844,157.0156 424.3438,156.4375 Q424.2344,157.0156 424.0938,157.5781 Q423.9531,158.125 423.8281,158.7031 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="34" x="444.75" y="165.656">Visitor</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="343" x2="548" y1="177" y2="177"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="343" x2="548" y1="185" y2="185"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L11" target="_top" title="~Visitor" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L11" xlink:show="new" xlink:title="~Visitor" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L11" target="_top" title="~Visitor" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L11" xlink:show="new" xlink:title="~Visitor" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="348" y="191"/>
|
||||
<ellipse cx="353" cy="196" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L11" target="_top" title="~Visitor" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L11" xlink:show="new" xlink:title="~Visitor" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L11" target="_top" title="~Visitor" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L11" xlink:show="new" xlink:title="~Visitor" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" text-decoration="underline" textLength="78" x="362" y="200.7589">~Visitor() : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L12" target="_top" title="visit_A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L12" xlink:show="new" xlink:title="visit_A" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L12" target="_top" title="visit_A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L12" xlink:show="new" xlink:title="visit_A" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="348" y="205.9819"/>
|
||||
<ellipse cx="353" cy="210.9819" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L12" target="_top" title="visit_A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L12" xlink:show="new" xlink:title="visit_A" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L12" target="_top" title="visit_A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L12" xlink:show="new" xlink:title="visit_A" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" font-style="italic" lengthAdjust="spacing" textLength="179" x="362" y="215.7408">visit_A(A const& item) const = 0 : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L13" target="_top" title="visit_B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L13" xlink:show="new" xlink:title="visit_B" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L13" target="_top" title="visit_B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L13" xlink:show="new" xlink:title="visit_B" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="348" y="220.9638"/>
|
||||
<ellipse cx="353" cy="225.9638" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L13" target="_top" title="visit_B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L13" xlink:show="new" xlink:title="visit_B" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L13" target="_top" title="visit_B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L13" xlink:show="new" xlink:title="visit_B" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" font-style="italic" lengthAdjust="spacing" textLength="181" x="362" y="230.7227">visit_B(B const& item) const = 0 : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L16" target="_top" title="Visitor1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L16" xlink:show="new" xlink:title="Visitor1" xlink:type="simple">
|
||||
<rect codeLine="10" fill="#FEFECE" filter="url(#fxgepn7u1f24l)" height="77.9638" id="C_0000000846" style="stroke:#A80036;stroke-width:1.5;" width="200" x="110.5" y="298"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L16" target="_top" title="Visitor1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L16" xlink:show="new" xlink:title="Visitor1" xlink:type="simple">
|
||||
<rect codeLine="8" fill="#FEFECE" filter="url(#f10096aljzcbsl)" height="77.9638" id="C_0000000846" style="stroke:#A80036;stroke-width:1.5;" width="200" x="110.5" y="298"/>
|
||||
<ellipse cx="185.25" cy="314" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M184.7188,320.9219 Q182.9688,320.9219 181.8281,320.1875 Q180.7031,319.4375 180.1406,318.0938 Q179.5938,316.7344 179.5938,314.9375 Q179.5938,312.9063 180.25,311.4531 Q180.9063,310 182.1875,309.2188 Q183.4688,308.4375 185.3438,308.4375 Q186.2344,308.4375 186.9063,308.625 Q187.5781,308.7969 188.2656,309.1406 L187.4531,311.1563 Q186.8281,310.8438 186.2813,310.7188 Q185.75,310.5938 185.2656,310.5938 Q184.0938,310.5938 183.3906,311.125 Q182.6875,311.6563 182.3906,312.6094 Q182.0938,313.5625 182.0938,314.8281 Q182.0938,316.8438 182.8125,317.8125 Q183.5313,318.7656 185.125,318.7656 Q185.7188,318.7656 186.3438,318.6094 Q186.9688,318.4531 187.7969,318.0781 L187.7969,320.2969 Q187.0625,320.6094 186.2656,320.7656 Q185.4844,320.9219 184.7188,320.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="42" x="205.75" y="318.656">Visitor1</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="111.5" x2="309.5" y1="330" y2="330"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="111.5" x2="309.5" y1="338" y2="338"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L18" target="_top" title="visit_A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L18" xlink:show="new" xlink:title="visit_A" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L18" target="_top" title="visit_A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L18" xlink:show="new" xlink:title="visit_A" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="116.5" y="344"/>
|
||||
<ellipse cx="121.5" cy="349" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L18" target="_top" title="visit_A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L18" xlink:show="new" xlink:title="visit_A" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L18" target="_top" title="visit_A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L18" xlink:show="new" xlink:title="visit_A" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="174" x="130.5" y="353.7589">visit_A(A const& item) const : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L19" target="_top" title="visit_B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L19" xlink:show="new" xlink:title="visit_B" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L19" target="_top" title="visit_B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L19" xlink:show="new" xlink:title="visit_B" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="116.5" y="358.9819"/>
|
||||
<ellipse cx="121.5" cy="363.9819" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L19" target="_top" title="visit_B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L19" xlink:show="new" xlink:title="visit_B" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L19" target="_top" title="visit_B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L19" xlink:show="new" xlink:title="visit_B" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="174" x="130.5" y="368.7408">visit_B(B const& item) const : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L22" target="_top" title="Visitor2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L22" xlink:show="new" xlink:title="Visitor2" xlink:type="simple">
|
||||
<rect codeLine="16" fill="#FEFECE" filter="url(#fxgepn7u1f24l)" height="77.9638" id="C_0000000854" style="stroke:#A80036;stroke-width:1.5;" width="200" x="345.5" y="298"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L22" target="_top" title="Visitor2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L22" xlink:show="new" xlink:title="Visitor2" xlink:type="simple">
|
||||
<rect codeLine="13" fill="#FEFECE" filter="url(#f10096aljzcbsl)" height="77.9638" id="C_0000000854" style="stroke:#A80036;stroke-width:1.5;" width="200" x="345.5" y="298"/>
|
||||
<ellipse cx="420.25" cy="314" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M419.7188,320.9219 Q417.9688,320.9219 416.8281,320.1875 Q415.7031,319.4375 415.1406,318.0938 Q414.5938,316.7344 414.5938,314.9375 Q414.5938,312.9063 415.25,311.4531 Q415.9063,310 417.1875,309.2188 Q418.4688,308.4375 420.3438,308.4375 Q421.2344,308.4375 421.9063,308.625 Q422.5781,308.7969 423.2656,309.1406 L422.4531,311.1563 Q421.8281,310.8438 421.2813,310.7188 Q420.75,310.5938 420.2656,310.5938 Q419.0938,310.5938 418.3906,311.125 Q417.6875,311.6563 417.3906,312.6094 Q417.0938,313.5625 417.0938,314.8281 Q417.0938,316.8438 417.8125,317.8125 Q418.5313,318.7656 420.125,318.7656 Q420.7188,318.7656 421.3438,318.6094 Q421.9688,318.4531 422.7969,318.0781 L422.7969,320.2969 Q422.0625,320.6094 421.2656,320.7656 Q420.4844,320.9219 419.7188,320.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="42" x="440.75" y="318.656">Visitor2</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="346.5" x2="544.5" y1="330" y2="330"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="346.5" x2="544.5" y1="338" y2="338"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L24" target="_top" title="visit_A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L24" xlink:show="new" xlink:title="visit_A" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L24" target="_top" title="visit_A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L24" xlink:show="new" xlink:title="visit_A" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="351.5" y="344"/>
|
||||
<ellipse cx="356.5" cy="349" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L24" target="_top" title="visit_A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L24" xlink:show="new" xlink:title="visit_A" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L24" target="_top" title="visit_A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L24" xlink:show="new" xlink:title="visit_A" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="174" x="365.5" y="353.7589">visit_A(A const& item) const : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L25" target="_top" title="visit_B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L25" xlink:show="new" xlink:title="visit_B" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L25" target="_top" title="visit_B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L25" xlink:show="new" xlink:title="visit_B" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="351.5" y="358.9819"/>
|
||||
<ellipse cx="356.5" cy="363.9819" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L25" target="_top" title="visit_B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L25" xlink:show="new" xlink:title="visit_B" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L25" target="_top" title="visit_B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L25" xlink:show="new" xlink:title="visit_B" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="174" x="365.5" y="368.7408">visit_B(B const& item) const : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L28" target="_top" title="Visitor3" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L28" xlink:show="new" xlink:title="Visitor3" xlink:type="simple">
|
||||
<rect codeLine="22" fill="#FEFECE" filter="url(#fxgepn7u1f24l)" height="77.9638" id="C_0000000862" style="stroke:#A80036;stroke-width:1.5;" width="200" x="580.5" y="298"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L28" target="_top" title="Visitor3" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L28" xlink:show="new" xlink:title="Visitor3" xlink:type="simple">
|
||||
<rect codeLine="18" fill="#FEFECE" filter="url(#f10096aljzcbsl)" height="77.9638" id="C_0000000862" style="stroke:#A80036;stroke-width:1.5;" width="200" x="580.5" y="298"/>
|
||||
<ellipse cx="655.25" cy="314" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M654.7188,320.9219 Q652.9688,320.9219 651.8281,320.1875 Q650.7031,319.4375 650.1406,318.0938 Q649.5938,316.7344 649.5938,314.9375 Q649.5938,312.9063 650.25,311.4531 Q650.9063,310 652.1875,309.2188 Q653.4688,308.4375 655.3438,308.4375 Q656.2344,308.4375 656.9063,308.625 Q657.5781,308.7969 658.2656,309.1406 L657.4531,311.1563 Q656.8281,310.8438 656.2813,310.7188 Q655.75,310.5938 655.2656,310.5938 Q654.0938,310.5938 653.3906,311.125 Q652.6875,311.6563 652.3906,312.6094 Q652.0938,313.5625 652.0938,314.8281 Q652.0938,316.8438 652.8125,317.8125 Q653.5313,318.7656 655.125,318.7656 Q655.7188,318.7656 656.3438,318.6094 Q656.9688,318.4531 657.7969,318.0781 L657.7969,320.2969 Q657.0625,320.6094 656.2656,320.7656 Q655.4844,320.9219 654.7188,320.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="42" x="675.75" y="318.656">Visitor3</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="581.5" x2="779.5" y1="330" y2="330"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="581.5" x2="779.5" y1="338" y2="338"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L30" target="_top" title="visit_A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L30" xlink:show="new" xlink:title="visit_A" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L30" target="_top" title="visit_A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L30" xlink:show="new" xlink:title="visit_A" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="586.5" y="344"/>
|
||||
<ellipse cx="591.5" cy="349" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L30" target="_top" title="visit_A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L30" xlink:show="new" xlink:title="visit_A" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L30" target="_top" title="visit_A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L30" xlink:show="new" xlink:title="visit_A" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="174" x="600.5" y="353.7589">visit_A(A const& item) const : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L31" target="_top" title="visit_B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L31" xlink:show="new" xlink:title="visit_B" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L31" target="_top" title="visit_B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L31" xlink:show="new" xlink:title="visit_B" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="586.5" y="358.9819"/>
|
||||
<ellipse cx="591.5" cy="363.9819" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L31" target="_top" title="visit_B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L31" xlink:show="new" xlink:title="visit_B" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L31" target="_top" title="visit_B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L31" xlink:show="new" xlink:title="visit_B" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="174" x="600.5" y="368.7408">visit_B(B const& item) const : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L34" target="_top" title="Item" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L34" xlink:show="new" xlink:title="Item" xlink:type="simple">
|
||||
<rect codeLine="28" fill="#FEFECE" filter="url(#fxgepn7u1f24l)" height="77.9638" id="C_0000000870" style="stroke:#A80036;stroke-width:1.5;" width="239" x="326" y="7"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L34" target="_top" title="Item" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L34" xlink:show="new" xlink:title="Item" xlink:type="simple">
|
||||
<rect codeLine="23" fill="#FEFECE" filter="url(#f10096aljzcbsl)" height="77.9638" id="C_0000000870" style="stroke:#A80036;stroke-width:1.5;" width="239" x="326" y="7"/>
|
||||
<ellipse cx="428.75" cy="23" fill="#A9DCDF" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M423.9219,28.75 L427.2656,16.5625 L430.4063,16.5625 L433.7813,28.75 L431.3125,28.75 L430.5781,25.7344 L427.0625,25.7344 L426.3125,28.75 L423.9219,28.75 Z M428.3281,20.7031 L427.5781,23.7031 L430.0938,23.7031 L429.375,20.7031 Q429.2344,20.125 429.1094,19.5781 Q428.9844,19.0156 428.8438,18.4375 Q428.7344,19.0156 428.5938,19.5781 Q428.4531,20.125 428.3281,20.7031 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="25" x="449.25" y="27.656">Item</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="327" x2="564" y1="39" y2="39"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="327" x2="564" y1="47" y2="47"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L36" target="_top" title="~Item" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L36" xlink:show="new" xlink:title="~Item" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L36" target="_top" title="~Item" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L36" xlink:show="new" xlink:title="~Item" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="332" y="53"/>
|
||||
<ellipse cx="337" cy="58" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L36" target="_top" title="~Item" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L36" xlink:show="new" xlink:title="~Item" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L36" target="_top" title="~Item" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L36" xlink:show="new" xlink:title="~Item" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" text-decoration="underline" textLength="68" x="346" y="62.7589">~Item() : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L37" target="_top" title="accept" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L37" xlink:show="new" xlink:title="accept" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L37" target="_top" title="accept" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L37" xlink:show="new" xlink:title="accept" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="332" y="67.9819"/>
|
||||
<ellipse cx="337" cy="72.9819" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L37" target="_top" title="accept" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L37" xlink:show="new" xlink:title="accept" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L37" target="_top" title="accept" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L37" xlink:show="new" xlink:title="accept" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" font-style="italic" lengthAdjust="spacing" textLength="213" x="346" y="77.7408">accept(Visitor const& visitor) const = 0 : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L40" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L40" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<rect codeLine="34" fill="#FEFECE" filter="url(#fxgepn7u1f24l)" height="62.9819" id="C_0000000876" style="stroke:#A80036;stroke-width:1.5;" width="237" x="7" y="436"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L40" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L40" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<rect codeLine="28" fill="#FEFECE" filter="url(#f10096aljzcbsl)" height="62.9819" id="C_0000000876" style="stroke:#A80036;stroke-width:1.5;" width="237" x="7" y="436"/>
|
||||
<ellipse cx="117.25" cy="452" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M116.7188,458.9219 Q114.9688,458.9219 113.8281,458.1875 Q112.7031,457.4375 112.1406,456.0938 Q111.5938,454.7344 111.5938,452.9375 Q111.5938,450.9063 112.25,449.4531 Q112.9063,448 114.1875,447.2188 Q115.4688,446.4375 117.3438,446.4375 Q118.2344,446.4375 118.9063,446.625 Q119.5781,446.7969 120.2656,447.1406 L119.4531,449.1563 Q118.8281,448.8438 118.2813,448.7188 Q117.75,448.5938 117.2656,448.5938 Q116.0938,448.5938 115.3906,449.125 Q114.6875,449.6563 114.3906,450.6094 Q114.0938,451.5625 114.0938,452.8281 Q114.0938,454.8438 114.8125,455.8125 Q115.5313,456.7656 117.125,456.7656 Q117.7188,456.7656 118.3438,456.6094 Q118.9688,456.4531 119.7969,456.0781 L119.7969,458.2969 Q119.0625,458.6094 118.2656,458.7656 Q117.4844,458.9219 116.7188,458.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="137.75" y="456.656">A</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="243" y1="468" y2="468"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="243" y1="476" y2="476"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L42" target="_top" title="accept" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L42" xlink:show="new" xlink:title="accept" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L42" target="_top" title="accept" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L42" xlink:show="new" xlink:title="accept" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="482"/>
|
||||
<ellipse cx="18" cy="487" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L42" target="_top" title="accept" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L42" xlink:show="new" xlink:title="accept" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L42" target="_top" title="accept" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L42" xlink:show="new" xlink:title="accept" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="211" x="27" y="491.7589">accept(Visitor const& visitor) const : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L45" target="_top" title="B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L45" xlink:show="new" xlink:title="B" xlink:type="simple">
|
||||
<rect codeLine="39" fill="#FEFECE" filter="url(#fxgepn7u1f24l)" height="62.9819" id="C_0000000882" style="stroke:#A80036;stroke-width:1.5;" width="237" x="647" y="436"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L45" target="_top" title="B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L45" xlink:show="new" xlink:title="B" xlink:type="simple">
|
||||
<rect codeLine="32" fill="#FEFECE" filter="url(#f10096aljzcbsl)" height="62.9819" id="C_0000000882" style="stroke:#A80036;stroke-width:1.5;" width="237" x="647" y="436"/>
|
||||
<ellipse cx="757.25" cy="452" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M756.7188,458.9219 Q754.9688,458.9219 753.8281,458.1875 Q752.7031,457.4375 752.1406,456.0938 Q751.5938,454.7344 751.5938,452.9375 Q751.5938,450.9063 752.25,449.4531 Q752.9063,448 754.1875,447.2188 Q755.4688,446.4375 757.3438,446.4375 Q758.2344,446.4375 758.9063,446.625 Q759.5781,446.7969 760.2656,447.1406 L759.4531,449.1563 Q758.8281,448.8438 758.2813,448.7188 Q757.75,448.5938 757.2656,448.5938 Q756.0938,448.5938 755.3906,449.125 Q754.6875,449.6563 754.3906,450.6094 Q754.0938,451.5625 754.0938,452.8281 Q754.0938,454.8438 754.8125,455.8125 Q755.5313,456.7656 757.125,456.7656 Q757.7188,456.7656 758.3438,456.6094 Q758.9688,456.4531 759.7969,456.0781 L759.7969,458.2969 Q759.0625,458.6094 758.2656,458.7656 Q757.4844,458.9219 756.7188,458.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="777.75" y="456.656">B</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="648" x2="883" y1="468" y2="468"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="648" x2="883" y1="476" y2="476"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L47" target="_top" title="accept" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L47" xlink:show="new" xlink:title="accept" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L47" target="_top" title="accept" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L47" xlink:show="new" xlink:title="accept" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="653" y="482"/>
|
||||
<ellipse cx="658" cy="487" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L47" target="_top" title="accept" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00021/t00021.cc#L47" xlink:show="new" xlink:title="accept" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L47" target="_top" title="accept" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00021/t00021.cc#L47" xlink:show="new" xlink:title="accept" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="211" x="667" y="491.7589">accept(Visitor const& visitor) const : void</text>
|
||||
</a>
|
||||
<path codeLine="44" d="M341.56,207.21 C243.31,224.37 106.88,255.87 75.5,298 C46.41,337.05 67.88,394.88 91.65,431.62 " fill="none" id="C_0000000838-to-C_0000000876" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="35" d="M341.56,207.21 C243.31,224.37 106.88,255.87 75.5,298 C46.41,337.05 67.88,394.88 91.65,431.62 " fill="none" id="C_0000000838-to-C_0000000876" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="94.56,435.99,92.9344,426.2762,91.803,431.8188,86.2604,430.6874,94.56,435.99" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="61" d="M119.31,435.99 C104.71,399.61 80.23,338.64 110.5,298 C138.48,260.43 250.02,231.31 336.95,213.28 " fill="none" id="C_0000000876-to-C_0000000838" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="47" d="M119.31,435.99 C104.71,399.61 80.23,338.64 110.5,298 C138.48,260.43 250.02,231.31 336.95,213.28 " fill="none" id="C_0000000876-to-C_0000000838" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="341.86,212.27,332.2419,210.1504,336.961,213.2698,333.8416,217.9889,341.86,212.27" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="45" d="M549.06,212.09 C636.96,230.02 752.89,259.59 781.5,298 C810.47,336.89 789.29,394.41 774.36,431.17 " fill="none" id="C_0000000838-to-C_0000000882" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="36" d="M549.06,212.09 C636.96,230.02 752.89,259.59 781.5,298 C810.47,336.89 789.29,394.41 774.36,431.17 " fill="none" id="C_0000000838-to-C_0000000882" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="772.4,435.99,779.5,429.1644,774.2865,431.3595,772.0913,426.146,772.4,435.99" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="64" d="M797.15,435.99 C822.29,399.61 846.77,338.64 816.5,298 C785.55,256.45 652.39,225.23 554.22,207.92 " fill="none" id="C_0000000882-to-C_0000000838" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="49" d="M797.15,435.99 C822.29,399.61 846.77,338.64 816.5,298 C785.55,256.45 652.39,225.23 554.22,207.92 " fill="none" id="C_0000000882-to-C_0000000838" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="549.28,207.05,557.4615,212.5329,554.2061,207.9067,558.8323,204.6512,549.28,207.05" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="47" d="M185.23,376.21 C173.59,393.8 159.87,414.54 148.52,431.69 " fill="none" id="C_0000000846-to-C_0000000876" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="37" d="M185.23,376.21 C173.59,393.8 159.87,414.54 148.52,431.69 " fill="none" id="C_0000000846-to-C_0000000876" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="145.69,435.97,153.9896,430.6674,148.447,431.7988,147.3156,426.2562,145.69,435.97" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="48" d="M310.71,371.08 C316.71,372.81 322.67,374.46 328.5,376 C433.27,403.63 554,428.08 641.97,444.58 " fill="none" id="C_0000000846-to-C_0000000882" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="38" d="M310.71,371.08 C316.71,372.81 322.67,374.46 328.5,376 C433.27,403.63 554,428.08 641.97,444.58 " fill="none" id="C_0000000846-to-C_0000000882" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="646.92,445.51,638.8035,439.9313,642.0043,444.5955,637.3402,447.7963,646.92,445.51" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="49" d="M353.4,248.74 C326.37,265.24 297.46,282.9 272.77,297.98 " fill="none" id="C_0000000838-backto-C_0000000846" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="39" d="M353.4,248.74 C326.37,265.24 297.46,282.9 272.77,297.98 " fill="none" id="C_0000000838-backto-C_0000000846" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="none" points="350.1,242.55,370.82,238.1,357.4,254.5,350.1,242.55" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="51" d="M350.79,376.03 C304.82,394.49 250.18,416.43 206.22,434.09 " fill="none" id="C_0000000854-to-C_0000000876" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="40" d="M350.79,376.03 C304.82,394.49 250.18,416.43 206.22,434.09 " fill="none" id="C_0000000854-to-C_0000000876" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="201.46,436,211.3019,436.3714,206.1024,434.143,208.3307,428.9436,201.46,436" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="52" d="M540.21,376.03 C586.18,394.49 640.82,416.43 684.78,434.09 " fill="none" id="C_0000000854-to-C_0000000882" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="41" d="M540.21,376.03 C586.18,394.49 640.82,416.43 684.78,434.09 " fill="none" id="C_0000000854-to-C_0000000882" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="689.54,436,682.6693,428.9436,684.8976,434.143,679.6981,436.3714,689.54,436" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="53" d="M445.5,258.36 C445.5,271.89 445.5,285.7 445.5,297.84 " fill="none" id="C_0000000838-backto-C_0000000854" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="42" d="M445.5,258.36 C445.5,271.89 445.5,285.7 445.5,297.84 " fill="none" id="C_0000000838-backto-C_0000000854" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="none" points="438.5,258.3,445.5,238.3,452.5,258.3,438.5,258.3" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="55" d="M580.19,371.37 C574.56,372.99 568.97,374.55 563.5,376 C458.52,403.8 337.52,428.24 249.34,444.69 " fill="none" id="C_0000000862-to-C_0000000876" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="43" d="M580.19,371.37 C574.56,372.99 568.97,374.55 563.5,376 C458.52,403.8 337.52,428.24 249.34,444.69 " fill="none" id="C_0000000862-to-C_0000000876" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="244.37,445.61,253.9498,447.8963,249.2857,444.6955,252.4865,440.0313,244.37,445.61" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="56" d="M705.77,376.21 C717.41,393.8 731.13,414.54 742.48,431.69 " fill="none" id="C_0000000862-to-C_0000000882" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="44" d="M705.77,376.21 C717.41,393.8 731.13,414.54 742.48,431.69 " fill="none" id="C_0000000862-to-C_0000000882" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="745.31,435.97,743.6844,426.2562,742.553,431.7988,737.0104,430.6674,745.31,435.97" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="57" d="M537.6,248.74 C564.63,265.24 593.54,282.9 618.23,297.98 " fill="none" id="C_0000000838-backto-C_0000000862" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="45" d="M537.6,248.74 C564.63,265.24 593.54,282.9 618.23,297.98 " fill="none" id="C_0000000838-backto-C_0000000862" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="none" points="533.6,254.5,520.18,238.1,540.9,242.55,533.6,254.5" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="59" d="M445.5,85.08 C445.5,101.85 445.5,121.8 445.5,139.81 " fill="none" id="C_0000000870-to-C_0000000838" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="46" d="M445.5,85.08 C445.5,101.85 445.5,121.8 445.5,139.81 " fill="none" id="C_0000000870-to-C_0000000838" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="445.5,144.83,449.5,135.83,445.5,139.83,441.5,135.83,445.5,144.83" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="62" d="M320.66,93.23 C233.26,132.95 123.07,199.55 70.5,298 C46.37,343.2 76.89,400.88 101.18,435.69 " fill="none" id="C_0000000870-backto-C_0000000876" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="48" d="M320.66,93.23 C233.26,132.95 123.07,199.55 70.5,298 C46.37,343.2 76.89,400.88 101.18,435.69 " fill="none" id="C_0000000870-backto-C_0000000876" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="none" points="318.09,86.71,339.21,85.04,323.74,99.52,318.09,86.71" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="65" d="M583.75,92.56 C676.8,131.28 792.38,196.94 848.5,298 C865.33,328.31 861.07,343.69 848.5,376 C839.45,399.25 821.34,420.15 804.34,435.99 " fill="none" id="C_0000000870-backto-C_0000000882" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="50" d="M583.75,92.56 C676.8,131.28 792.38,196.94 848.5,298 C865.33,328.31 861.07,343.69 848.5,376 C839.45,399.25 821.34,420.15 804.34,435.99 " fill="none" id="C_0000000870-backto-C_0000000882" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="none" points="581.09,99.03,565.17,85.05,586.34,86.05,581.09,99.03" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
@@ -1,6 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="application/ecmascript" contentStyleType="text/css" height="251px" preserveAspectRatio="none" style="width:280px;height:251px;background:#FFFFFF;" version="1.1" viewBox="0 0 280 251" width="280px" zoomAndPan="magnify">
|
||||
<defs>
|
||||
<filter height="300%" id="f11gmi7q8gb7r8" width="300%" x="-1" y="-1">
|
||||
<filter height="300%" id="f8mh3xe1ugba2" width="300%" x="-1" y="-1">
|
||||
<feGaussianBlur result="blurOut" stdDeviation="2.0"/>
|
||||
<feColorMatrix in="blurOut" result="blurOut2" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .4 0"/>
|
||||
<feOffset dx="4.0" dy="4.0" in="blurOut2" result="blurOut3"/>
|
||||
@@ -9,82 +9,82 @@
|
||||
<style type="text/css">a:hover { text-decoration: underline; }</style>
|
||||
</defs>
|
||||
<g>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00022/t00022.cc#L6" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00022/t00022.cc#L6" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<rect codeLine="3" fill="#FEFECE" filter="url(#f11gmi7q8gb7r8)" height="92.9457" id="C_0000000891" style="stroke:#A80036;stroke-width:1.5;" width="156" x="59.5" y="7"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00022/t00022.cc#L6" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00022/t00022.cc#L6" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<rect codeLine="2" fill="#FEFECE" filter="url(#f8mh3xe1ugba2)" height="92.9457" id="C_0000000891" style="stroke:#A80036;stroke-width:1.5;" width="156" x="59.5" y="7"/>
|
||||
<ellipse cx="129.75" cy="23" fill="#A9DCDF" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M124.9219,28.75 L128.2656,16.5625 L131.4063,16.5625 L134.7813,28.75 L132.3125,28.75 L131.5781,25.7344 L128.0625,25.7344 L127.3125,28.75 L124.9219,28.75 Z M129.3281,20.7031 L128.5781,23.7031 L131.0938,23.7031 L130.375,20.7031 Q130.2344,20.125 130.1094,19.5781 Q129.9844,19.0156 129.8438,18.4375 Q129.7344,19.0156 129.5938,19.5781 Q129.4531,20.125 129.3281,20.7031 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="7" x="150.25" y="27.656">A</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="60.5" x2="214.5" y1="39" y2="39"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="60.5" x2="214.5" y1="47" y2="47"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00022/t00022.cc#L8" target="_top" title="template_method" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00022/t00022.cc#L8" xlink:show="new" xlink:title="template_method" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00022/t00022.cc#L8" target="_top" title="template_method" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00022/t00022.cc#L8" xlink:show="new" xlink:title="template_method" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="65.5" y="53"/>
|
||||
<ellipse cx="70.5" cy="58" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00022/t00022.cc#L8" target="_top" title="template_method" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00022/t00022.cc#L8" xlink:show="new" xlink:title="template_method" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00022/t00022.cc#L8" target="_top" title="template_method" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00022/t00022.cc#L8" xlink:show="new" xlink:title="template_method" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="130" x="79.5" y="62.7589">template_method() : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00022/t00022.cc#L15" target="_top" title="method1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00022/t00022.cc#L15" xlink:show="new" xlink:title="method1" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00022/t00022.cc#L15" target="_top" title="method1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00022/t00022.cc#L15" xlink:show="new" xlink:title="method1" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="65.5" y="67.9819"/>
|
||||
<polygon fill="#FFFF44" points="70.5,67.9819,74.5,71.9819,70.5,75.9819,66.5,71.9819" style="stroke:#B38D22;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00022/t00022.cc#L15" target="_top" title="method1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00022/t00022.cc#L15" xlink:show="new" xlink:title="method1" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00022/t00022.cc#L15" target="_top" title="method1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00022/t00022.cc#L15" xlink:show="new" xlink:title="method1" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" font-style="italic" lengthAdjust="spacing" textLength="96" x="79.5" y="77.7408">method1() = 0 : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00022/t00022.cc#L16" target="_top" title="method2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00022/t00022.cc#L16" xlink:show="new" xlink:title="method2" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00022/t00022.cc#L16" target="_top" title="method2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00022/t00022.cc#L16" xlink:show="new" xlink:title="method2" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="65.5" y="82.9638"/>
|
||||
<polygon fill="#FFFF44" points="70.5,82.9638,74.5,86.9638,70.5,90.9638,66.5,86.9638" style="stroke:#B38D22;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00022/t00022.cc#L16" target="_top" title="method2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00022/t00022.cc#L16" xlink:show="new" xlink:title="method2" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00022/t00022.cc#L16" target="_top" title="method2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00022/t00022.cc#L16" xlink:show="new" xlink:title="method2" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" font-style="italic" lengthAdjust="spacing" textLength="96" x="79.5" y="92.7227">method2() = 0 : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00022/t00022.cc#L19" target="_top" title="A1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00022/t00022.cc#L19" xlink:show="new" xlink:title="A1" xlink:type="simple">
|
||||
<rect codeLine="10" fill="#FEFECE" filter="url(#f11gmi7q8gb7r8)" height="77.9638" id="C_0000000895" style="stroke:#A80036;stroke-width:1.5;" width="111" x="9" y="160"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00022/t00022.cc#L19" target="_top" title="A1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00022/t00022.cc#L19" xlink:show="new" xlink:title="A1" xlink:type="simple">
|
||||
<rect codeLine="8" fill="#FEFECE" filter="url(#f8mh3xe1ugba2)" height="77.9638" id="C_0000000895" style="stroke:#A80036;stroke-width:1.5;" width="111" x="9" y="160"/>
|
||||
<ellipse cx="52.8" cy="176" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M52.2688,182.9219 Q50.5188,182.9219 49.3781,182.1875 Q48.2531,181.4375 47.6906,180.0938 Q47.1438,178.7344 47.1438,176.9375 Q47.1438,174.9063 47.8,173.4531 Q48.4563,172 49.7375,171.2188 Q51.0188,170.4375 52.8938,170.4375 Q53.7844,170.4375 54.4563,170.625 Q55.1281,170.7969 55.8156,171.1406 L55.0031,173.1563 Q54.3781,172.8438 53.8313,172.7188 Q53.3,172.5938 52.8156,172.5938 Q51.6438,172.5938 50.9406,173.125 Q50.2375,173.6563 49.9406,174.6094 Q49.6438,175.5625 49.6438,176.8281 Q49.6438,178.8438 50.3625,179.8125 Q51.0813,180.7656 52.675,180.7656 Q53.2688,180.7656 53.8938,180.6094 Q54.5188,180.4531 55.3469,180.0781 L55.3469,182.2969 Q54.6125,182.6094 53.8156,182.7656 Q53.0344,182.9219 52.2688,182.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="15" x="73.2" y="180.656">A1</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="10" x2="119" y1="192" y2="192"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="10" x2="119" y1="200" y2="200"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00022/t00022.cc#L21" target="_top" title="method1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00022/t00022.cc#L21" xlink:show="new" xlink:title="method1" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00022/t00022.cc#L21" target="_top" title="method1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00022/t00022.cc#L21" xlink:show="new" xlink:title="method1" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="15" y="206"/>
|
||||
<polygon fill="#FFFF44" points="20,206,24,210,20,214,16,210" style="stroke:#B38D22;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00022/t00022.cc#L21" target="_top" title="method1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00022/t00022.cc#L21" xlink:show="new" xlink:title="method1" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00022/t00022.cc#L21" target="_top" title="method1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00022/t00022.cc#L21" xlink:show="new" xlink:title="method1" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="85" x="29" y="215.7589">method1() : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00022/t00022.cc#L22" target="_top" title="method2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00022/t00022.cc#L22" xlink:show="new" xlink:title="method2" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00022/t00022.cc#L22" target="_top" title="method2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00022/t00022.cc#L22" xlink:show="new" xlink:title="method2" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="15" y="220.9819"/>
|
||||
<polygon fill="#FFFF44" points="20,220.9819,24,224.9819,20,228.9819,16,224.9819" style="stroke:#B38D22;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00022/t00022.cc#L22" target="_top" title="method2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00022/t00022.cc#L22" xlink:show="new" xlink:title="method2" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00022/t00022.cc#L22" target="_top" title="method2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00022/t00022.cc#L22" xlink:show="new" xlink:title="method2" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="85" x="29" y="230.7408">method2() : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00022/t00022.cc#L25" target="_top" title="A2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00022/t00022.cc#L25" xlink:show="new" xlink:title="A2" xlink:type="simple">
|
||||
<rect codeLine="16" fill="#FEFECE" filter="url(#f11gmi7q8gb7r8)" height="77.9638" id="C_0000000899" style="stroke:#A80036;stroke-width:1.5;" width="111" x="155" y="160"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00022/t00022.cc#L25" target="_top" title="A2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00022/t00022.cc#L25" xlink:show="new" xlink:title="A2" xlink:type="simple">
|
||||
<rect codeLine="13" fill="#FEFECE" filter="url(#f8mh3xe1ugba2)" height="77.9638" id="C_0000000899" style="stroke:#A80036;stroke-width:1.5;" width="111" x="155" y="160"/>
|
||||
<ellipse cx="198.8" cy="176" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M198.2688,182.9219 Q196.5188,182.9219 195.3781,182.1875 Q194.2531,181.4375 193.6906,180.0938 Q193.1438,178.7344 193.1438,176.9375 Q193.1438,174.9063 193.8,173.4531 Q194.4563,172 195.7375,171.2188 Q197.0188,170.4375 198.8938,170.4375 Q199.7844,170.4375 200.4563,170.625 Q201.1281,170.7969 201.8156,171.1406 L201.0031,173.1563 Q200.3781,172.8438 199.8313,172.7188 Q199.3,172.5938 198.8156,172.5938 Q197.6438,172.5938 196.9406,173.125 Q196.2375,173.6563 195.9406,174.6094 Q195.6438,175.5625 195.6438,176.8281 Q195.6438,178.8438 196.3625,179.8125 Q197.0813,180.7656 198.675,180.7656 Q199.2688,180.7656 199.8938,180.6094 Q200.5188,180.4531 201.3469,180.0781 L201.3469,182.2969 Q200.6125,182.6094 199.8156,182.7656 Q199.0344,182.9219 198.2688,182.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="15" x="219.2" y="180.656">A2</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="156" x2="265" y1="192" y2="192"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="156" x2="265" y1="200" y2="200"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00022/t00022.cc#L27" target="_top" title="method1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00022/t00022.cc#L27" xlink:show="new" xlink:title="method1" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00022/t00022.cc#L27" target="_top" title="method1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00022/t00022.cc#L27" xlink:show="new" xlink:title="method1" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="161" y="206"/>
|
||||
<polygon fill="#FFFF44" points="166,206,170,210,166,214,162,210" style="stroke:#B38D22;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00022/t00022.cc#L27" target="_top" title="method1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00022/t00022.cc#L27" xlink:show="new" xlink:title="method1" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00022/t00022.cc#L27" target="_top" title="method1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00022/t00022.cc#L27" xlink:show="new" xlink:title="method1" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="85" x="175" y="215.7589">method1() : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00022/t00022.cc#L28" target="_top" title="method2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00022/t00022.cc#L28" xlink:show="new" xlink:title="method2" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00022/t00022.cc#L28" target="_top" title="method2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00022/t00022.cc#L28" xlink:show="new" xlink:title="method2" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="161" y="220.9819"/>
|
||||
<polygon fill="#FFFF44" points="166,220.9819,170,224.9819,166,228.9819,162,224.9819" style="stroke:#B38D22;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00022/t00022.cc#L28" target="_top" title="method2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00022/t00022.cc#L28" xlink:show="new" xlink:title="method2" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00022/t00022.cc#L28" target="_top" title="method2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00022/t00022.cc#L28" xlink:show="new" xlink:title="method2" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="85" x="175" y="230.7408">method2() : void</text>
|
||||
</a>
|
||||
<path codeLine="23" d="M104.97,118.45 C97.78,132.58 90.38,147.12 83.91,159.84 " fill="none" id="C_0000000891-backto-C_0000000895" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="17" d="M104.97,118.45 C97.78,132.58 90.38,147.12 83.91,159.84 " fill="none" id="C_0000000891-backto-C_0000000895" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="none" points="98.89,114.95,114.2,100.3,111.37,121.3,98.89,114.95" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="25" d="M170.03,118.45 C177.22,132.58 184.62,147.12 191.09,159.84 " fill="none" id="C_0000000891-backto-C_0000000899" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="18" d="M170.03,118.45 C177.22,132.58 184.62,147.12 191.09,159.84 " fill="none" id="C_0000000891-backto-C_0000000899" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="none" points="163.63,121.3,160.8,100.3,176.11,114.95,163.63,121.3" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
@@ -1,6 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="application/ecmascript" contentStyleType="text/css" height="394px" preserveAspectRatio="none" style="width:439px;height:394px;background:#FFFFFF;" version="1.1" viewBox="0 0 439 394" width="439px" zoomAndPan="magnify">
|
||||
<defs>
|
||||
<filter height="300%" id="f4g30jxwwbybn" width="300%" x="-1" y="-1">
|
||||
<filter height="300%" id="f1mff7s44569bz" width="300%" x="-1" y="-1">
|
||||
<feGaussianBlur result="blurOut" stdDeviation="2.0"/>
|
||||
<feColorMatrix in="blurOut" result="blurOut2" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .4 0"/>
|
||||
<feOffset dx="4.0" dy="4.0" in="blurOut2" result="blurOut3"/>
|
||||
@@ -9,111 +9,111 @@
|
||||
<style type="text/css">a:hover { text-decoration: underline; }</style>
|
||||
</defs>
|
||||
<g>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00023/t00023.cc#L6" target="_top" title="Strategy" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00023/t00023.cc#L6" xlink:show="new" xlink:title="Strategy" xlink:type="simple">
|
||||
<rect codeLine="3" fill="#FEFECE" filter="url(#f4g30jxwwbybn)" height="77.9638" id="C_0000000906" style="stroke:#A80036;stroke-width:1.5;" width="127" x="152.5" y="179"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00023/t00023.cc#L6" target="_top" title="Strategy" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00023/t00023.cc#L6" xlink:show="new" xlink:title="Strategy" xlink:type="simple">
|
||||
<rect codeLine="2" fill="#FEFECE" filter="url(#f1mff7s44569bz)" height="77.9638" id="C_0000000906" style="stroke:#A80036;stroke-width:1.5;" width="127" x="152.5" y="179"/>
|
||||
<ellipse cx="190" cy="195" fill="#A9DCDF" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M185.1719,200.75 L188.5156,188.5625 L191.6563,188.5625 L195.0313,200.75 L192.5625,200.75 L191.8281,197.7344 L188.3125,197.7344 L187.5625,200.75 L185.1719,200.75 Z M189.5781,192.7031 L188.8281,195.7031 L191.3438,195.7031 L190.625,192.7031 Q190.4844,192.125 190.3594,191.5781 Q190.2344,191.0156 190.0938,190.4375 Q189.9844,191.0156 189.8438,191.5781 Q189.7031,192.125 189.5781,192.7031 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="45" x="209" y="199.656">Strategy</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="153.5" x2="278.5" y1="211" y2="211"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="153.5" x2="278.5" y1="219" y2="219"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00023/t00023.cc#L8" target="_top" title="~Strategy" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00023/t00023.cc#L8" xlink:show="new" xlink:title="~Strategy" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00023/t00023.cc#L8" target="_top" title="~Strategy" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00023/t00023.cc#L8" xlink:show="new" xlink:title="~Strategy" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="158.5" y="225"/>
|
||||
<ellipse cx="163.5" cy="230" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00023/t00023.cc#L8" target="_top" title="~Strategy" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00023/t00023.cc#L8" xlink:show="new" xlink:title="~Strategy" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00023/t00023.cc#L8" target="_top" title="~Strategy" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00023/t00023.cc#L8" xlink:show="new" xlink:title="~Strategy" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" text-decoration="underline" textLength="88" x="172.5" y="234.7589">~Strategy() : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00023/t00023.cc#L9" target="_top" title="algorithm" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00023/t00023.cc#L9" xlink:show="new" xlink:title="algorithm" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00023/t00023.cc#L9" target="_top" title="algorithm" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00023/t00023.cc#L9" xlink:show="new" xlink:title="algorithm" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="158.5" y="239.9819"/>
|
||||
<ellipse cx="163.5" cy="244.9819" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00023/t00023.cc#L9" target="_top" title="algorithm" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00023/t00023.cc#L9" xlink:show="new" xlink:title="algorithm" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00023/t00023.cc#L9" target="_top" title="algorithm" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00023/t00023.cc#L9" xlink:show="new" xlink:title="algorithm" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" font-style="italic" lengthAdjust="spacing" textLength="101" x="172.5" y="249.7408">algorithm() = 0 : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00023/t00023.cc#L12" target="_top" title="StrategyA" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00023/t00023.cc#L12" xlink:show="new" xlink:title="StrategyA" xlink:type="simple">
|
||||
<rect codeLine="9" fill="#FEFECE" filter="url(#f4g30jxwwbybn)" height="62.9819" id="C_0000000910" style="stroke:#A80036;stroke-width:1.5;" width="116" x="7" y="318"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00023/t00023.cc#L12" target="_top" title="StrategyA" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00023/t00023.cc#L12" xlink:show="new" xlink:title="StrategyA" xlink:type="simple">
|
||||
<rect codeLine="7" fill="#FEFECE" filter="url(#f1mff7s44569bz)" height="62.9819" id="C_0000000910" style="stroke:#A80036;stroke-width:1.5;" width="116" x="7" y="318"/>
|
||||
<ellipse cx="35.05" cy="334" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M34.5188,340.9219 Q32.7688,340.9219 31.6281,340.1875 Q30.5031,339.4375 29.9406,338.0938 Q29.3937,336.7344 29.3937,334.9375 Q29.3937,332.9063 30.05,331.4531 Q30.7062,330 31.9875,329.2188 Q33.2688,328.4375 35.1438,328.4375 Q36.0344,328.4375 36.7063,328.625 Q37.3781,328.7969 38.0656,329.1406 L37.2531,331.1563 Q36.6281,330.8438 36.0813,330.7188 Q35.55,330.5938 35.0656,330.5938 Q33.8938,330.5938 33.1906,331.125 Q32.4875,331.6563 32.1906,332.6094 Q31.8937,333.5625 31.8937,334.8281 Q31.8937,336.8438 32.6125,337.8125 Q33.3313,338.7656 34.925,338.7656 Q35.5188,338.7656 36.1438,338.6094 Q36.7688,338.4531 37.5969,338.0781 L37.5969,340.2969 Q36.8625,340.6094 36.0656,340.7656 Q35.2844,340.9219 34.5188,340.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="55" x="51.95" y="338.656">StrategyA</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="122" y1="350" y2="350"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="122" y1="358" y2="358"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00023/t00023.cc#L14" target="_top" title="algorithm" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00023/t00023.cc#L14" xlink:show="new" xlink:title="algorithm" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00023/t00023.cc#L14" target="_top" title="algorithm" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00023/t00023.cc#L14" xlink:show="new" xlink:title="algorithm" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="364"/>
|
||||
<ellipse cx="18" cy="369" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00023/t00023.cc#L14" target="_top" title="algorithm" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00023/t00023.cc#L14" xlink:show="new" xlink:title="algorithm" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00023/t00023.cc#L14" target="_top" title="algorithm" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00023/t00023.cc#L14" xlink:show="new" xlink:title="algorithm" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="90" x="27" y="373.7589">algorithm() : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00023/t00023.cc#L17" target="_top" title="StrategyB" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00023/t00023.cc#L17" xlink:show="new" xlink:title="StrategyB" xlink:type="simple">
|
||||
<rect codeLine="14" fill="#FEFECE" filter="url(#f4g30jxwwbybn)" height="62.9819" id="C_0000000914" style="stroke:#A80036;stroke-width:1.5;" width="116" x="158" y="318"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00023/t00023.cc#L17" target="_top" title="StrategyB" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00023/t00023.cc#L17" xlink:show="new" xlink:title="StrategyB" xlink:type="simple">
|
||||
<rect codeLine="11" fill="#FEFECE" filter="url(#f1mff7s44569bz)" height="62.9819" id="C_0000000914" style="stroke:#A80036;stroke-width:1.5;" width="116" x="158" y="318"/>
|
||||
<ellipse cx="186.05" cy="334" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M185.5188,340.9219 Q183.7688,340.9219 182.6281,340.1875 Q181.5031,339.4375 180.9406,338.0938 Q180.3938,336.7344 180.3938,334.9375 Q180.3938,332.9063 181.05,331.4531 Q181.7063,330 182.9875,329.2188 Q184.2688,328.4375 186.1438,328.4375 Q187.0344,328.4375 187.7063,328.625 Q188.3781,328.7969 189.0656,329.1406 L188.2531,331.1563 Q187.6281,330.8438 187.0813,330.7188 Q186.55,330.5938 186.0656,330.5938 Q184.8938,330.5938 184.1906,331.125 Q183.4875,331.6563 183.1906,332.6094 Q182.8938,333.5625 182.8938,334.8281 Q182.8938,336.8438 183.6125,337.8125 Q184.3313,338.7656 185.925,338.7656 Q186.5188,338.7656 187.1438,338.6094 Q187.7688,338.4531 188.5969,338.0781 L188.5969,340.2969 Q187.8625,340.6094 187.0656,340.7656 Q186.2844,340.9219 185.5188,340.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="55" x="202.95" y="338.656">StrategyB</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="159" x2="273" y1="350" y2="350"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="159" x2="273" y1="358" y2="358"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00023/t00023.cc#L19" target="_top" title="algorithm" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00023/t00023.cc#L19" xlink:show="new" xlink:title="algorithm" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00023/t00023.cc#L19" target="_top" title="algorithm" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00023/t00023.cc#L19" xlink:show="new" xlink:title="algorithm" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="164" y="364"/>
|
||||
<ellipse cx="169" cy="369" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00023/t00023.cc#L19" target="_top" title="algorithm" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00023/t00023.cc#L19" xlink:show="new" xlink:title="algorithm" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00023/t00023.cc#L19" target="_top" title="algorithm" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00023/t00023.cc#L19" xlink:show="new" xlink:title="algorithm" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="90" x="178" y="373.7589">algorithm() : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00023/t00023.cc#L22" target="_top" title="StrategyC" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00023/t00023.cc#L22" xlink:show="new" xlink:title="StrategyC" xlink:type="simple">
|
||||
<rect codeLine="19" fill="#FEFECE" filter="url(#f4g30jxwwbybn)" height="62.9819" id="C_0000000918" style="stroke:#A80036;stroke-width:1.5;" width="116" x="309" y="318"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00023/t00023.cc#L22" target="_top" title="StrategyC" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00023/t00023.cc#L22" xlink:show="new" xlink:title="StrategyC" xlink:type="simple">
|
||||
<rect codeLine="15" fill="#FEFECE" filter="url(#f1mff7s44569bz)" height="62.9819" id="C_0000000918" style="stroke:#A80036;stroke-width:1.5;" width="116" x="309" y="318"/>
|
||||
<ellipse cx="337.05" cy="334" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M336.5188,340.9219 Q334.7688,340.9219 333.6281,340.1875 Q332.5031,339.4375 331.9406,338.0938 Q331.3938,336.7344 331.3938,334.9375 Q331.3938,332.9063 332.05,331.4531 Q332.7063,330 333.9875,329.2188 Q335.2688,328.4375 337.1438,328.4375 Q338.0344,328.4375 338.7063,328.625 Q339.3781,328.7969 340.0656,329.1406 L339.2531,331.1563 Q338.6281,330.8438 338.0813,330.7188 Q337.55,330.5938 337.0656,330.5938 Q335.8938,330.5938 335.1906,331.125 Q334.4875,331.6563 334.1906,332.6094 Q333.8938,333.5625 333.8938,334.8281 Q333.8938,336.8438 334.6125,337.8125 Q335.3313,338.7656 336.925,338.7656 Q337.5188,338.7656 338.1438,338.6094 Q338.7688,338.4531 339.5969,338.0781 L339.5969,340.2969 Q338.8625,340.6094 338.0656,340.7656 Q337.2844,340.9219 336.5188,340.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="55" x="353.95" y="338.656">StrategyC</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="310" x2="424" y1="350" y2="350"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="310" x2="424" y1="358" y2="358"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00023/t00023.cc#L24" target="_top" title="algorithm" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00023/t00023.cc#L24" xlink:show="new" xlink:title="algorithm" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00023/t00023.cc#L24" target="_top" title="algorithm" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00023/t00023.cc#L24" xlink:show="new" xlink:title="algorithm" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="315" y="364"/>
|
||||
<ellipse cx="320" cy="369" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00023/t00023.cc#L24" target="_top" title="algorithm" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00023/t00023.cc#L24" xlink:show="new" xlink:title="algorithm" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00023/t00023.cc#L24" target="_top" title="algorithm" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00023/t00023.cc#L24" xlink:show="new" xlink:title="algorithm" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="90" x="329" y="373.7589">algorithm() : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00023/t00023.cc#L27" target="_top" title="Context" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00023/t00023.cc#L27" xlink:show="new" xlink:title="Context" xlink:type="simple">
|
||||
<rect codeLine="24" fill="#FEFECE" filter="url(#f4g30jxwwbybn)" height="92.9457" id="C_0000000922" style="stroke:#A80036;stroke-width:1.5;" width="287" x="72.5" y="7"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00023/t00023.cc#L27" target="_top" title="Context" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00023/t00023.cc#L27" xlink:show="new" xlink:title="Context" xlink:type="simple">
|
||||
<rect codeLine="19" fill="#FEFECE" filter="url(#f1mff7s44569bz)" height="92.9457" id="C_0000000922" style="stroke:#A80036;stroke-width:1.5;" width="287" x="72.5" y="7"/>
|
||||
<ellipse cx="190.25" cy="23" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M189.7188,29.9219 Q187.9688,29.9219 186.8281,29.1875 Q185.7031,28.4375 185.1406,27.0938 Q184.5938,25.7344 184.5938,23.9375 Q184.5938,21.9063 185.25,20.4531 Q185.9063,19 187.1875,18.2188 Q188.4688,17.4375 190.3438,17.4375 Q191.2344,17.4375 191.9063,17.625 Q192.5781,17.7969 193.2656,18.1406 L192.4531,20.1563 Q191.8281,19.8438 191.2813,19.7188 Q190.75,19.5938 190.2656,19.5938 Q189.0938,19.5938 188.3906,20.125 Q187.6875,20.6563 187.3906,21.6094 Q187.0938,22.5625 187.0938,23.8281 Q187.0938,25.8438 187.8125,26.8125 Q188.5313,27.7656 190.125,27.7656 Q190.7188,27.7656 191.3438,27.6094 Q191.9688,27.4531 192.7969,27.0781 L192.7969,29.2969 Q192.0625,29.6094 191.2656,29.7656 Q190.4844,29.9219 189.7188,29.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="43" x="210.75" y="27.656">Context</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="73.5" x2="358.5" y1="39" y2="39"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00023/t00023.cc#L37" target="_top" title="m_strategy" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00023/t00023.cc#L37" xlink:show="new" xlink:title="m_strategy" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00023/t00023.cc#L37" target="_top" title="m_strategy" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00023/t00023.cc#L37" xlink:show="new" xlink:title="m_strategy" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="78.5" y="45"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="80.5" y="47"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00023/t00023.cc#L37" target="_top" title="m_strategy" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00023/t00023.cc#L37" xlink:show="new" xlink:title="m_strategy" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00023/t00023.cc#L37" target="_top" title="m_strategy" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00023/t00023.cc#L37" xlink:show="new" xlink:title="m_strategy" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="203" x="92.5" y="54.7589">m_strategy : std::unique_ptr<Strategy></text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="73.5" x2="358.5" y1="61.9819" y2="61.9819"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00023/t00023.cc#L29" target="_top" title="Context" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00023/t00023.cc#L29" xlink:show="new" xlink:title="Context" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00023/t00023.cc#L29" target="_top" title="Context" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00023/t00023.cc#L29" xlink:show="new" xlink:title="Context" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="78.5" y="67.9819"/>
|
||||
<ellipse cx="83.5" cy="72.9819" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00023/t00023.cc#L29" target="_top" title="Context" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00023/t00023.cc#L29" xlink:show="new" xlink:title="Context" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00023/t00023.cc#L29" target="_top" title="Context" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00023/t00023.cc#L29" xlink:show="new" xlink:title="Context" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" text-decoration="underline" textLength="261" x="92.5" y="77.7408">Context(std::unique_ptr<Strategy> strategy) : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00023/t00023.cc#L34" target="_top" title="apply" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00023/t00023.cc#L34" xlink:show="new" xlink:title="apply" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00023/t00023.cc#L34" target="_top" title="apply" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00023/t00023.cc#L34" xlink:show="new" xlink:title="apply" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="78.5" y="82.9638"/>
|
||||
<ellipse cx="83.5" cy="87.9638" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00023/t00023.cc#L34" target="_top" title="apply" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00023/t00023.cc#L34" xlink:show="new" xlink:title="apply" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00023/t00023.cc#L34" target="_top" title="apply" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00023/t00023.cc#L34" xlink:show="new" xlink:title="apply" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="67" x="92.5" y="92.7227">apply() : void</text>
|
||||
</a>
|
||||
<path codeLine="32" d="M156.13,270.34 C137.31,286.48 117.14,303.78 100.57,317.99 " fill="none" id="C_0000000906-backto-C_0000000910" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="24" d="M156.13,270.34 C137.31,286.48 117.14,303.78 100.57,317.99 " fill="none" id="C_0000000906-backto-C_0000000910" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="none" points="151.77,264.86,171.51,257.15,160.89,275.49,151.77,264.86" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="34" d="M216,277.18 C216,291.27 216,305.77 216,317.99 " fill="none" id="C_0000000906-backto-C_0000000914" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="25" d="M216,277.18 C216,291.27 216,305.77 216,317.99 " fill="none" id="C_0000000906-backto-C_0000000914" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="none" points="209,277.15,216,257.15,223,277.15,209,277.15" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="36" d="M275.87,270.34 C294.69,286.48 314.86,303.78 331.43,317.99 " fill="none" id="C_0000000906-backto-C_0000000918" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="26" d="M275.87,270.34 C294.69,286.48 314.86,303.78 331.43,317.99 " fill="none" id="C_0000000906-backto-C_0000000918" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="none" points="271.11,275.49,260.49,257.15,280.23,264.86,271.11,275.49" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="38" d="M210.31,100.14 C208.99,115.64 208.18,133.06 209,149 C209.41,157.05 210.1,165.61 210.89,173.85 " fill="none" id="C_0000000922-to-C_0000000906" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="27" d="M210.31,100.14 C208.99,115.64 208.18,133.06 209,149 C209.41,157.05 210.1,165.61 210.89,173.85 " fill="none" id="C_0000000922-to-C_0000000906" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="211.39,178.93,214.472,169.5758,210.8911,173.955,206.5119,170.3741,211.39,178.93" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="39" d="M216,113.4 C216,135.19 216,159.3 216,178.78 " fill="none" id="C_0000000922-backto-C_0000000906" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="28" d="M216,113.4 C216,135.19 216,159.3 216,178.78 " fill="none" id="C_0000000922-backto-C_0000000906" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#FFFFFF" points="216,100.2,212,106.2,216,112.2,220,106.2,216,100.2" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="219" y="137.353"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="68" x="229" y="144.897">m_strategy</text>
|
||||
|
||||
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
@@ -1,6 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="application/ecmascript" contentStyleType="text/css" height="300px" preserveAspectRatio="none" style="width:506px;height:300px;background:#FFFFFF;" version="1.1" viewBox="0 0 506 300" width="506px" zoomAndPan="magnify">
|
||||
<defs>
|
||||
<filter height="300%" id="f1vr52iama593g" width="300%" x="-1" y="-1">
|
||||
<filter height="300%" id="f1h0dpndnn41tq" width="300%" x="-1" y="-1">
|
||||
<feGaussianBlur result="blurOut" stdDeviation="2.0"/>
|
||||
<feColorMatrix in="blurOut" result="blurOut2" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .4 0"/>
|
||||
<feOffset dx="4.0" dy="4.0" in="blurOut2" result="blurOut3"/>
|
||||
@@ -9,126 +9,126 @@
|
||||
<style type="text/css">a:hover { text-decoration: underline; }</style>
|
||||
</defs>
|
||||
<g>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00024/t00024.cc#L6" target="_top" title="Target" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00024/t00024.cc#L6" xlink:show="new" xlink:title="Target" xlink:type="simple">
|
||||
<rect codeLine="3" fill="#FEFECE" filter="url(#f1vr52iama593g)" height="92.9457" id="C_0000000935" style="stroke:#A80036;stroke-width:1.5;" width="104" x="238" y="7"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00024/t00024.cc#L6" target="_top" title="Target" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00024/t00024.cc#L6" xlink:show="new" xlink:title="Target" xlink:type="simple">
|
||||
<rect codeLine="2" fill="#FEFECE" filter="url(#f1h0dpndnn41tq)" height="92.9457" id="C_0000000935" style="stroke:#A80036;stroke-width:1.5;" width="104" x="238" y="7"/>
|
||||
<ellipse cx="269.65" cy="23" fill="#A9DCDF" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M264.8219,28.75 L268.1656,16.5625 L271.3063,16.5625 L274.6813,28.75 L272.2125,28.75 L271.4781,25.7344 L267.9625,25.7344 L267.2125,28.75 L264.8219,28.75 Z M269.2281,20.7031 L268.4781,23.7031 L270.9938,23.7031 L270.275,20.7031 Q270.1344,20.125 270.0094,19.5781 Q269.8844,19.0156 269.7438,18.4375 Q269.6344,19.0156 269.4938,19.5781 Q269.3531,20.125 269.2281,20.7031 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="35" x="287.35" y="27.656">Target</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="239" x2="341" y1="39" y2="39"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="239" x2="341" y1="47" y2="47"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00024/t00024.cc#L8" target="_top" title="~Target" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00024/t00024.cc#L8" xlink:show="new" xlink:title="~Target" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00024/t00024.cc#L8" target="_top" title="~Target" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00024/t00024.cc#L8" xlink:show="new" xlink:title="~Target" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="244" y="53"/>
|
||||
<ellipse cx="249" cy="58" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00024/t00024.cc#L8" target="_top" title="~Target" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00024/t00024.cc#L8" xlink:show="new" xlink:title="~Target" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00024/t00024.cc#L8" target="_top" title="~Target" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00024/t00024.cc#L8" xlink:show="new" xlink:title="~Target" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" text-decoration="underline" textLength="78" x="258" y="62.7589">~Target() : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00024/t00024.cc#L10" target="_top" title="m1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00024/t00024.cc#L10" xlink:show="new" xlink:title="m1" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00024/t00024.cc#L10" target="_top" title="m1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00024/t00024.cc#L10" xlink:show="new" xlink:title="m1" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="244" y="67.9819"/>
|
||||
<ellipse cx="249" cy="72.9819" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00024/t00024.cc#L10" target="_top" title="m1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00024/t00024.cc#L10" xlink:show="new" xlink:title="m1" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00024/t00024.cc#L10" target="_top" title="m1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00024/t00024.cc#L10" xlink:show="new" xlink:title="m1" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" font-style="italic" lengthAdjust="spacing" textLength="69" x="258" y="77.7408">m1() = 0 : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00024/t00024.cc#L11" target="_top" title="m2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00024/t00024.cc#L11" xlink:show="new" xlink:title="m2" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00024/t00024.cc#L11" target="_top" title="m2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00024/t00024.cc#L11" xlink:show="new" xlink:title="m2" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="244" y="82.9638"/>
|
||||
<ellipse cx="249" cy="87.9638" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00024/t00024.cc#L11" target="_top" title="m2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00024/t00024.cc#L11" xlink:show="new" xlink:title="m2" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00024/t00024.cc#L11" target="_top" title="m2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00024/t00024.cc#L11" xlink:show="new" xlink:title="m2" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" font-style="italic" lengthAdjust="spacing" textLength="69" x="258" y="92.7227">m2() = 0 : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00024/t00024.cc#L14" target="_top" title="Target1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00024/t00024.cc#L14" xlink:show="new" xlink:title="Target1" xlink:type="simple">
|
||||
<rect codeLine="10" fill="#FEFECE" filter="url(#f1vr52iama593g)" height="77.9638" id="C_0000000939" style="stroke:#A80036;stroke-width:1.5;" width="80" x="7" y="194"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00024/t00024.cc#L14" target="_top" title="Target1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00024/t00024.cc#L14" xlink:show="new" xlink:title="Target1" xlink:type="simple">
|
||||
<rect codeLine="8" fill="#FEFECE" filter="url(#f1h0dpndnn41tq)" height="77.9638" id="C_0000000939" style="stroke:#A80036;stroke-width:1.5;" width="80" x="7" y="194"/>
|
||||
<ellipse cx="23.8" cy="210" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M23.2688,216.9219 Q21.5188,216.9219 20.3781,216.1875 Q19.2531,215.4375 18.6906,214.0938 Q18.1438,212.7344 18.1438,210.9375 Q18.1438,208.9063 18.8,207.4531 Q19.4563,206 20.7375,205.2188 Q22.0188,204.4375 23.8938,204.4375 Q24.7844,204.4375 25.4563,204.625 Q26.1281,204.7969 26.8156,205.1406 L26.0031,207.1563 Q25.3781,206.8438 24.8313,206.7188 Q24.3,206.5938 23.8156,206.5938 Q22.6438,206.5938 21.9406,207.125 Q21.2375,207.6563 20.9406,208.6094 Q20.6438,209.5625 20.6438,210.8281 Q20.6438,212.8438 21.3625,213.8125 Q22.0813,214.7656 23.675,214.7656 Q24.2688,214.7656 24.8938,214.6094 Q25.5188,214.4531 26.3469,214.0781 L26.3469,216.2969 Q25.6125,216.6094 24.8156,216.7656 Q24.0344,216.9219 23.2688,216.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="44" x="38.2" y="214.656">Target1</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="86" y1="226" y2="226"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="86" y1="234" y2="234"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00024/t00024.cc#L16" target="_top" title="m1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00024/t00024.cc#L16" xlink:show="new" xlink:title="m1" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00024/t00024.cc#L16" target="_top" title="m1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00024/t00024.cc#L16" xlink:show="new" xlink:title="m1" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="240"/>
|
||||
<ellipse cx="18" cy="245" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00024/t00024.cc#L16" target="_top" title="m1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00024/t00024.cc#L16" xlink:show="new" xlink:title="m1" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00024/t00024.cc#L16" target="_top" title="m1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00024/t00024.cc#L16" xlink:show="new" xlink:title="m1" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="54" x="27" y="249.7589">m1() : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00024/t00024.cc#L17" target="_top" title="m2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00024/t00024.cc#L17" xlink:show="new" xlink:title="m2" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00024/t00024.cc#L17" target="_top" title="m2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00024/t00024.cc#L17" xlink:show="new" xlink:title="m2" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="254.9819"/>
|
||||
<ellipse cx="18" cy="259.9819" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00024/t00024.cc#L17" target="_top" title="m2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00024/t00024.cc#L17" xlink:show="new" xlink:title="m2" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00024/t00024.cc#L17" target="_top" title="m2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00024/t00024.cc#L17" xlink:show="new" xlink:title="m2" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="54" x="27" y="264.7408">m2() : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00024/t00024.cc#L20" target="_top" title="Target2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00024/t00024.cc#L20" xlink:show="new" xlink:title="Target2" xlink:type="simple">
|
||||
<rect codeLine="16" fill="#FEFECE" filter="url(#f1vr52iama593g)" height="77.9638" id="C_0000000943" style="stroke:#A80036;stroke-width:1.5;" width="80" x="122" y="194"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00024/t00024.cc#L20" target="_top" title="Target2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00024/t00024.cc#L20" xlink:show="new" xlink:title="Target2" xlink:type="simple">
|
||||
<rect codeLine="13" fill="#FEFECE" filter="url(#f1h0dpndnn41tq)" height="77.9638" id="C_0000000943" style="stroke:#A80036;stroke-width:1.5;" width="80" x="122" y="194"/>
|
||||
<ellipse cx="138.8" cy="210" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M138.2688,216.9219 Q136.5188,216.9219 135.3781,216.1875 Q134.2531,215.4375 133.6906,214.0938 Q133.1438,212.7344 133.1438,210.9375 Q133.1438,208.9063 133.8,207.4531 Q134.4563,206 135.7375,205.2188 Q137.0188,204.4375 138.8938,204.4375 Q139.7844,204.4375 140.4563,204.625 Q141.1281,204.7969 141.8156,205.1406 L141.0031,207.1563 Q140.3781,206.8438 139.8313,206.7188 Q139.3,206.5938 138.8156,206.5938 Q137.6438,206.5938 136.9406,207.125 Q136.2375,207.6563 135.9406,208.6094 Q135.6438,209.5625 135.6438,210.8281 Q135.6438,212.8438 136.3625,213.8125 Q137.0813,214.7656 138.675,214.7656 Q139.2688,214.7656 139.8938,214.6094 Q140.5188,214.4531 141.3469,214.0781 L141.3469,216.2969 Q140.6125,216.6094 139.8156,216.7656 Q139.0344,216.9219 138.2688,216.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="44" x="153.2" y="214.656">Target2</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="123" x2="201" y1="226" y2="226"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="123" x2="201" y1="234" y2="234"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00024/t00024.cc#L22" target="_top" title="m1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00024/t00024.cc#L22" xlink:show="new" xlink:title="m1" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00024/t00024.cc#L22" target="_top" title="m1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00024/t00024.cc#L22" xlink:show="new" xlink:title="m1" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="128" y="240"/>
|
||||
<ellipse cx="133" cy="245" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00024/t00024.cc#L22" target="_top" title="m1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00024/t00024.cc#L22" xlink:show="new" xlink:title="m1" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00024/t00024.cc#L22" target="_top" title="m1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00024/t00024.cc#L22" xlink:show="new" xlink:title="m1" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="54" x="142" y="249.7589">m1() : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00024/t00024.cc#L23" target="_top" title="m2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00024/t00024.cc#L23" xlink:show="new" xlink:title="m2" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00024/t00024.cc#L23" target="_top" title="m2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00024/t00024.cc#L23" xlink:show="new" xlink:title="m2" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="128" y="254.9819"/>
|
||||
<ellipse cx="133" cy="259.9819" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00024/t00024.cc#L23" target="_top" title="m2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00024/t00024.cc#L23" xlink:show="new" xlink:title="m2" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00024/t00024.cc#L23" target="_top" title="m2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00024/t00024.cc#L23" xlink:show="new" xlink:title="m2" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="54" x="142" y="264.7408">m2() : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00024/t00024.cc#L26" target="_top" title="Proxy" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00024/t00024.cc#L26" xlink:show="new" xlink:title="Proxy" xlink:type="simple">
|
||||
<rect codeLine="22" fill="#FEFECE" filter="url(#f1vr52iama593g)" height="107.9276" id="C_0000000947" style="stroke:#A80036;stroke-width:1.5;" width="255" x="237.5" y="179"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00024/t00024.cc#L26" target="_top" title="Proxy" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00024/t00024.cc#L26" xlink:show="new" xlink:title="Proxy" xlink:type="simple">
|
||||
<rect codeLine="18" fill="#FEFECE" filter="url(#f1h0dpndnn41tq)" height="107.9276" id="C_0000000947" style="stroke:#A80036;stroke-width:1.5;" width="255" x="237.5" y="179"/>
|
||||
<ellipse cx="345.25" cy="195" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M344.7188,201.9219 Q342.9688,201.9219 341.8281,201.1875 Q340.7031,200.4375 340.1406,199.0938 Q339.5938,197.7344 339.5938,195.9375 Q339.5938,193.9063 340.25,192.4531 Q340.9063,191 342.1875,190.2188 Q343.4688,189.4375 345.3438,189.4375 Q346.2344,189.4375 346.9063,189.625 Q347.5781,189.7969 348.2656,190.1406 L347.4531,192.1563 Q346.8281,191.8438 346.2813,191.7188 Q345.75,191.5938 345.2656,191.5938 Q344.0938,191.5938 343.3906,192.125 Q342.6875,192.6563 342.3906,193.6094 Q342.0938,194.5625 342.0938,195.8281 Q342.0938,197.8438 342.8125,198.8125 Q343.5313,199.7656 345.125,199.7656 Q345.7188,199.7656 346.3438,199.6094 Q346.9688,199.4531 347.7969,199.0781 L347.7969,201.2969 Q347.0625,201.6094 346.2656,201.7656 Q345.4844,201.9219 344.7188,201.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="31" x="365.75" y="199.656">Proxy</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="238.5" x2="491.5" y1="211" y2="211"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00024/t00024.cc#L36" target="_top" title="m_target" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00024/t00024.cc#L36" xlink:show="new" xlink:title="m_target" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00024/t00024.cc#L36" target="_top" title="m_target" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00024/t00024.cc#L36" xlink:show="new" xlink:title="m_target" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="243.5" y="217"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="245.5" y="219"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00024/t00024.cc#L36" target="_top" title="m_target" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00024/t00024.cc#L36" xlink:show="new" xlink:title="m_target" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00024/t00024.cc#L36" target="_top" title="m_target" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00024/t00024.cc#L36" xlink:show="new" xlink:title="m_target" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="181" x="257.5" y="226.7589">m_target : std::shared_ptr<Target></text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="238.5" x2="491.5" y1="233.9819" y2="233.9819"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00024/t00024.cc#L28" target="_top" title="Proxy" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00024/t00024.cc#L28" xlink:show="new" xlink:title="Proxy" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00024/t00024.cc#L28" target="_top" title="Proxy" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00024/t00024.cc#L28" xlink:show="new" xlink:title="Proxy" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="243.5" y="239.9819"/>
|
||||
<ellipse cx="248.5" cy="244.9819" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00024/t00024.cc#L28" target="_top" title="Proxy" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00024/t00024.cc#L28" xlink:show="new" xlink:title="Proxy" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00024/t00024.cc#L28" target="_top" title="Proxy" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00024/t00024.cc#L28" xlink:show="new" xlink:title="Proxy" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" text-decoration="underline" textLength="229" x="257.5" y="249.7408">Proxy(std::shared_ptr<Target> target) : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00024/t00024.cc#L32" target="_top" title="m1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00024/t00024.cc#L32" xlink:show="new" xlink:title="m1" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00024/t00024.cc#L32" target="_top" title="m1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00024/t00024.cc#L32" xlink:show="new" xlink:title="m1" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="243.5" y="254.9638"/>
|
||||
<ellipse cx="248.5" cy="259.9638" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00024/t00024.cc#L32" target="_top" title="m1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00024/t00024.cc#L32" xlink:show="new" xlink:title="m1" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00024/t00024.cc#L32" target="_top" title="m1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00024/t00024.cc#L32" xlink:show="new" xlink:title="m1" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="54" x="257.5" y="264.7227">m1() : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00024/t00024.cc#L33" target="_top" title="m2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00024/t00024.cc#L33" xlink:show="new" xlink:title="m2" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00024/t00024.cc#L33" target="_top" title="m2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00024/t00024.cc#L33" xlink:show="new" xlink:title="m2" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="243.5" y="269.9457"/>
|
||||
<ellipse cx="248.5" cy="274.9457" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00024/t00024.cc#L33" target="_top" title="m2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00024/t00024.cc#L33" xlink:show="new" xlink:title="m2" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00024/t00024.cc#L33" target="_top" title="m2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00024/t00024.cc#L33" xlink:show="new" xlink:title="m2" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="54" x="257.5" y="279.7046">m2() : void</text>
|
||||
</a>
|
||||
<path codeLine="31" d="M221.05,96.93 C185.18,119.91 141.18,149.57 104,179 C98.17,183.61 92.22,188.69 86.46,193.82 " fill="none" id="C_0000000935-backto-C_0000000939" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="24" d="M221.05,96.93 C185.18,119.91 141.18,149.57 104,179 C98.17,183.61 92.22,188.69 86.46,193.82 " fill="none" id="C_0000000935-backto-C_0000000939" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="none" points="217.3,91.01,237.94,86.21,224.8,102.83,217.3,91.01" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="33" d="M245.24,116.56 C226.66,142.33 205.69,171.41 189.45,193.94 " fill="none" id="C_0000000935-backto-C_0000000943" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="25" d="M245.24,116.56 C226.66,142.33 205.69,171.41 189.45,193.94 " fill="none" id="C_0000000935-backto-C_0000000943" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="none" points="239.66,112.34,257.04,100.21,251.02,120.53,239.66,112.34" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="35" d="M359.49,178.93 C355.52,169 351.1,158.69 347,149 C340.97,134.76 334.53,119.26 327.94,105.01 " fill="none" id="C_0000000947-to-C_0000000935" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="26" d="M359.49,178.93 C355.52,169 351.1,158.69 347,149 C340.97,134.76 334.53,119.26 327.94,105.01 " fill="none" id="C_0000000947-to-C_0000000935" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="325.7,100.23,325.8829,110.0772,327.8152,104.7606,333.1318,106.6928,325.7,100.23" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="36" d="M345.55,178.74 C339.54,162.94 332.72,145.68 326,130 C322.48,121.78 318.56,113.14 314.65,104.77 " fill="none" id="C_0000000947-to-C_0000000935-1" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="27" d="M345.55,178.74 C339.54,162.94 332.72,145.68 326,130 C322.48,121.78 318.56,113.14 314.65,104.77 " fill="none" id="C_0000000947-to-C_0000000935-1" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#A80036" points="312.48,100.15,312.6884,109.9967,314.6069,104.6751,319.9285,106.5936,312.48,100.15" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="335" y="137.353"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="55" x="345" y="144.897">m_target</text>
|
||||
<path codeLine="37" d="M299.68,119.07 C303.63,129.1 307.91,139.34 312,149 C316.1,158.69 320.52,169 325.12,178.93 " fill="none" id="C_0000000935-backto-C_0000000947" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="28" d="M299.68,119.07 C303.63,129.1 307.91,139.34 312,149 C316.1,158.69 320.52,169 325.12,178.93 " fill="none" id="C_0000000935-backto-C_0000000947" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="none" points="293.08,121.42,292.61,100.23,306.19,116.5,293.08,121.42" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
@@ -1,6 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="application/ecmascript" contentStyleType="text/css" height="394px" preserveAspectRatio="none" style="width:479px;height:394px;background:#FFFFFF;" version="1.1" viewBox="0 0 479 394" width="479px" zoomAndPan="magnify">
|
||||
<defs>
|
||||
<filter height="300%" id="f1nk95znex0z7s" width="300%" x="-1" y="-1">
|
||||
<filter height="300%" id="f1rpa6kog5pqfi" width="300%" x="-1" y="-1">
|
||||
<feGaussianBlur result="blurOut" stdDeviation="2.0"/>
|
||||
<feColorMatrix in="blurOut" result="blurOut2" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .4 0"/>
|
||||
<feOffset dx="4.0" dy="4.0" in="blurOut2" result="blurOut3"/>
|
||||
@@ -9,52 +9,52 @@
|
||||
<style type="text/css">a:hover { text-decoration: underline; }</style>
|
||||
</defs>
|
||||
<g>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00025/t00025.cc#L6" target="_top" title="Target1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00025/t00025.cc#L6" xlink:show="new" xlink:title="Target1" xlink:type="simple">
|
||||
<rect codeLine="3" fill="#FEFECE" filter="url(#f1nk95znex0z7s)" height="77.9638" id="C_0000000960" style="stroke:#A80036;stroke-width:1.5;" width="80" x="7" y="288"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00025/t00025.cc#L6" target="_top" title="Target1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00025/t00025.cc#L6" xlink:show="new" xlink:title="Target1" xlink:type="simple">
|
||||
<rect codeLine="2" fill="#FEFECE" filter="url(#f1rpa6kog5pqfi)" height="77.9638" id="C_0000000960" style="stroke:#A80036;stroke-width:1.5;" width="80" x="7" y="288"/>
|
||||
<ellipse cx="23.8" cy="304" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M23.2688,310.9219 Q21.5188,310.9219 20.3781,310.1875 Q19.2531,309.4375 18.6906,308.0938 Q18.1438,306.7344 18.1438,304.9375 Q18.1438,302.9063 18.8,301.4531 Q19.4563,300 20.7375,299.2188 Q22.0188,298.4375 23.8938,298.4375 Q24.7844,298.4375 25.4563,298.625 Q26.1281,298.7969 26.8156,299.1406 L26.0031,301.1563 Q25.3781,300.8438 24.8313,300.7188 Q24.3,300.5938 23.8156,300.5938 Q22.6438,300.5938 21.9406,301.125 Q21.2375,301.6563 20.9406,302.6094 Q20.6438,303.5625 20.6438,304.8281 Q20.6438,306.8438 21.3625,307.8125 Q22.0813,308.7656 23.675,308.7656 Q24.2688,308.7656 24.8938,308.6094 Q25.5188,308.4531 26.3469,308.0781 L26.3469,310.2969 Q25.6125,310.6094 24.8156,310.7656 Q24.0344,310.9219 23.2688,310.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="44" x="38.2" y="308.656">Target1</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="86" y1="320" y2="320"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="86" y1="328" y2="328"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00025/t00025.cc#L8" target="_top" title="m1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00025/t00025.cc#L8" xlink:show="new" xlink:title="m1" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00025/t00025.cc#L8" target="_top" title="m1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00025/t00025.cc#L8" xlink:show="new" xlink:title="m1" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="334"/>
|
||||
<ellipse cx="18" cy="339" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00025/t00025.cc#L8" target="_top" title="m1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00025/t00025.cc#L8" xlink:show="new" xlink:title="m1" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00025/t00025.cc#L8" target="_top" title="m1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00025/t00025.cc#L8" xlink:show="new" xlink:title="m1" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="54" x="27" y="343.7589">m1() : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00025/t00025.cc#L9" target="_top" title="m2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00025/t00025.cc#L9" xlink:show="new" xlink:title="m2" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00025/t00025.cc#L9" target="_top" title="m2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00025/t00025.cc#L9" xlink:show="new" xlink:title="m2" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="348.9819"/>
|
||||
<ellipse cx="18" cy="353.9819" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00025/t00025.cc#L9" target="_top" title="m2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00025/t00025.cc#L9" xlink:show="new" xlink:title="m2" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00025/t00025.cc#L9" target="_top" title="m2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00025/t00025.cc#L9" xlink:show="new" xlink:title="m2" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="54" x="27" y="358.7408">m2() : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00025/t00025.cc#L12" target="_top" title="Target2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00025/t00025.cc#L12" xlink:show="new" xlink:title="Target2" xlink:type="simple">
|
||||
<rect codeLine="9" fill="#FEFECE" filter="url(#f1nk95znex0z7s)" height="77.9638" id="C_0000000964" style="stroke:#A80036;stroke-width:1.5;" width="80" x="385" y="288"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00025/t00025.cc#L12" target="_top" title="Target2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00025/t00025.cc#L12" xlink:show="new" xlink:title="Target2" xlink:type="simple">
|
||||
<rect codeLine="7" fill="#FEFECE" filter="url(#f1rpa6kog5pqfi)" height="77.9638" id="C_0000000964" style="stroke:#A80036;stroke-width:1.5;" width="80" x="385" y="288"/>
|
||||
<ellipse cx="401.8" cy="304" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M401.2688,310.9219 Q399.5188,310.9219 398.3781,310.1875 Q397.2531,309.4375 396.6906,308.0938 Q396.1438,306.7344 396.1438,304.9375 Q396.1438,302.9063 396.8,301.4531 Q397.4563,300 398.7375,299.2188 Q400.0188,298.4375 401.8938,298.4375 Q402.7844,298.4375 403.4563,298.625 Q404.1281,298.7969 404.8156,299.1406 L404.0031,301.1563 Q403.3781,300.8438 402.8313,300.7188 Q402.3,300.5938 401.8156,300.5938 Q400.6438,300.5938 399.9406,301.125 Q399.2375,301.6563 398.9406,302.6094 Q398.6438,303.5625 398.6438,304.8281 Q398.6438,306.8438 399.3625,307.8125 Q400.0813,308.7656 401.675,308.7656 Q402.2688,308.7656 402.8938,308.6094 Q403.5188,308.4531 404.3469,308.0781 L404.3469,310.2969 Q403.6125,310.6094 402.8156,310.7656 Q402.0344,310.9219 401.2688,310.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="44" x="416.2" y="308.656">Target2</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="386" x2="464" y1="320" y2="320"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="386" x2="464" y1="328" y2="328"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00025/t00025.cc#L14" target="_top" title="m1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00025/t00025.cc#L14" xlink:show="new" xlink:title="m1" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00025/t00025.cc#L14" target="_top" title="m1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00025/t00025.cc#L14" xlink:show="new" xlink:title="m1" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="391" y="334"/>
|
||||
<ellipse cx="396" cy="339" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00025/t00025.cc#L14" target="_top" title="m1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00025/t00025.cc#L14" xlink:show="new" xlink:title="m1" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00025/t00025.cc#L14" target="_top" title="m1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00025/t00025.cc#L14" xlink:show="new" xlink:title="m1" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="54" x="405" y="343.7589">m1() : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00025/t00025.cc#L15" target="_top" title="m2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00025/t00025.cc#L15" xlink:show="new" xlink:title="m2" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00025/t00025.cc#L15" target="_top" title="m2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00025/t00025.cc#L15" xlink:show="new" xlink:title="m2" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="391" y="348.9819"/>
|
||||
<ellipse cx="396" cy="353.9819" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00025/t00025.cc#L15" target="_top" title="m2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00025/t00025.cc#L15" xlink:show="new" xlink:title="m2" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00025/t00025.cc#L15" target="_top" title="m2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00025/t00025.cc#L15" xlink:show="new" xlink:title="m2" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="54" x="405" y="358.7408">m2() : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00025/t00025.cc#L18" target="_top" title="Proxy" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00025/t00025.cc#L18" xlink:show="new" xlink:title="Proxy" xlink:type="simple">
|
||||
<rect codeLine="15" fill="#FEFECE" filter="url(#f1nk95znex0z7s)" height="107.9276" id="C_0000000968" style="stroke:#A80036;stroke-width:1.5;" width="227" x="122.5" y="273"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00025/t00025.cc#L18" target="_top" title="Proxy" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00025/t00025.cc#L18" xlink:show="new" xlink:title="Proxy" xlink:type="simple">
|
||||
<rect codeLine="12" fill="#FEFECE" filter="url(#f1rpa6kog5pqfi)" height="107.9276" id="C_0000000968" style="stroke:#A80036;stroke-width:1.5;" width="227" x="122.5" y="273"/>
|
||||
<ellipse cx="211.25" cy="289" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M210.7188,295.9219 Q208.9688,295.9219 207.8281,295.1875 Q206.7031,294.4375 206.1406,293.0938 Q205.5938,291.7344 205.5938,289.9375 Q205.5938,287.9063 206.25,286.4531 Q206.9063,285 208.1875,284.2188 Q209.4688,283.4375 211.3438,283.4375 Q212.2344,283.4375 212.9063,283.625 Q213.5781,283.7969 214.2656,284.1406 L213.4531,286.1563 Q212.8281,285.8438 212.2813,285.7188 Q211.75,285.5938 211.2656,285.5938 Q210.0938,285.5938 209.3906,286.125 Q208.6875,286.6563 208.3906,287.6094 Q208.0938,288.5625 208.0938,289.8281 Q208.0938,291.8438 208.8125,292.8125 Q209.5313,293.7656 211.125,293.7656 Q211.7188,293.7656 212.3438,293.6094 Q212.9688,293.4531 213.7969,293.0781 L213.7969,295.2969 Q213.0625,295.6094 212.2656,295.7656 Q211.4844,295.9219 210.7188,295.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="31" x="231.75" y="293.656">Proxy</text>
|
||||
@@ -62,36 +62,36 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="6" x="345.5" y="283.8281">T</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="123.5" x2="348.5" y1="305" y2="305"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00025/t00025.cc#L28" target="_top" title="m_target" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00025/t00025.cc#L28" xlink:show="new" xlink:title="m_target" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00025/t00025.cc#L28" target="_top" title="m_target" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00025/t00025.cc#L28" xlink:show="new" xlink:title="m_target" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="128.5" y="311"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="130.5" y="313"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00025/t00025.cc#L28" target="_top" title="m_target" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00025/t00025.cc#L28" xlink:show="new" xlink:title="m_target" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00025/t00025.cc#L28" target="_top" title="m_target" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00025/t00025.cc#L28" xlink:show="new" xlink:title="m_target" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="153" x="142.5" y="320.7589">m_target : std::shared_ptr<T></text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="123.5" x2="348.5" y1="327.9819" y2="327.9819"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00025/t00025.cc#L20" target="_top" title="Proxy" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00025/t00025.cc#L20" xlink:show="new" xlink:title="Proxy" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00025/t00025.cc#L20" target="_top" title="Proxy" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00025/t00025.cc#L20" xlink:show="new" xlink:title="Proxy" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="128.5" y="333.9819"/>
|
||||
<ellipse cx="133.5" cy="338.9819" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00025/t00025.cc#L20" target="_top" title="Proxy" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00025/t00025.cc#L20" xlink:show="new" xlink:title="Proxy" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00025/t00025.cc#L20" target="_top" title="Proxy" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00025/t00025.cc#L20" xlink:show="new" xlink:title="Proxy" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" text-decoration="underline" textLength="201" x="142.5" y="343.7408">Proxy(std::shared_ptr<T> target) : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00025/t00025.cc#L24" target="_top" title="m1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00025/t00025.cc#L24" xlink:show="new" xlink:title="m1" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00025/t00025.cc#L24" target="_top" title="m1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00025/t00025.cc#L24" xlink:show="new" xlink:title="m1" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="128.5" y="348.9638"/>
|
||||
<ellipse cx="133.5" cy="353.9638" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00025/t00025.cc#L24" target="_top" title="m1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00025/t00025.cc#L24" xlink:show="new" xlink:title="m1" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00025/t00025.cc#L24" target="_top" title="m1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00025/t00025.cc#L24" xlink:show="new" xlink:title="m1" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="54" x="142.5" y="358.7227">m1() : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00025/t00025.cc#L25" target="_top" title="m2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00025/t00025.cc#L25" xlink:show="new" xlink:title="m2" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00025/t00025.cc#L25" target="_top" title="m2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00025/t00025.cc#L25" xlink:show="new" xlink:title="m2" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="128.5" y="363.9457"/>
|
||||
<ellipse cx="133.5" cy="368.9457" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00025/t00025.cc#L25" target="_top" title="m2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00025/t00025.cc#L25" xlink:show="new" xlink:title="m2" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00025/t00025.cc#L25" target="_top" title="m2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00025/t00025.cc#L25" xlink:show="new" xlink:title="m2" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="54" x="142.5" y="373.7046">m2() : void</text>
|
||||
</a>
|
||||
<rect codeLine="23" fill="#FEFECE" filter="url(#f1nk95znex0z7s)" height="48" id="C_0000000975" style="stroke:#A80036;stroke-width:1.5;" width="109" x="109.5" y="164"/>
|
||||
<rect codeLine="19" fill="#FEFECE" filter="url(#f1rpa6kog5pqfi)" height="48" id="C_0000000975" style="stroke:#A80036;stroke-width:1.5;" width="109" x="109.5" y="164"/>
|
||||
<ellipse cx="124.5" cy="180" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M123.9688,186.9219 Q122.2188,186.9219 121.0781,186.1875 Q119.9531,185.4375 119.3906,184.0938 Q118.8438,182.7344 118.8438,180.9375 Q118.8438,178.9063 119.5,177.4531 Q120.1563,176 121.4375,175.2188 Q122.7188,174.4375 124.5938,174.4375 Q125.4844,174.4375 126.1563,174.625 Q126.8281,174.7969 127.5156,175.1406 L126.7031,177.1563 Q126.0781,176.8438 125.5313,176.7188 Q125,176.5938 124.5156,176.5938 Q123.3438,176.5938 122.6406,177.125 Q121.9375,177.6563 121.6406,178.6094 Q121.3438,179.5625 121.3438,180.8281 Q121.3438,182.8438 122.0625,183.8125 Q122.7813,184.7656 124.375,184.7656 Q124.9688,184.7656 125.5938,184.6094 Q126.2188,184.4531 127.0469,184.0781 L127.0469,186.2969 Q126.3125,186.6094 125.5156,186.7656 Q124.7344,186.9219 123.9688,186.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="31" x="138.5" y="184.656">Proxy</text>
|
||||
@@ -99,7 +99,7 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="42" x="178.5" y="174.8281">Target1</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="110.5" x2="217.5" y1="196" y2="196"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="110.5" x2="217.5" y1="204" y2="204"/>
|
||||
<rect codeLine="27" fill="#FEFECE" filter="url(#f1nk95znex0z7s)" height="48" id="C_0000000978" style="stroke:#A80036;stroke-width:1.5;" width="109" x="253.5" y="164"/>
|
||||
<rect codeLine="22" fill="#FEFECE" filter="url(#f1rpa6kog5pqfi)" height="48" id="C_0000000978" style="stroke:#A80036;stroke-width:1.5;" width="109" x="253.5" y="164"/>
|
||||
<ellipse cx="268.5" cy="180" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M267.9688,186.9219 Q266.2188,186.9219 265.0781,186.1875 Q263.9531,185.4375 263.3906,184.0938 Q262.8438,182.7344 262.8438,180.9375 Q262.8438,178.9063 263.5,177.4531 Q264.1563,176 265.4375,175.2188 Q266.7188,174.4375 268.5938,174.4375 Q269.4844,174.4375 270.1563,174.625 Q270.8281,174.7969 271.5156,175.1406 L270.7031,177.1563 Q270.0781,176.8438 269.5313,176.7188 Q269,176.5938 268.5156,176.5938 Q267.3438,176.5938 266.6406,177.125 Q265.9375,177.6563 265.6406,178.6094 Q265.3438,179.5625 265.3438,180.8281 Q265.3438,182.8438 266.0625,183.8125 Q266.7813,184.7656 268.375,184.7656 Q268.9688,184.7656 269.5938,184.6094 Q270.2188,184.4531 271.0469,184.0781 L271.0469,186.2969 Q270.3125,186.6094 269.5156,186.7656 Q268.7344,186.9219 267.9688,186.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="31" x="282.5" y="184.656">Proxy</text>
|
||||
@@ -107,41 +107,41 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="42" x="322.5" y="174.8281">Target2</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="254.5" x2="361.5" y1="196" y2="196"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="254.5" x2="361.5" y1="204" y2="204"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00025/t00025.cc#L31" target="_top" title="ProxyHolder" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00025/t00025.cc#L31" xlink:show="new" xlink:title="ProxyHolder" xlink:type="simple">
|
||||
<rect codeLine="31" fill="#FEFECE" filter="url(#f1nk95znex0z7s)" height="77.9638" id="C_0000000974" style="stroke:#A80036;stroke-width:1.5;" width="155" x="158.5" y="7"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00025/t00025.cc#L31" target="_top" title="ProxyHolder" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00025/t00025.cc#L31" xlink:show="new" xlink:title="ProxyHolder" xlink:type="simple">
|
||||
<rect codeLine="25" fill="#FEFECE" filter="url(#f1rpa6kog5pqfi)" height="77.9638" id="C_0000000974" style="stroke:#A80036;stroke-width:1.5;" width="155" x="158.5" y="7"/>
|
||||
<ellipse cx="197.8" cy="23" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M197.2688,29.9219 Q195.5188,29.9219 194.3781,29.1875 Q193.2531,28.4375 192.6906,27.0938 Q192.1438,25.7344 192.1438,23.9375 Q192.1438,21.9063 192.8,20.4531 Q193.4563,19 194.7375,18.2188 Q196.0188,17.4375 197.8938,17.4375 Q198.7844,17.4375 199.4563,17.625 Q200.1281,17.7969 200.8156,18.1406 L200.0031,20.1563 Q199.3781,19.8438 198.8313,19.7188 Q198.3,19.5938 197.8156,19.5938 Q196.6438,19.5938 195.9406,20.125 Q195.2375,20.6563 194.9406,21.6094 Q194.6438,22.5625 194.6438,23.8281 Q194.6438,25.8438 195.3625,26.8125 Q196.0813,27.7656 197.675,27.7656 Q198.2688,27.7656 198.8938,27.6094 Q199.5188,27.4531 200.3469,27.0781 L200.3469,29.2969 Q199.6125,29.6094 198.8156,29.7656 Q198.0344,29.9219 197.2688,29.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="69" x="217.2" y="27.656">ProxyHolder</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="159.5" x2="312.5" y1="39" y2="39"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00025/t00025.cc#L33" target="_top" title="proxy1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00025/t00025.cc#L33" xlink:show="new" xlink:title="proxy1" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00025/t00025.cc#L33" target="_top" title="proxy1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00025/t00025.cc#L33" xlink:show="new" xlink:title="proxy1" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="164.5" y="45"/>
|
||||
<ellipse cx="169.5" cy="50" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00025/t00025.cc#L33" target="_top" title="proxy1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00025/t00025.cc#L33" xlink:show="new" xlink:title="proxy1" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00025/t00025.cc#L33" target="_top" title="proxy1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00025/t00025.cc#L33" xlink:show="new" xlink:title="proxy1" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="129" x="178.5" y="54.7589">proxy1 : Proxy<Target1></text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00025/t00025.cc#L34" target="_top" title="proxy2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00025/t00025.cc#L34" xlink:show="new" xlink:title="proxy2" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00025/t00025.cc#L34" target="_top" title="proxy2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00025/t00025.cc#L34" xlink:show="new" xlink:title="proxy2" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="164.5" y="59.9819"/>
|
||||
<ellipse cx="169.5" cy="64.9819" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00025/t00025.cc#L34" target="_top" title="proxy2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00025/t00025.cc#L34" xlink:show="new" xlink:title="proxy2" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00025/t00025.cc#L34" target="_top" title="proxy2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00025/t00025.cc#L34" xlink:show="new" xlink:title="proxy2" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="129" x="178.5" y="69.7408">proxy2 : Proxy<Target2></text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="159.5" x2="312.5" y1="76.9638" y2="76.9638"/>
|
||||
<path codeLine="40" d="M144.15,212.24 C127.45,231.8 103.14,260.26 83.02,283.83 " fill="none" id="C_0000000975-to-C_0000000960" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="29" d="M144.15,212.24 C127.45,231.8 103.14,260.26 83.02,283.83 " fill="none" id="C_0000000975-to-C_0000000960" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="79.57,287.86,88.4471,283.5941,82.8087,284.0507,82.3521,278.4123,79.57,287.86" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="41" d="M176.21,212.24 C182.51,224.21 190.55,239.52 198.69,255 " fill="none" id="C_0000000975-to-C_0000000968" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="30" d="M176.21,212.24 C182.51,224.21 190.55,239.52 198.69,255 " fill="none" id="C_0000000975-to-C_0000000968" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="none" points="204.89,251.76,208,272.72,192.5,258.27,204.89,251.76" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="43" d="M327.85,212.24 C344.55,231.8 368.86,260.26 388.98,283.83 " fill="none" id="C_0000000978-to-C_0000000964" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="31" d="M327.85,212.24 C344.55,231.8 368.86,260.26 388.98,283.83 " fill="none" id="C_0000000978-to-C_0000000964" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="392.43,287.86,389.6479,278.4123,389.1913,284.0507,383.5529,283.5941,392.43,287.86" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="44" d="M295.79,212.24 C289.49,224.21 281.45,239.52 273.31,255 " fill="none" id="C_0000000978-to-C_0000000968" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="32" d="M295.79,212.24 C289.49,224.21 281.45,239.52 273.31,255 " fill="none" id="C_0000000978-to-C_0000000968" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="none" points="279.5,258.27,264,272.72,267.11,251.76,279.5,258.27" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="46" d="M206.8,96.72 C203.41,102.83 200.07,109.03 197,115 C188.76,131.02 180.31,149.5 174.02,163.72 " fill="none" id="C_0000000974-backto-C_0000000975" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="33" d="M206.8,96.72 C203.41,102.83 200.07,109.03 197,115 C188.76,131.02 180.31,149.5 174.02,163.72 " fill="none" id="C_0000000974-backto-C_0000000975" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#FFFFFF" points="213.31,85.14,206.8823,88.4088,207.4275,95.5993,213.8552,92.3305,213.31,85.14" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<ellipse cx="203" cy="125.353" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="42" x="210" y="129.897">proxy1</text>
|
||||
<path codeLine="47" d="M261.63,96.83 C273.35,119.62 286.67,145.53 296.02,163.71 " fill="none" id="C_0000000974-backto-C_0000000978" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="34" d="M261.63,96.83 C273.35,119.62 286.67,145.53 296.02,163.71 " fill="none" id="C_0000000974-backto-C_0000000978" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#FFFFFF" points="255.67,85.26,254.8529,92.4247,261.1522,95.9345,261.9693,88.7699,255.67,85.26" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<ellipse cx="286" cy="125.353" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="42" x="293" y="129.897">proxy2</text>
|
||||
|
||||
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
@@ -1,6 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="application/ecmascript" contentStyleType="text/css" height="596px" preserveAspectRatio="none" style="width:624px;height:596px;background:#FFFFFF;" version="1.1" viewBox="0 0 624 596" width="624px" zoomAndPan="magnify">
|
||||
<defs>
|
||||
<filter height="300%" id="f12bhrzcs8m86e" width="300%" x="-1" y="-1">
|
||||
<filter height="300%" id="f17i67nsbcxles" width="300%" x="-1" y="-1">
|
||||
<feGaussianBlur result="blurOut" stdDeviation="2.0"/>
|
||||
<feColorMatrix in="blurOut" result="blurOut2" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .4 0"/>
|
||||
<feOffset dx="4.0" dy="4.0" in="blurOut2" result="blurOut3"/>
|
||||
@@ -9,8 +9,8 @@
|
||||
<style type="text/css">a:hover { text-decoration: underline; }</style>
|
||||
</defs>
|
||||
<g>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00026/t00026.cc#L8" target="_top" title="Memento" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00026/t00026.cc#L8" xlink:show="new" xlink:title="Memento" xlink:type="simple">
|
||||
<rect codeLine="3" fill="#FEFECE" filter="url(#f12bhrzcs8m86e)" height="92.9457" id="C_0000000993" style="stroke:#A80036;stroke-width:1.5;" width="145" x="166.5" y="490"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00026/t00026.cc#L8" target="_top" title="Memento" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00026/t00026.cc#L8" xlink:show="new" xlink:title="Memento" xlink:type="simple">
|
||||
<rect codeLine="2" fill="#FEFECE" filter="url(#f17i67nsbcxles)" height="92.9457" id="C_0000000993" style="stroke:#A80036;stroke-width:1.5;" width="145" x="166.5" y="490"/>
|
||||
<ellipse cx="203.55" cy="506" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M203.0188,512.9219 Q201.2688,512.9219 200.1281,512.1875 Q199.0031,511.4375 198.4406,510.0938 Q197.8938,508.7344 197.8938,506.9375 Q197.8938,504.9063 198.55,503.4531 Q199.2063,502 200.4875,501.2188 Q201.7688,500.4375 203.6438,500.4375 Q204.5344,500.4375 205.2063,500.625 Q205.8781,500.7969 206.5656,501.1406 L205.7531,503.1563 Q205.1281,502.8438 204.5813,502.7188 Q204.05,502.5938 203.5656,502.5938 Q202.3938,502.5938 201.6906,503.125 Q200.9875,503.6563 200.6906,504.6094 Q200.3938,505.5625 200.3938,506.8281 Q200.3938,508.8438 201.1125,509.8125 Q201.8313,510.7656 203.425,510.7656 Q204.0188,510.7656 204.6438,510.6094 Q205.2688,510.4531 206.0969,510.0781 L206.0969,512.2969 Q205.3625,512.6094 204.5656,512.7656 Q203.7844,512.9219 203.0188,512.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="54" x="222.45" y="510.656">Memento</text>
|
||||
@@ -18,30 +18,30 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="6" x="307.5" y="500.8281">T</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="167.5" x2="310.5" y1="522" y2="522"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00026/t00026.cc#L18" target="_top" title="m_value" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00026/t00026.cc#L18" xlink:show="new" xlink:title="m_value" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00026/t00026.cc#L18" target="_top" title="m_value" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00026/t00026.cc#L18" xlink:show="new" xlink:title="m_value" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="172.5" y="528"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="174.5" y="530"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00026/t00026.cc#L18" target="_top" title="m_value" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00026/t00026.cc#L18" xlink:show="new" xlink:title="m_value" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00026/t00026.cc#L18" target="_top" title="m_value" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00026/t00026.cc#L18" xlink:show="new" xlink:title="m_value" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="58" x="186.5" y="537.7589">m_value : T</text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="167.5" x2="310.5" y1="544.9819" y2="544.9819"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00026/t00026.cc#L10" target="_top" title="Memento" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00026/t00026.cc#L10" xlink:show="new" xlink:title="Memento" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00026/t00026.cc#L10" target="_top" title="Memento" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00026/t00026.cc#L10" xlink:show="new" xlink:title="Memento" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="172.5" y="550.9819"/>
|
||||
<ellipse cx="177.5" cy="555.9819" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00026/t00026.cc#L10" target="_top" title="Memento" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00026/t00026.cc#L10" xlink:show="new" xlink:title="Memento" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00026/t00026.cc#L10" target="_top" title="Memento" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00026/t00026.cc#L10" xlink:show="new" xlink:title="Memento" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" text-decoration="underline" textLength="119" x="186.5" y="560.7408">Memento(T&& v) : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00026/t00026.cc#L15" target="_top" title="value" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00026/t00026.cc#L15" xlink:show="new" xlink:title="value" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00026/t00026.cc#L15" target="_top" title="value" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00026/t00026.cc#L15" xlink:show="new" xlink:title="value" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="172.5" y="565.9638"/>
|
||||
<ellipse cx="177.5" cy="570.9638" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00026/t00026.cc#L15" target="_top" title="value" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00026/t00026.cc#L15" xlink:show="new" xlink:title="value" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00026/t00026.cc#L15" target="_top" title="value" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00026/t00026.cc#L15" xlink:show="new" xlink:title="value" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="80" x="186.5" y="575.7227">value() const : T</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00026/t00026.cc#L21" target="_top" title="Originator" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00026/t00026.cc#L21" xlink:show="new" xlink:title="Originator" xlink:type="simple">
|
||||
<rect codeLine="10" fill="#FEFECE" filter="url(#f12bhrzcs8m86e)" height="137.8913" id="C_0000000997" style="stroke:#A80036;stroke-width:1.5;" width="220" x="390" y="273"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00026/t00026.cc#L21" target="_top" title="Originator" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00026/t00026.cc#L21" xlink:show="new" xlink:title="Originator" xlink:type="simple">
|
||||
<rect codeLine="8" fill="#FEFECE" filter="url(#f17i67nsbcxles)" height="137.8913" id="C_0000000997" style="stroke:#A80036;stroke-width:1.5;" width="220" x="390" y="273"/>
|
||||
<ellipse cx="462.25" cy="289" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M461.7188,295.9219 Q459.9688,295.9219 458.8281,295.1875 Q457.7031,294.4375 457.1406,293.0938 Q456.5938,291.7344 456.5938,289.9375 Q456.5938,287.9063 457.25,286.4531 Q457.9063,285 459.1875,284.2188 Q460.4688,283.4375 462.3438,283.4375 Q463.2344,283.4375 463.9063,283.625 Q464.5781,283.7969 465.2656,284.1406 L464.4531,286.1563 Q463.8281,285.8438 463.2813,285.7188 Q462.75,285.5938 462.2656,285.5938 Q461.0938,285.5938 460.3906,286.125 Q459.6875,286.6563 459.3906,287.6094 Q459.0938,288.5625 459.0938,289.8281 Q459.0938,291.8438 459.8125,292.8125 Q460.5313,293.7656 462.125,293.7656 Q462.7188,293.7656 463.3438,293.6094 Q463.9688,293.4531 464.7969,293.0781 L464.7969,295.2969 Q464.0625,295.6094 463.2656,295.7656 Q462.4844,295.9219 461.7188,295.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="57" x="482.75" y="293.656">Originator</text>
|
||||
@@ -49,51 +49,51 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="6" x="606" y="283.8281">T</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="391" x2="609" y1="305" y2="305"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00026/t00026.cc#L37" target="_top" title="m_value" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00026/t00026.cc#L37" xlink:show="new" xlink:title="m_value" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00026/t00026.cc#L37" target="_top" title="m_value" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00026/t00026.cc#L37" xlink:show="new" xlink:title="m_value" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="396" y="311"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="398" y="313"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00026/t00026.cc#L37" target="_top" title="m_value" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00026/t00026.cc#L37" xlink:show="new" xlink:title="m_value" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00026/t00026.cc#L37" target="_top" title="m_value" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00026/t00026.cc#L37" xlink:show="new" xlink:title="m_value" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="58" x="410" y="320.7589">m_value : T</text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="391" x2="609" y1="327.9819" y2="327.9819"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00026/t00026.cc#L23" target="_top" title="Originator" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00026/t00026.cc#L23" xlink:show="new" xlink:title="Originator" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00026/t00026.cc#L23" target="_top" title="Originator" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00026/t00026.cc#L23" xlink:show="new" xlink:title="Originator" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="396" y="333.9819"/>
|
||||
<ellipse cx="401" cy="338.9819" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00026/t00026.cc#L23" target="_top" title="Originator" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00026/t00026.cc#L23" xlink:show="new" xlink:title="Originator" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00026/t00026.cc#L23" target="_top" title="Originator" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00026/t00026.cc#L23" xlink:show="new" xlink:title="Originator" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" text-decoration="underline" textLength="125" x="410" y="343.7408">Originator(T&& v) : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00026/t00026.cc#L28" target="_top" title="memoize_value" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00026/t00026.cc#L28" xlink:show="new" xlink:title="memoize_value" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00026/t00026.cc#L28" target="_top" title="memoize_value" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00026/t00026.cc#L28" xlink:show="new" xlink:title="memoize_value" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="396" y="348.9638"/>
|
||||
<ellipse cx="401" cy="353.9638" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00026/t00026.cc#L28" target="_top" title="memoize_value" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00026/t00026.cc#L28" xlink:show="new" xlink:title="memoize_value" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00026/t00026.cc#L28" target="_top" title="memoize_value" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00026/t00026.cc#L28" xlink:show="new" xlink:title="memoize_value" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="194" x="410" y="358.7227">memoize_value() const : Memento<T></text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00026/t00026.cc#L30" target="_top" title="load" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00026/t00026.cc#L30" xlink:show="new" xlink:title="load" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00026/t00026.cc#L30" target="_top" title="load" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00026/t00026.cc#L30" xlink:show="new" xlink:title="load" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="396" y="363.9457"/>
|
||||
<ellipse cx="401" cy="368.9457" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00026/t00026.cc#L30" target="_top" title="load" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00026/t00026.cc#L30" xlink:show="new" xlink:title="load" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00026/t00026.cc#L30" target="_top" title="load" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00026/t00026.cc#L30" xlink:show="new" xlink:title="load" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="181" x="410" y="373.7046">load(Memento<T> const& m) : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00026/t00026.cc#L32" target="_top" title="print" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00026/t00026.cc#L32" xlink:show="new" xlink:title="print" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00026/t00026.cc#L32" target="_top" title="print" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00026/t00026.cc#L32" xlink:show="new" xlink:title="print" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="396" y="378.9276"/>
|
||||
<ellipse cx="401" cy="383.9276" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00026/t00026.cc#L32" target="_top" title="print" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00026/t00026.cc#L32" xlink:show="new" xlink:title="print" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00026/t00026.cc#L32" target="_top" title="print" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00026/t00026.cc#L32" xlink:show="new" xlink:title="print" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="95" x="410" y="388.6865">print() const : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00026/t00026.cc#L34" target="_top" title="set" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00026/t00026.cc#L34" xlink:show="new" xlink:title="set" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00026/t00026.cc#L34" target="_top" title="set" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00026/t00026.cc#L34" xlink:show="new" xlink:title="set" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="396" y="393.9094"/>
|
||||
<ellipse cx="401" cy="398.9094" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00026/t00026.cc#L34" target="_top" title="set" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00026/t00026.cc#L34" xlink:show="new" xlink:title="set" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00026/t00026.cc#L34" target="_top" title="set" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00026/t00026.cc#L34" xlink:show="new" xlink:title="set" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="84" x="410" y="403.6684">set(T&& v) : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00026/t00026.cc#L40" target="_top" title="Caretaker" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00026/t00026.cc#L40" xlink:show="new" xlink:title="Caretaker" xlink:type="simple">
|
||||
<rect codeLine="20" fill="#FEFECE" filter="url(#f12bhrzcs8m86e)" height="92.9457" id="C_0000001009" style="stroke:#A80036;stroke-width:1.5;" width="348" x="7" y="295.5"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00026/t00026.cc#L40" target="_top" title="Caretaker" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00026/t00026.cc#L40" xlink:show="new" xlink:title="Caretaker" xlink:type="simple">
|
||||
<rect codeLine="17" fill="#FEFECE" filter="url(#f17i67nsbcxles)" height="92.9457" id="C_0000001009" style="stroke:#A80036;stroke-width:1.5;" width="348" x="7" y="295.5"/>
|
||||
<ellipse cx="143.75" cy="311.5" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M143.2188,318.4219 Q141.4688,318.4219 140.3281,317.6875 Q139.2031,316.9375 138.6406,315.5938 Q138.0938,314.2344 138.0938,312.4375 Q138.0938,310.4063 138.75,308.9531 Q139.4063,307.5 140.6875,306.7188 Q141.9688,305.9375 143.8438,305.9375 Q144.7344,305.9375 145.4063,306.125 Q146.0781,306.2969 146.7656,306.6406 L145.9531,308.6563 Q145.3281,308.3438 144.7813,308.2188 Q144.25,308.0938 143.7656,308.0938 Q142.5938,308.0938 141.8906,308.625 Q141.1875,309.1563 140.8906,310.1094 Q140.5938,311.0625 140.5938,312.3281 Q140.5938,314.3438 141.3125,315.3125 Q142.0313,316.2656 143.625,316.2656 Q144.2188,316.2656 144.8438,316.1094 Q145.4688,315.9531 146.2969,315.5781 L146.2969,317.7969 Q145.5625,318.1094 144.7656,318.2656 Q143.9844,318.4219 143.2188,318.4219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="56" x="164.25" y="316.156">Caretaker</text>
|
||||
@@ -101,29 +101,29 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="6" x="351" y="306.3281">T</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="354" y1="327.5" y2="327.5"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00026/t00026.cc#L50" target="_top" title="m_mementos" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00026/t00026.cc#L50" xlink:show="new" xlink:title="m_mementos" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00026/t00026.cc#L50" target="_top" title="m_mementos" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00026/t00026.cc#L50" xlink:show="new" xlink:title="m_mementos" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="333.5"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="15" y="335.5"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00026/t00026.cc#L50" target="_top" title="m_mementos" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00026/t00026.cc#L50" xlink:show="new" xlink:title="m_mementos" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00026/t00026.cc#L50" target="_top" title="m_mementos" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00026/t00026.cc#L50" xlink:show="new" xlink:title="m_mementos" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="322" x="27" y="343.2589">m_mementos : std::unordered_map<std::string,Memento<T>></text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="354" y1="350.4819" y2="350.4819"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00026/t00026.cc#L42" target="_top" title="state" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00026/t00026.cc#L42" xlink:show="new" xlink:title="state" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00026/t00026.cc#L42" target="_top" title="state" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00026/t00026.cc#L42" xlink:show="new" xlink:title="state" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="356.4819"/>
|
||||
<ellipse cx="18" cy="361.4819" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00026/t00026.cc#L42" target="_top" title="state" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00026/t00026.cc#L42" xlink:show="new" xlink:title="state" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00026/t00026.cc#L42" target="_top" title="state" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00026/t00026.cc#L42" xlink:show="new" xlink:title="state" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="218" x="27" y="366.2408">state(std::string const& n) : Memento<T>&</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00026/t00026.cc#L44" target="_top" title="set_state" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00026/t00026.cc#L44" xlink:show="new" xlink:title="set_state" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00026/t00026.cc#L44" target="_top" title="set_state" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00026/t00026.cc#L44" xlink:show="new" xlink:title="set_state" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="371.4638"/>
|
||||
<ellipse cx="18" cy="376.4638" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00026/t00026.cc#L44" target="_top" title="set_state" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00026/t00026.cc#L44" xlink:show="new" xlink:title="set_state" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00026/t00026.cc#L44" target="_top" title="set_state" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00026/t00026.cc#L44" xlink:show="new" xlink:title="set_state" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="286" x="27" y="381.2227">set_state(std::string const& s, Memento<T>&& m) : void</text>
|
||||
</a>
|
||||
<rect codeLine="27" fill="#FEFECE" filter="url(#f12bhrzcs8m86e)" height="48" id="C_0000001030" style="stroke:#A80036;stroke-width:1.5;" width="145" x="211.5" y="164"/>
|
||||
<rect codeLine="23" fill="#FEFECE" filter="url(#f17i67nsbcxles)" height="48" id="C_0000001030" style="stroke:#A80036;stroke-width:1.5;" width="145" x="211.5" y="164"/>
|
||||
<ellipse cx="226.5" cy="180" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M225.9688,186.9219 Q224.2188,186.9219 223.0781,186.1875 Q221.9531,185.4375 221.3906,184.0938 Q220.8438,182.7344 220.8438,180.9375 Q220.8438,178.9063 221.5,177.4531 Q222.1563,176 223.4375,175.2188 Q224.7188,174.4375 226.5938,174.4375 Q227.4844,174.4375 228.1563,174.625 Q228.8281,174.7969 229.5156,175.1406 L228.7031,177.1563 Q228.0781,176.8438 227.5313,176.7188 Q227,176.5938 226.5156,176.5938 Q225.3438,176.5938 224.6406,177.125 Q223.9375,177.6563 223.6406,178.6094 Q223.3438,179.5625 223.3438,180.8281 Q223.3438,182.8438 224.0625,183.8125 Q224.7813,184.7656 226.375,184.7656 Q226.9688,184.7656 227.5938,184.6094 Q228.2188,184.4531 229.0469,184.0781 L229.0469,186.2969 Q228.3125,186.6094 227.5156,186.7656 Q226.7344,186.9219 225.9688,186.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="56" x="240.5" y="184.656">Caretaker</text>
|
||||
@@ -131,7 +131,7 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="53" x="305.5" y="174.8281">std::string</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="212.5" x2="355.5" y1="196" y2="196"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="212.5" x2="355.5" y1="204" y2="204"/>
|
||||
<rect codeLine="31" fill="#FEFECE" filter="url(#f12bhrzcs8m86e)" height="48" id="C_0000001032" style="stroke:#A80036;stroke-width:1.5;" width="146" x="409" y="164"/>
|
||||
<rect codeLine="26" fill="#FEFECE" filter="url(#f17i67nsbcxles)" height="48" id="C_0000001032" style="stroke:#A80036;stroke-width:1.5;" width="146" x="409" y="164"/>
|
||||
<ellipse cx="424" cy="180" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M423.4688,186.9219 Q421.7188,186.9219 420.5781,186.1875 Q419.4531,185.4375 418.8906,184.0938 Q418.3438,182.7344 418.3438,180.9375 Q418.3438,178.9063 419,177.4531 Q419.6563,176 420.9375,175.2188 Q422.2188,174.4375 424.0938,174.4375 Q424.9844,174.4375 425.6563,174.625 Q426.3281,174.7969 427.0156,175.1406 L426.2031,177.1563 Q425.5781,176.8438 425.0313,176.7188 Q424.5,176.5938 424.0156,176.5938 Q422.8438,176.5938 422.1406,177.125 Q421.4375,177.6563 421.1406,178.6094 Q420.8438,179.5625 420.8438,180.8281 Q420.8438,182.8438 421.5625,183.8125 Q422.2813,184.7656 423.875,184.7656 Q424.4688,184.7656 425.0938,184.6094 Q425.7188,184.4531 426.5469,184.0781 L426.5469,186.2969 Q425.8125,186.6094 425.0156,186.7656 Q424.2344,186.9219 423.4688,186.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="57" x="438" y="184.656">Originator</text>
|
||||
@@ -139,45 +139,45 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="53" x="504" y="174.8281">std::string</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="410" x2="554" y1="196" y2="196"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="410" x2="554" y1="204" y2="204"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00026/t00026.cc#L53" target="_top" title="StringMemento" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00026/t00026.cc#L53" xlink:show="new" xlink:title="StringMemento" xlink:type="simple">
|
||||
<rect codeLine="35" fill="#FEFECE" filter="url(#f12bhrzcs8m86e)" height="77.9638" id="C_0000001029" style="stroke:#A80036;stroke-width:1.5;" width="210" x="269" y="7"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00026/t00026.cc#L53" target="_top" title="StringMemento" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00026/t00026.cc#L53" xlink:show="new" xlink:title="StringMemento" xlink:type="simple">
|
||||
<rect codeLine="29" fill="#FEFECE" filter="url(#f17i67nsbcxles)" height="77.9638" id="C_0000001029" style="stroke:#A80036;stroke-width:1.5;" width="210" x="269" y="7"/>
|
||||
<ellipse cx="326.25" cy="23" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M325.7188,29.9219 Q323.9688,29.9219 322.8281,29.1875 Q321.7031,28.4375 321.1406,27.0938 Q320.5938,25.7344 320.5938,23.9375 Q320.5938,21.9063 321.25,20.4531 Q321.9063,19 323.1875,18.2188 Q324.4688,17.4375 326.3438,17.4375 Q327.2344,17.4375 327.9063,17.625 Q328.5781,17.7969 329.2656,18.1406 L328.4531,20.1563 Q327.8281,19.8438 327.2813,19.7188 Q326.75,19.5938 326.2656,19.5938 Q325.0938,19.5938 324.3906,20.125 Q323.6875,20.6563 323.3906,21.6094 Q323.0938,22.5625 323.0938,23.8281 Q323.0938,25.8438 323.8125,26.8125 Q324.5313,27.7656 326.125,27.7656 Q326.7188,27.7656 327.3438,27.6094 Q327.9688,27.4531 328.7969,27.0781 L328.7969,29.2969 Q328.0625,29.6094 327.2656,29.7656 Q326.4844,29.9219 325.7188,29.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="87" x="346.75" y="27.656">StringMemento</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="270" x2="478" y1="39" y2="39"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00026/t00026.cc#L54" target="_top" title="caretaker" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00026/t00026.cc#L54" xlink:show="new" xlink:title="caretaker" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00026/t00026.cc#L54" target="_top" title="caretaker" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00026/t00026.cc#L54" xlink:show="new" xlink:title="caretaker" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="275" y="45"/>
|
||||
<ellipse cx="280" cy="50" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00026/t00026.cc#L54" target="_top" title="caretaker" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00026/t00026.cc#L54" xlink:show="new" xlink:title="caretaker" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00026/t00026.cc#L54" target="_top" title="caretaker" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00026/t00026.cc#L54" xlink:show="new" xlink:title="caretaker" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="174" x="289" y="54.7589">caretaker : Caretaker<std::string></text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00026/t00026.cc#L55" target="_top" title="originator" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00026/t00026.cc#L55" xlink:show="new" xlink:title="originator" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00026/t00026.cc#L55" target="_top" title="originator" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00026/t00026.cc#L55" xlink:show="new" xlink:title="originator" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="275" y="59.9819"/>
|
||||
<ellipse cx="280" cy="64.9819" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00026/t00026.cc#L55" target="_top" title="originator" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00026/t00026.cc#L55" xlink:show="new" xlink:title="originator" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00026/t00026.cc#L55" target="_top" title="originator" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00026/t00026.cc#L55" xlink:show="new" xlink:title="originator" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="184" x="289" y="69.7408">originator : Originator<std::string></text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="270" x2="478" y1="76.9638" y2="76.9638"/>
|
||||
<path codeLine="42" d="M407.61,411.14 C373.79,436.08 336.22,463.79 305.15,486.71 " fill="none" id="C_0000000997-to-C_0000000993" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="33" d="M407.61,411.14 C373.79,436.08 336.22,463.79 305.15,486.71 " fill="none" id="C_0000000997-to-C_0000000993" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="301.01,489.77,310.6273,487.6468,305.0338,486.8021,305.8786,481.2086,301.01,489.77" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="44" d="M186.78,388.69 C190.26,410.6 195.5,437.01 203,460 C205.74,468.39 209.2,477.04 212.9,485.37 " fill="none" id="C_0000001009-to-C_0000000993" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="34" d="M186.78,388.69 C190.26,410.6 195.5,437.01 203,460 C205.74,468.39 209.2,477.04 212.9,485.37 " fill="none" id="C_0000001009-to-C_0000000993" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="214.97,489.96,214.8872,480.1115,212.901,485.4082,207.6043,483.4219,214.97,489.96" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="45" d="M198.55,401.26 C207.12,429.68 217.26,463.36 225.25,489.87 " fill="none" id="C_0000001009-backto-C_0000000993" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="35" d="M198.55,401.26 C207.12,429.68 217.26,463.36 225.25,489.87 " fill="none" id="C_0000001009-backto-C_0000000993" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#FFFFFF" points="194.75,388.62,192.6551,395.5201,198.2187,400.1077,200.3136,393.2076,194.75,388.62" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="219" y="448.353"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="83" x="229" y="455.897">m_mementos</text>
|
||||
<path codeLine="47" d="M268.36,212.09 C256.36,229.8 239.2,255.12 223.26,278.63 " fill="none" id="C_0000001030-to-C_0000001009" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="36" d="M268.36,212.09 C256.36,229.8 239.2,255.12 223.26,278.63 " fill="none" id="C_0000001030-to-C_0000001009" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="none" points="228.98,282.68,211.96,295.31,217.39,274.82,228.98,282.68" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="49" d="M484.73,212.09 C486.07,223.4 487.78,237.83 489.57,252.91 " fill="none" id="C_0000001032-to-C_0000000997" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="37" d="M484.73,212.09 C486.07,223.4 487.78,237.83 489.57,252.91 " fill="none" id="C_0000001032-to-C_0000000997" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="none" points="496.53,252.21,491.94,272.9,482.63,253.86,496.53,252.21" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="51" d="M342.37,96.2 C327.62,119.14 310.77,145.36 298.98,163.71 " fill="none" id="C_0000001029-backto-C_0000001030" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="38" d="M342.37,96.2 C327.62,119.14 310.77,145.36 298.98,163.71 " fill="none" id="C_0000001029-backto-C_0000001030" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#FFFFFF" points="349.41,85.26,342.8002,88.1427,342.9189,95.3529,349.5287,92.4701,349.41,85.26" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<ellipse cx="335" cy="125.353" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="56" x="342" y="129.897">caretaker</text>
|
||||
<path codeLine="52" d="M411.48,95.58 C429.29,118.67 449.75,145.19 464.03,163.71 " fill="none" id="C_0000001029-backto-C_0000001032" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="39" d="M411.48,95.58 C429.29,118.67 449.75,145.19 464.03,163.71 " fill="none" id="C_0000001029-backto-C_0000001032" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#FFFFFF" points="403.51,85.26,404.0113,92.4537,410.8444,94.7577,410.3431,87.5641,403.51,85.26" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<ellipse cx="446" cy="125.353" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="60" x="453" y="129.897">originator</text>
|
||||
|
||||
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
@@ -1,6 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="application/ecmascript" contentStyleType="text/css" height="409px" preserveAspectRatio="none" style="width:980px;height:409px;background:#FFFFFF;" version="1.1" viewBox="0 0 980 409" width="980px" zoomAndPan="magnify">
|
||||
<defs>
|
||||
<filter height="300%" id="f1bc61m1ri1a2k" width="300%" x="-1" y="-1">
|
||||
<filter height="300%" id="f1e045st27dn4c" width="300%" x="-1" y="-1">
|
||||
<feGaussianBlur result="blurOut" stdDeviation="2.0"/>
|
||||
<feColorMatrix in="blurOut" result="blurOut2" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .4 0"/>
|
||||
<feOffset dx="4.0" dy="4.0" in="blurOut2" result="blurOut3"/>
|
||||
@@ -9,30 +9,30 @@
|
||||
<style type="text/css">a:hover { text-decoration: underline; }</style>
|
||||
</defs>
|
||||
<g>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00027/t00027.cc#L8" target="_top" title="Shape" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00027/t00027.cc#L8" xlink:show="new" xlink:title="Shape" xlink:type="simple">
|
||||
<rect codeLine="3" fill="#FEFECE" filter="url(#f1bc61m1ri1a2k)" height="77.9638" id="C_0000001044" style="stroke:#A80036;stroke-width:1.5;" width="113" x="293.5" y="194"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00027/t00027.cc#L8" target="_top" title="Shape" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00027/t00027.cc#L8" xlink:show="new" xlink:title="Shape" xlink:type="simple">
|
||||
<rect codeLine="2" fill="#FEFECE" filter="url(#f1e045st27dn4c)" height="77.9638" id="C_0000001044" style="stroke:#A80036;stroke-width:1.5;" width="113" x="293.5" y="194"/>
|
||||
<ellipse cx="330.1" cy="210" fill="#A9DCDF" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M325.2719,215.75 L328.6156,203.5625 L331.7563,203.5625 L335.1313,215.75 L332.6625,215.75 L331.9281,212.7344 L328.4125,212.7344 L327.6625,215.75 L325.2719,215.75 Z M329.6781,207.7031 L328.9281,210.7031 L331.4438,210.7031 L330.725,207.7031 Q330.5844,207.125 330.4594,206.5781 Q330.3344,206.0156 330.1938,205.4375 Q330.0844,206.0156 329.9438,206.5781 Q329.8031,207.125 329.6781,207.7031 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="33" x="348.9" y="214.656">Shape</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="294.5" x2="405.5" y1="226" y2="226"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="294.5" x2="405.5" y1="234" y2="234"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00027/t00027.cc#L10" target="_top" title="display" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00027/t00027.cc#L10" xlink:show="new" xlink:title="display" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00027/t00027.cc#L10" target="_top" title="display" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00027/t00027.cc#L10" xlink:show="new" xlink:title="display" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="299.5" y="240"/>
|
||||
<ellipse cx="304.5" cy="245" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00027/t00027.cc#L10" target="_top" title="display" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00027/t00027.cc#L10" xlink:show="new" xlink:title="display" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00027/t00027.cc#L10" target="_top" title="display" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00027/t00027.cc#L10" xlink:show="new" xlink:title="display" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" font-style="italic" lengthAdjust="spacing" textLength="87" x="313.5" y="249.7589">display() = 0 : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00027/t00027.cc#L11" target="_top" title="~Shape" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00027/t00027.cc#L11" xlink:show="new" xlink:title="~Shape" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00027/t00027.cc#L11" target="_top" title="~Shape" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00027/t00027.cc#L11" xlink:show="new" xlink:title="~Shape" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="299.5" y="254.9819"/>
|
||||
<ellipse cx="304.5" cy="259.9819" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00027/t00027.cc#L11" target="_top" title="~Shape" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00027/t00027.cc#L11" xlink:show="new" xlink:title="~Shape" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00027/t00027.cc#L11" target="_top" title="~Shape" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00027/t00027.cc#L11" xlink:show="new" xlink:title="~Shape" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" text-decoration="underline" textLength="76" x="313.5" y="264.7408">~Shape() : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00027/t00027.cc#L15" target="_top" title="Line" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00027/t00027.cc#L15" xlink:show="new" xlink:title="Line" xlink:type="simple">
|
||||
<rect codeLine="9" fill="#FEFECE" filter="url(#f1bc61m1ri1a2k)" height="62.9819" id="C_0000001048" style="stroke:#A80036;stroke-width:1.5;" width="101" x="143.5" y="333"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00027/t00027.cc#L15" target="_top" title="Line" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00027/t00027.cc#L15" xlink:show="new" xlink:title="Line" xlink:type="simple">
|
||||
<rect codeLine="7" fill="#FEFECE" filter="url(#f1e045st27dn4c)" height="62.9819" id="C_0000001048" style="stroke:#A80036;stroke-width:1.5;" width="101" x="143.5" y="333"/>
|
||||
<ellipse cx="168.4" cy="349" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M167.8688,355.9219 Q166.1188,355.9219 164.9781,355.1875 Q163.8531,354.4375 163.2906,353.0938 Q162.7438,351.7344 162.7438,349.9375 Q162.7438,347.9063 163.4,346.4531 Q164.0563,345 165.3375,344.2188 Q166.6188,343.4375 168.4938,343.4375 Q169.3844,343.4375 170.0563,343.625 Q170.7281,343.7969 171.4156,344.1406 L170.6031,346.1563 Q169.9781,345.8438 169.4313,345.7188 Q168.9,345.5938 168.4156,345.5938 Q167.2438,345.5938 166.5406,346.125 Q165.8375,346.6563 165.5406,347.6094 Q165.2438,348.5625 165.2438,349.8281 Q165.2438,351.8438 165.9625,352.8125 Q166.6813,353.7656 168.275,353.7656 Q168.8688,353.7656 169.4938,353.6094 Q170.1188,353.4531 170.9469,353.0781 L170.9469,355.2969 Q170.2125,355.6094 169.4156,355.7656 Q168.6344,355.9219 167.8688,355.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="23" x="184.6" y="353.656">Line</text>
|
||||
@@ -41,15 +41,15 @@
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="144.5" x2="243.5" y1="365" y2="365"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="144.5" x2="243.5" y1="373" y2="373"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00027/t00027.cc#L17" target="_top" title="display" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00027/t00027.cc#L17" xlink:show="new" xlink:title="display" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00027/t00027.cc#L17" target="_top" title="display" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00027/t00027.cc#L17" xlink:show="new" xlink:title="display" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="149.5" y="379"/>
|
||||
<ellipse cx="154.5" cy="384" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00027/t00027.cc#L17" target="_top" title="display" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00027/t00027.cc#L17" xlink:show="new" xlink:title="display" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00027/t00027.cc#L17" target="_top" title="display" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00027/t00027.cc#L17" xlink:show="new" xlink:title="display" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="75" x="163.5" y="388.7589">display() : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00027/t00027.cc#L25" target="_top" title="Text" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00027/t00027.cc#L25" xlink:show="new" xlink:title="Text" xlink:type="simple">
|
||||
<rect codeLine="14" fill="#FEFECE" filter="url(#f1bc61m1ri1a2k)" height="62.9819" id="C_0000001052" style="stroke:#A80036;stroke-width:1.5;" width="101" x="455.5" y="333"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00027/t00027.cc#L25" target="_top" title="Text" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00027/t00027.cc#L25" xlink:show="new" xlink:title="Text" xlink:type="simple">
|
||||
<rect codeLine="11" fill="#FEFECE" filter="url(#f1e045st27dn4c)" height="62.9819" id="C_0000001052" style="stroke:#A80036;stroke-width:1.5;" width="101" x="455.5" y="333"/>
|
||||
<ellipse cx="479.95" cy="349" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M479.4188,355.9219 Q477.6688,355.9219 476.5281,355.1875 Q475.4031,354.4375 474.8406,353.0938 Q474.2938,351.7344 474.2938,349.9375 Q474.2938,347.9063 474.95,346.4531 Q475.6063,345 476.8875,344.2188 Q478.1688,343.4375 480.0438,343.4375 Q480.9344,343.4375 481.6063,343.625 Q482.2781,343.7969 482.9656,344.1406 L482.1531,346.1563 Q481.5281,345.8438 480.9813,345.7188 Q480.45,345.5938 479.9656,345.5938 Q478.7938,345.5938 478.0906,346.125 Q477.3875,346.6563 477.0906,347.6094 Q476.7938,348.5625 476.7938,349.8281 Q476.7938,351.8438 477.5125,352.8125 Q478.2313,353.7656 479.825,353.7656 Q480.4188,353.7656 481.0438,353.6094 Q481.6688,353.4531 482.4969,353.0781 L482.4969,355.2969 Q481.7625,355.6094 480.9656,355.7656 Q480.1844,355.9219 479.4188,355.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="24" x="496.05" y="353.656">Text</text>
|
||||
@@ -58,30 +58,30 @@
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="456.5" x2="555.5" y1="365" y2="365"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="456.5" x2="555.5" y1="373" y2="373"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00027/t00027.cc#L27" target="_top" title="display" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00027/t00027.cc#L27" xlink:show="new" xlink:title="display" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00027/t00027.cc#L27" target="_top" title="display" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00027/t00027.cc#L27" xlink:show="new" xlink:title="display" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="461.5" y="379"/>
|
||||
<ellipse cx="466.5" cy="384" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00027/t00027.cc#L27" target="_top" title="display" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00027/t00027.cc#L27" xlink:show="new" xlink:title="display" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00027/t00027.cc#L27" target="_top" title="display" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00027/t00027.cc#L27" xlink:show="new" xlink:title="display" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="75" x="475.5" y="388.7589">display() : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00027/t00027.cc#L34" target="_top" title="ShapeDecorator" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00027/t00027.cc#L34" xlink:show="new" xlink:title="ShapeDecorator" xlink:type="simple">
|
||||
<rect codeLine="19" fill="#FEFECE" filter="url(#f1bc61m1ri1a2k)" height="62.9819" id="C_0000001056" style="stroke:#A80036;stroke-width:1.5;" width="119" x="788.5" y="29.5"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00027/t00027.cc#L34" target="_top" title="ShapeDecorator" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00027/t00027.cc#L34" xlink:show="new" xlink:title="ShapeDecorator" xlink:type="simple">
|
||||
<rect codeLine="15" fill="#FEFECE" filter="url(#f1e045st27dn4c)" height="62.9819" id="C_0000001056" style="stroke:#A80036;stroke-width:1.5;" width="119" x="788.5" y="29.5"/>
|
||||
<ellipse cx="803.5" cy="45.5" fill="#A9DCDF" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M798.6719,51.25 L802.0156,39.0625 L805.1563,39.0625 L808.5313,51.25 L806.0625,51.25 L805.3281,48.2344 L801.8125,48.2344 L801.0625,51.25 L798.6719,51.25 Z M803.0781,43.2031 L802.3281,46.2031 L804.8438,46.2031 L804.125,43.2031 Q803.9844,42.625 803.8594,42.0781 Q803.7344,41.5156 803.5938,40.9375 Q803.4844,41.5156 803.3438,42.0781 Q803.2031,42.625 803.0781,43.2031 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="87" x="817.5" y="50.156">ShapeDecorator</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="789.5" x2="906.5" y1="61.5" y2="61.5"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="789.5" x2="906.5" y1="69.5" y2="69.5"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00027/t00027.cc#L35" target="_top" title="display" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00027/t00027.cc#L35" xlink:show="new" xlink:title="display" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00027/t00027.cc#L35" target="_top" title="display" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00027/t00027.cc#L35" xlink:show="new" xlink:title="display" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="794.5" y="75.5"/>
|
||||
<ellipse cx="799.5" cy="80.5" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00027/t00027.cc#L35" target="_top" title="display" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00027/t00027.cc#L35" xlink:show="new" xlink:title="display" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00027/t00027.cc#L35" target="_top" title="display" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00027/t00027.cc#L35" xlink:show="new" xlink:title="display" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" font-style="italic" lengthAdjust="spacing" textLength="87" x="808.5" y="85.2589">display() = 0 : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00027/t00027.cc#L38" target="_top" title="Color" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00027/t00027.cc#L38" xlink:show="new" xlink:title="Color" xlink:type="simple">
|
||||
<rect codeLine="24" fill="#FEFECE" filter="url(#f1bc61m1ri1a2k)" height="62.9819" id="C_0000001060" style="stroke:#A80036;stroke-width:1.5;" width="101" x="729.5" y="201.5"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00027/t00027.cc#L38" target="_top" title="Color" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00027/t00027.cc#L38" xlink:show="new" xlink:title="Color" xlink:type="simple">
|
||||
<rect codeLine="19" fill="#FEFECE" filter="url(#f1e045st27dn4c)" height="62.9819" id="C_0000001060" style="stroke:#A80036;stroke-width:1.5;" width="101" x="729.5" y="201.5"/>
|
||||
<ellipse cx="757.55" cy="217.5" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M757.0188,224.4219 Q755.2688,224.4219 754.1281,223.6875 Q753.0031,222.9375 752.4406,221.5938 Q751.8938,220.2344 751.8938,218.4375 Q751.8938,216.4063 752.55,214.9531 Q753.2063,213.5 754.4875,212.7188 Q755.7688,211.9375 757.6438,211.9375 Q758.5344,211.9375 759.2063,212.125 Q759.8781,212.2969 760.5656,212.6406 L759.7531,214.6563 Q759.1281,214.3438 758.5813,214.2188 Q758.05,214.0938 757.5656,214.0938 Q756.3938,214.0938 755.6906,214.625 Q754.9875,215.1563 754.6906,216.1094 Q754.3938,217.0625 754.3938,218.3281 Q754.3938,220.3438 755.1125,221.3125 Q755.8313,222.2656 757.425,222.2656 Q758.0188,222.2656 758.6438,222.1094 Q759.2688,221.9531 760.0969,221.5781 L760.0969,223.7969 Q759.3625,224.1094 758.5656,224.2656 Q757.7844,224.4219 757.0188,224.4219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="30" x="774.45" y="222.156">Color</text>
|
||||
@@ -90,15 +90,15 @@
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="730.5" x2="829.5" y1="233.5" y2="233.5"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="730.5" x2="829.5" y1="241.5" y2="241.5"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00027/t00027.cc#L40" target="_top" title="display" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00027/t00027.cc#L40" xlink:show="new" xlink:title="display" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00027/t00027.cc#L40" target="_top" title="display" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00027/t00027.cc#L40" xlink:show="new" xlink:title="display" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="735.5" y="247.5"/>
|
||||
<ellipse cx="740.5" cy="252.5" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00027/t00027.cc#L40" target="_top" title="display" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00027/t00027.cc#L40" xlink:show="new" xlink:title="display" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00027/t00027.cc#L40" target="_top" title="display" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00027/t00027.cc#L40" xlink:show="new" xlink:title="display" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="75" x="749.5" y="257.2589">display() : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00027/t00027.cc#L43" target="_top" title="Weight" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00027/t00027.cc#L43" xlink:show="new" xlink:title="Weight" xlink:type="simple">
|
||||
<rect codeLine="29" fill="#FEFECE" filter="url(#f1bc61m1ri1a2k)" height="62.9819" id="C_0000001064" style="stroke:#A80036;stroke-width:1.5;" width="101" x="865.5" y="201.5"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00027/t00027.cc#L43" target="_top" title="Weight" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00027/t00027.cc#L43" xlink:show="new" xlink:title="Weight" xlink:type="simple">
|
||||
<rect codeLine="23" fill="#FEFECE" filter="url(#f1e045st27dn4c)" height="62.9819" id="C_0000001064" style="stroke:#A80036;stroke-width:1.5;" width="101" x="865.5" y="201.5"/>
|
||||
<ellipse cx="889.5" cy="217.5" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M888.9688,224.4219 Q887.2188,224.4219 886.0781,223.6875 Q884.9531,222.9375 884.3906,221.5938 Q883.8438,220.2344 883.8438,218.4375 Q883.8438,216.4063 884.5,214.9531 Q885.1563,213.5 886.4375,212.7188 Q887.7188,211.9375 889.5938,211.9375 Q890.4844,211.9375 891.1563,212.125 Q891.8281,212.2969 892.5156,212.6406 L891.7031,214.6563 Q891.0781,214.3438 890.5313,214.2188 Q890,214.0938 889.5156,214.0938 Q888.3438,214.0938 887.6406,214.625 Q886.9375,215.1563 886.6406,216.1094 Q886.3438,217.0625 886.3438,218.3281 Q886.3438,220.3438 887.0625,221.3125 Q887.7813,222.2656 889.375,222.2656 Q889.9688,222.2656 890.5938,222.1094 Q891.2188,221.9531 892.0469,221.5781 L892.0469,223.7969 Q891.3125,224.1094 890.5156,224.2656 Q889.7344,224.4219 888.9688,224.4219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="39" x="905.5" y="222.156">Weight</text>
|
||||
@@ -107,14 +107,14 @@
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="866.5" x2="965.5" y1="233.5" y2="233.5"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="866.5" x2="965.5" y1="241.5" y2="241.5"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00027/t00027.cc#L45" target="_top" title="display" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00027/t00027.cc#L45" xlink:show="new" xlink:title="display" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00027/t00027.cc#L45" target="_top" title="display" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00027/t00027.cc#L45" xlink:show="new" xlink:title="display" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="871.5" y="247.5"/>
|
||||
<ellipse cx="876.5" cy="252.5" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00027/t00027.cc#L45" target="_top" title="display" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00027/t00027.cc#L45" xlink:show="new" xlink:title="display" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00027/t00027.cc#L45" target="_top" title="display" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00027/t00027.cc#L45" xlink:show="new" xlink:title="display" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="75" x="885.5" y="257.2589">display() : void</text>
|
||||
</a>
|
||||
<rect codeLine="34" fill="#FEFECE" filter="url(#f1bc61m1ri1a2k)" height="48" id="C_0000001069" style="stroke:#A80036;stroke-width:1.5;" width="128" x="130" y="209"/>
|
||||
<rect codeLine="27" fill="#FEFECE" filter="url(#f1e045st27dn4c)" height="48" id="C_0000001069" style="stroke:#A80036;stroke-width:1.5;" width="128" x="130" y="209"/>
|
||||
<ellipse cx="145" cy="225" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M144.4688,231.9219 Q142.7188,231.9219 141.5781,231.1875 Q140.4531,230.4375 139.8906,229.0938 Q139.3438,227.7344 139.3438,225.9375 Q139.3438,223.9063 140,222.4531 Q140.6563,221 141.9375,220.2188 Q143.2188,219.4375 145.0938,219.4375 Q145.9844,219.4375 146.6563,219.625 Q147.3281,219.7969 148.0156,220.1406 L147.2031,222.1563 Q146.5781,221.8438 146.0313,221.7188 Q145.5,221.5938 145.0156,221.5938 Q143.8438,221.5938 143.1406,222.125 Q142.4375,222.6563 142.1406,223.6094 Q141.8438,224.5625 141.8438,225.8281 Q141.8438,227.8438 142.5625,228.8125 Q143.2813,229.7656 144.875,229.7656 Q145.4688,229.7656 146.0938,229.6094 Q146.7188,229.4531 147.5469,229.0781 L147.5469,231.2969 Q146.8125,231.6094 146.0156,231.7656 Q145.2344,231.9219 144.4688,231.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="23" x="159" y="229.656">Line</text>
|
||||
@@ -122,7 +122,7 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="69" x="191" y="219.8281">Color,Weight</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="131" x2="257" y1="241" y2="241"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="131" x2="257" y1="249" y2="249"/>
|
||||
<rect codeLine="38" fill="#FEFECE" filter="url(#f1bc61m1ri1a2k)" height="48" id="C_0000001071" style="stroke:#A80036;stroke-width:1.5;" width="88" x="7" y="209"/>
|
||||
<rect codeLine="30" fill="#FEFECE" filter="url(#f1e045st27dn4c)" height="48" id="C_0000001071" style="stroke:#A80036;stroke-width:1.5;" width="88" x="7" y="209"/>
|
||||
<ellipse cx="22" cy="225" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M21.4688,231.9219 Q19.7188,231.9219 18.5781,231.1875 Q17.4531,230.4375 16.8906,229.0938 Q16.3438,227.7344 16.3438,225.9375 Q16.3438,223.9063 17,222.4531 Q17.6563,221 18.9375,220.2188 Q20.2188,219.4375 22.0938,219.4375 Q22.9844,219.4375 23.6563,219.625 Q24.3281,219.7969 25.0156,220.1406 L24.2031,222.1563 Q23.5781,221.8438 23.0313,221.7188 Q22.5,221.5938 22.0156,221.5938 Q20.8438,221.5938 20.1406,222.125 Q19.4375,222.6563 19.1406,223.6094 Q18.8438,224.5625 18.8438,225.8281 Q18.8438,227.8438 19.5625,228.8125 Q20.2813,229.7656 21.875,229.7656 Q22.4688,229.7656 23.0938,229.6094 Q23.7188,229.4531 24.5469,229.0781 L24.5469,231.2969 Q23.8125,231.6094 23.0156,231.7656 Q22.2344,231.9219 21.4688,231.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="23" x="36" y="229.656">Line</text>
|
||||
@@ -130,7 +130,7 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="29" x="68" y="219.8281">Color</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="94" y1="241" y2="241"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="94" y1="249" y2="249"/>
|
||||
<rect codeLine="42" fill="#FEFECE" filter="url(#f1bc61m1ri1a2k)" height="48" id="C_0000001073" style="stroke:#A80036;stroke-width:1.5;" width="129" x="441.5" y="209"/>
|
||||
<rect codeLine="33" fill="#FEFECE" filter="url(#f1e045st27dn4c)" height="48" id="C_0000001073" style="stroke:#A80036;stroke-width:1.5;" width="129" x="441.5" y="209"/>
|
||||
<ellipse cx="456.5" cy="225" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M455.9688,231.9219 Q454.2188,231.9219 453.0781,231.1875 Q451.9531,230.4375 451.3906,229.0938 Q450.8438,227.7344 450.8438,225.9375 Q450.8438,223.9063 451.5,222.4531 Q452.1563,221 453.4375,220.2188 Q454.7188,219.4375 456.5938,219.4375 Q457.4844,219.4375 458.1563,219.625 Q458.8281,219.7969 459.5156,220.1406 L458.7031,222.1563 Q458.0781,221.8438 457.5313,221.7188 Q457,221.5938 456.5156,221.5938 Q455.3438,221.5938 454.6406,222.125 Q453.9375,222.6563 453.6406,223.6094 Q453.3438,224.5625 453.3438,225.8281 Q453.3438,227.8438 454.0625,228.8125 Q454.7813,229.7656 456.375,229.7656 Q456.9688,229.7656 457.5938,229.6094 Q458.2188,229.4531 459.0469,229.0781 L459.0469,231.2969 Q458.3125,231.6094 457.5156,231.7656 Q456.7344,231.9219 455.9688,231.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="24" x="470.5" y="229.656">Text</text>
|
||||
@@ -138,7 +138,7 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="69" x="503.5" y="219.8281">Color,Weight</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="442.5" x2="569.5" y1="241" y2="241"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="442.5" x2="569.5" y1="249" y2="249"/>
|
||||
<rect codeLine="46" fill="#FEFECE" filter="url(#f1bc61m1ri1a2k)" height="48" id="C_0000001075" style="stroke:#A80036;stroke-width:1.5;" width="89" x="605.5" y="209"/>
|
||||
<rect codeLine="36" fill="#FEFECE" filter="url(#f1e045st27dn4c)" height="48" id="C_0000001075" style="stroke:#A80036;stroke-width:1.5;" width="89" x="605.5" y="209"/>
|
||||
<ellipse cx="620.5" cy="225" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M619.9688,231.9219 Q618.2188,231.9219 617.0781,231.1875 Q615.9531,230.4375 615.3906,229.0938 Q614.8438,227.7344 614.8438,225.9375 Q614.8438,223.9063 615.5,222.4531 Q616.1563,221 617.4375,220.2188 Q618.7188,219.4375 620.5938,219.4375 Q621.4844,219.4375 622.1563,219.625 Q622.8281,219.7969 623.5156,220.1406 L622.7031,222.1563 Q622.0781,221.8438 621.5313,221.7188 Q621,221.5938 620.5156,221.5938 Q619.3438,221.5938 618.6406,222.125 Q617.9375,222.6563 617.6406,223.6094 Q617.3438,224.5625 617.3438,225.8281 Q617.3438,227.8438 618.0625,228.8125 Q618.7813,229.7656 620.375,229.7656 Q620.9688,229.7656 621.5938,229.6094 Q622.2188,229.4531 623.0469,229.0781 L623.0469,231.2969 Q622.3125,231.6094 621.5156,231.7656 Q620.7344,231.9219 619.9688,231.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="24" x="634.5" y="229.656">Text</text>
|
||||
@@ -146,71 +146,71 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="29" x="667.5" y="219.8281">Color</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="606.5" x2="693.5" y1="241" y2="241"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="606.5" x2="693.5" y1="249" y2="249"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00027/t00027.cc#L48" target="_top" title="Window" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00027/t00027.cc#L48" xlink:show="new" xlink:title="Window" xlink:type="simple">
|
||||
<rect codeLine="50" fill="#FEFECE" filter="url(#f1bc61m1ri1a2k)" height="107.9276" id="C_0000001068" style="stroke:#A80036;stroke-width:1.5;" width="175" x="305.5" y="7"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00027/t00027.cc#L48" target="_top" title="Window" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00027/t00027.cc#L48" xlink:show="new" xlink:title="Window" xlink:type="simple">
|
||||
<rect codeLine="39" fill="#FEFECE" filter="url(#f1e045st27dn4c)" height="107.9276" id="C_0000001068" style="stroke:#A80036;stroke-width:1.5;" width="175" x="305.5" y="7"/>
|
||||
<ellipse cx="366.75" cy="23" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M366.2188,29.9219 Q364.4688,29.9219 363.3281,29.1875 Q362.2031,28.4375 361.6406,27.0938 Q361.0938,25.7344 361.0938,23.9375 Q361.0938,21.9063 361.75,20.4531 Q362.4063,19 363.6875,18.2188 Q364.9688,17.4375 366.8438,17.4375 Q367.7344,17.4375 368.4063,17.625 Q369.0781,17.7969 369.7656,18.1406 L368.9531,20.1563 Q368.3281,19.8438 367.7813,19.7188 Q367.25,19.5938 366.7656,19.5938 Q365.5938,19.5938 364.8906,20.125 Q364.1875,20.6563 363.8906,21.6094 Q363.5938,22.5625 363.5938,23.8281 Q363.5938,25.8438 364.3125,26.8125 Q365.0313,27.7656 366.625,27.7656 Q367.2188,27.7656 367.8438,27.6094 Q368.4688,27.4531 369.2969,27.0781 L369.2969,29.2969 Q368.5625,29.6094 367.7656,29.7656 Q366.9844,29.9219 366.2188,29.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="44" x="387.25" y="27.656">Window</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="306.5" x2="479.5" y1="39" y2="39"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00027/t00027.cc#L49" target="_top" title="border" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00027/t00027.cc#L49" xlink:show="new" xlink:title="border" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00027/t00027.cc#L49" target="_top" title="border" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00027/t00027.cc#L49" xlink:show="new" xlink:title="border" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="311.5" y="45"/>
|
||||
<ellipse cx="316.5" cy="50" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00027/t00027.cc#L49" target="_top" title="border" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00027/t00027.cc#L49" xlink:show="new" xlink:title="border" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00027/t00027.cc#L49" target="_top" title="border" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00027/t00027.cc#L49" xlink:show="new" xlink:title="border" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="149" x="325.5" y="54.7589">border : Line<Color,Weight></text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00027/t00027.cc#L50" target="_top" title="divider" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00027/t00027.cc#L50" xlink:show="new" xlink:title="divider" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00027/t00027.cc#L50" target="_top" title="divider" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00027/t00027.cc#L50" xlink:show="new" xlink:title="divider" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="311.5" y="59.9819"/>
|
||||
<ellipse cx="316.5" cy="64.9819" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00027/t00027.cc#L50" target="_top" title="divider" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00027/t00027.cc#L50" xlink:show="new" xlink:title="divider" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00027/t00027.cc#L50" target="_top" title="divider" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00027/t00027.cc#L50" xlink:show="new" xlink:title="divider" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="109" x="325.5" y="69.7408">divider : Line<Color></text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00027/t00027.cc#L51" target="_top" title="title" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00027/t00027.cc#L51" xlink:show="new" xlink:title="title" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00027/t00027.cc#L51" target="_top" title="title" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00027/t00027.cc#L51" xlink:show="new" xlink:title="title" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="311.5" y="74.9638"/>
|
||||
<ellipse cx="316.5" cy="79.9638" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00027/t00027.cc#L51" target="_top" title="title" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00027/t00027.cc#L51" xlink:show="new" xlink:title="title" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00027/t00027.cc#L51" target="_top" title="title" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00027/t00027.cc#L51" xlink:show="new" xlink:title="title" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="132" x="325.5" y="84.7227">title : Text<Color,Weight></text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00027/t00027.cc#L52" target="_top" title="description" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00027/t00027.cc#L52" xlink:show="new" xlink:title="description" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00027/t00027.cc#L52" target="_top" title="description" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00027/t00027.cc#L52" xlink:show="new" xlink:title="description" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="311.5" y="89.9457"/>
|
||||
<ellipse cx="316.5" cy="94.9457" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00027/t00027.cc#L52" target="_top" title="description" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00027/t00027.cc#L52" xlink:show="new" xlink:title="description" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00027/t00027.cc#L52" target="_top" title="description" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00027/t00027.cc#L52" xlink:show="new" xlink:title="description" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="131" x="325.5" y="99.7046">description : Text<Color></text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="306.5" x2="479.5" y1="106.9276" y2="106.9276"/>
|
||||
<path codeLine="59" d="M288.44,285.1 C268.92,301.31 247.95,318.71 230.75,332.99 " fill="none" id="C_0000001044-backto-C_0000001048" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="45" d="M288.44,285.1 C268.92,301.31 247.95,318.71 230.75,332.99 " fill="none" id="C_0000001044-backto-C_0000001048" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="none" points="284.18,279.54,304.04,272.15,293.12,290.31,284.18,279.54" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="61" d="M411.56,285.1 C431.08,301.31 452.05,318.71 469.25,332.99 " fill="none" id="C_0000001044-backto-C_0000001052" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="46" d="M411.56,285.1 C431.08,301.31 452.05,318.71 469.25,332.99 " fill="none" id="C_0000001044-backto-C_0000001052" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="none" points="406.88,290.31,395.96,272.15,415.82,279.54,406.88,290.31" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="64" d="M828.15,111.62 C816.52,140.69 802.21,176.48 792.22,201.44 " fill="none" id="C_0000001056-backto-C_0000001060" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="47" d="M828.15,111.62 C816.52,140.69 802.21,176.48 792.22,201.44 " fill="none" id="C_0000001056-backto-C_0000001060" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="none" points="821.76,108.76,835.69,92.79,834.76,113.96,821.76,108.76" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="66" d="M867.85,111.62 C879.48,140.69 893.79,176.48 903.78,201.44 " fill="none" id="C_0000001056-backto-C_0000001064" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="48" d="M867.85,111.62 C879.48,140.69 893.79,176.48 903.78,201.44 " fill="none" id="C_0000001056-backto-C_0000001064" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="none" points="861.24,113.96,860.31,92.79,874.24,108.76,861.24,113.96" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="68" d="M194,257.15 C194,272.56 194,293.43 194,312.59 " fill="none" id="C_0000001069-to-C_0000001048" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="49" d="M194,257.15 C194,272.56 194,293.43 194,312.59 " fill="none" id="C_0000001069-to-C_0000001048" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="none" points="201,312.76,194,332.76,187,312.76,201,312.76" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="70" d="M76.57,257.15 C95.65,274.44 122.31,298.58 145.4,319.49 " fill="none" id="C_0000001071-to-C_0000001048" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="50" d="M76.57,257.15 C95.65,274.44 122.31,298.58 145.4,319.49 " fill="none" id="C_0000001071-to-C_0000001048" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="none" points="150.19,314.38,160.32,333,140.79,324.76,150.19,314.38" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="72" d="M506,257.15 C506,272.56 506,293.43 506,312.59 " fill="none" id="C_0000001073-to-C_0000001052" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="51" d="M506,257.15 C506,272.56 506,293.43 506,312.59 " fill="none" id="C_0000001073-to-C_0000001052" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="none" points="513,312.76,506,332.76,499,312.76,513,312.76" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="74" d="M624.26,257.15 C605.04,274.44 578.19,298.58 554.94,319.49 " fill="none" id="C_0000001075-to-C_0000001052" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="52" d="M624.26,257.15 C605.04,274.44 578.19,298.58 554.94,319.49 " fill="none" id="C_0000001075-to-C_0000001052" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="none" points="559.47,324.83,539.92,333,550.11,314.42,559.47,324.83" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="76" d="M320.75,123.72 C286.1,153.32 246.67,187 221.12,208.83 " fill="none" id="C_0000001068-backto-C_0000001069" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="53" d="M320.75,123.72 C286.1,153.32 246.67,187 221.12,208.83 " fill="none" id="C_0000001068-backto-C_0000001069" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#FFFFFF" points="330.85,115.09,323.6898,115.9449,321.725,122.8832,328.8852,122.0283,330.85,115.09" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<ellipse cx="300" cy="155.353" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="41" x="307" y="159.897">border</text>
|
||||
<path codeLine="77" d="M293.34,104.99 C238.9,129.42 170.78,161.55 112,194 C103.7,198.58 94.95,203.79 86.75,208.86 " fill="none" id="C_0000001068-backto-C_0000001071" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="54" d="M293.34,104.99 C238.9,129.42 170.78,161.55 112,194 C103.7,198.58 94.95,203.79 86.75,208.86 " fill="none" id="C_0000001068-backto-C_0000001071" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#FFFFFF" points="305.45,99.58,298.3405,98.3735,294.4924,104.472,301.6019,105.6785,305.45,99.58" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<ellipse cx="210" cy="155.353" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="41" x="217" y="159.897">divider</text>
|
||||
<path codeLine="78" d="M435.68,126.21 C454.9,155.12 476.39,187.45 490.5,208.68 " fill="none" id="C_0000001068-backto-C_0000001073" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="55" d="M435.68,126.21 C454.9,155.12 476.39,187.45 490.5,208.68 " fill="none" id="C_0000001068-backto-C_0000001073" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#FFFFFF" points="428.44,115.32,428.4312,122.5311,435.0842,125.3127,435.093,118.1016,428.44,115.32" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<ellipse cx="466" cy="155.353" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="23" x="473" y="159.897">title</text>
|
||||
<path codeLine="79" d="M484.3,122.39 C529.52,152.31 581.48,186.68 614.98,208.83 " fill="none" id="C_0000001068-backto-C_0000001075" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="56" d="M484.3,122.39 C529.52,152.31 581.48,186.68 614.98,208.83 " fill="none" id="C_0000001068-backto-C_0000001075" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#FFFFFF" points="473.26,115.09,476.0578,121.7362,483.2689,121.7098,480.4711,115.0636,473.26,115.09" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<ellipse cx="551" cy="155.353" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="67" x="558" y="159.897">description</text>
|
||||
|
||||
|
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 37 KiB |
@@ -1,6 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="application/ecmascript" contentStyleType="text/css" height="468px" preserveAspectRatio="none" style="width:1360px;height:468px;background:#FFFFFF;" version="1.1" viewBox="0 0 1360 468" width="1360px" zoomAndPan="magnify">
|
||||
<defs>
|
||||
<filter height="300%" id="fjerpvyzhyvms" width="300%" x="-1" y="-1">
|
||||
<filter height="300%" id="f175skunqwlqn2" width="300%" x="-1" y="-1">
|
||||
<feGaussianBlur result="blurOut" stdDeviation="2.0"/>
|
||||
<feColorMatrix in="blurOut" result="blurOut2" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .4 0"/>
|
||||
<feOffset dx="4.0" dy="4.0" in="blurOut2" result="blurOut3"/>
|
||||
@@ -9,68 +9,68 @@
|
||||
<style type="text/css">a:hover { text-decoration: underline; }</style>
|
||||
</defs>
|
||||
<g>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00028/t00028.cc#L8" target="_top" title="\uml{note[top] A class note.}" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00028/t00028.cc#L8" xlink:show="new" xlink:title="\uml{note[top] A class note.}" xlink:type="simple">
|
||||
<rect codeLine="3" fill="#FEFECE" filter="url(#fjerpvyzhyvms)" height="48" id="C_0000001091" style="stroke:#A80036;stroke-width:1.5;" width="40" x="1041" y="274.99"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00028/t00028.cc#L8" target="_top" title="\uml{note[top] A class note.}" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00028/t00028.cc#L8" xlink:show="new" xlink:title="\uml{note[top] A class note.}" xlink:type="simple">
|
||||
<rect codeLine="2" fill="#FEFECE" filter="url(#f175skunqwlqn2)" height="48" id="C_0000001091" style="stroke:#A80036;stroke-width:1.5;" width="40" x="1041" y="274.99"/>
|
||||
<ellipse cx="1056" cy="290.99" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M1055.4688,297.9119 Q1053.7188,297.9119 1052.5781,297.1775 Q1051.4531,296.4275 1050.8906,295.0838 Q1050.3438,293.7244 1050.3438,291.9275 Q1050.3438,289.8963 1051,288.4431 Q1051.6563,286.99 1052.9375,286.2088 Q1054.2188,285.4275 1056.0938,285.4275 Q1056.9844,285.4275 1057.6563,285.615 Q1058.3281,285.7869 1059.0156,286.1306 L1058.2031,288.1463 Q1057.5781,287.8338 1057.0313,287.7088 Q1056.5,287.5838 1056.0156,287.5838 Q1054.8438,287.5838 1054.1406,288.115 Q1053.4375,288.6463 1053.1406,289.5994 Q1052.8438,290.5525 1052.8438,291.8181 Q1052.8438,293.8338 1053.5625,294.8025 Q1054.2813,295.7556 1055.875,295.7556 Q1056.4688,295.7556 1057.0938,295.5994 Q1057.7188,295.4431 1058.5469,295.0681 L1058.5469,297.2869 Q1057.8125,297.5994 1057.0156,297.7556 Q1056.2344,297.9119 1055.4688,297.9119 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="1070" y="295.646">A</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="1042" x2="1080" y1="306.99" y2="306.99"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="1042" x2="1080" y1="314.99" y2="314.99"/>
|
||||
</a>
|
||||
<path d="M917,97.99 L917,125.696 A0,0 0 0 0 917,125.696 L966.82,125.696 L1048.89,274.89 L974.82,125.696 L1011,125.696 A0,0 0 0 0 1011,125.696 L1011,107.99 L1001,97.99 L917,97.99 A0,0 0 0 0 917,97.99 " fill="#FBFB77" filter="url(#fjerpvyzhyvms)" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M917,97.99 L917,125.696 A0,0 0 0 0 917,125.696 L966.82,125.696 L1048.89,274.89 L974.82,125.696 L1011,125.696 A0,0 0 0 0 1011,125.696 L1011,107.99 L1001,97.99 L917,97.99 A0,0 0 0 0 917,97.99 " fill="#FBFB77" filter="url(#f175skunqwlqn2)" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M1001,97.99 L1001,107.99 L1011,107.99 L1001,97.99 " fill="#FBFB77" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="73" x="923" y="116.887">A class note.</text>
|
||||
<path d="M1046,97.99 L1046,125.696 A0,0 0 0 0 1046,125.696 L1086.75,125.696 L1065,274.89 L1094.75,125.696 L1140,125.696 A0,0 0 0 0 1140,125.696 L1140,107.99 L1130,97.99 L1046,97.99 A0,0 0 0 0 1046,97.99 " fill="#FBFB77" filter="url(#fjerpvyzhyvms)" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M1046,97.99 L1046,125.696 A0,0 0 0 0 1046,125.696 L1086.75,125.696 L1065,274.89 L1094.75,125.696 L1140,125.696 A0,0 0 0 0 1140,125.696 L1140,107.99 L1130,97.99 L1046,97.99 A0,0 0 0 0 1046,97.99 " fill="#FBFB77" filter="url(#f175skunqwlqn2)" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M1130,97.99 L1130,107.99 L1140,107.99 L1130,97.99 " fill="#FBFB77" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="73" x="1052" y="116.887">A class note.</text>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00028/t00028.cc#L12" target="_top" title="\uml{note[] B class note.}" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00028/t00028.cc#L12" xlink:show="new" xlink:title="\uml{note[] B class note.}" xlink:type="simple">
|
||||
<rect codeLine="13" fill="#FEFECE" filter="url(#fjerpvyzhyvms)" height="48" id="C_0000001095" style="stroke:#A80036;stroke-width:1.5;" width="40" x="715" y="274.99"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00028/t00028.cc#L12" target="_top" title="\uml{note[] B class note.}" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00028/t00028.cc#L12" xlink:show="new" xlink:title="\uml{note[] B class note.}" xlink:type="simple">
|
||||
<rect codeLine="11" fill="#FEFECE" filter="url(#f175skunqwlqn2)" height="48" id="C_0000001095" style="stroke:#A80036;stroke-width:1.5;" width="40" x="715" y="274.99"/>
|
||||
<ellipse cx="730" cy="290.99" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M729.4688,297.9119 Q727.7188,297.9119 726.5781,297.1775 Q725.4531,296.4275 724.8906,295.0838 Q724.3438,293.7244 724.3438,291.9275 Q724.3438,289.8963 725,288.4431 Q725.6563,286.99 726.9375,286.2088 Q728.2188,285.4275 730.0938,285.4275 Q730.9844,285.4275 731.6563,285.615 Q732.3281,285.7869 733.0156,286.1306 L732.2031,288.1463 Q731.5781,287.8338 731.0313,287.7088 Q730.5,287.5838 730.0156,287.5838 Q728.8438,287.5838 728.1406,288.115 Q727.4375,288.6463 727.1406,289.5994 Q726.8438,290.5525 726.8438,291.8181 Q726.8438,293.8338 727.5625,294.8025 Q728.2813,295.7556 729.875,295.7556 Q730.4688,295.7556 731.0938,295.5994 Q731.7188,295.4431 732.5469,295.0681 L732.5469,297.2869 Q731.8125,297.5994 731.0156,297.7556 Q730.2344,297.9119 729.4688,297.9119 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="744" y="295.646">B</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="716" x2="754" y1="306.99" y2="306.99"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="716" x2="754" y1="314.99" y2="314.99"/>
|
||||
</a>
|
||||
<path d="M457,284.99 L457,312.696 L551,312.696 L551,294.99 L541,284.99 L457,284.99 " fill="#FBFB77" filter="url(#fjerpvyzhyvms)" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M457,284.99 L457,312.696 L551,312.696 L551,294.99 L541,284.99 L457,284.99 " fill="#FBFB77" filter="url(#f175skunqwlqn2)" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M541,284.99 L541,294.99 L551,294.99 L541,284.99 " fill="#FBFB77" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="73" x="463" y="303.887">B class note.</text>
|
||||
<path d="M586,284.99 L586,312.696 A0,0 0 0 0 586,312.696 L680,312.696 A0,0 0 0 0 680,312.696 L680,302.99 L714.81,298.99 L680,294.99 L680,294.99 L670,284.99 L586,284.99 A0,0 0 0 0 586,284.99 " fill="#FBFB77" filter="url(#fjerpvyzhyvms)" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M586,284.99 L586,312.696 A0,0 0 0 0 586,312.696 L680,312.696 A0,0 0 0 0 680,312.696 L680,302.99 L714.81,298.99 L680,294.99 L680,294.99 L670,284.99 L586,284.99 A0,0 0 0 0 586,284.99 " fill="#FBFB77" filter="url(#f175skunqwlqn2)" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M670,284.99 L670,294.99 L680,294.99 L670,284.99 " fill="#FBFB77" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="73" x="592" y="303.887">B class note.</text>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00028/t00028.cc#L18" target="_top" title="@uml{note:t00028_class[bottom] C class note.} This is class C." xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00028/t00028.cc#L18" xlink:show="new" xlink:title="@uml{note:t00028_class[bottom] C class note.} This is class C." xlink:type="simple">
|
||||
<rect codeLine="23" fill="#FEFECE" filter="url(#fjerpvyzhyvms)" height="48" id="C_0000001099" style="stroke:#A80036;stroke-width:1.5;" width="40" x="162" y="274.99"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00028/t00028.cc#L18" target="_top" title="@uml{note:t00028_class[bottom] C class note.} This is class C." xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00028/t00028.cc#L18" xlink:show="new" xlink:title="@uml{note:t00028_class[bottom] C class note.} This is class C." xlink:type="simple">
|
||||
<rect codeLine="20" fill="#FEFECE" filter="url(#f175skunqwlqn2)" height="48" id="C_0000001099" style="stroke:#A80036;stroke-width:1.5;" width="40" x="162" y="274.99"/>
|
||||
<ellipse cx="177" cy="290.99" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M176.4688,297.9119 Q174.7188,297.9119 173.5781,297.1775 Q172.4531,296.4275 171.8906,295.0838 Q171.3438,293.7244 171.3438,291.9275 Q171.3438,289.8963 172,288.4431 Q172.6563,286.99 173.9375,286.2088 Q175.2188,285.4275 177.0938,285.4275 Q177.9844,285.4275 178.6563,285.615 Q179.3281,285.7869 180.0156,286.1306 L179.2031,288.1463 Q178.5781,287.8338 178.0313,287.7088 Q177.5,287.5838 177.0156,287.5838 Q175.8438,287.5838 175.1406,288.115 Q174.4375,288.6463 174.1406,289.5994 Q173.8438,290.5525 173.8438,291.8181 Q173.8438,293.8338 174.5625,294.8025 Q175.2813,295.7556 176.875,295.7556 Q177.4688,295.7556 178.0938,295.5994 Q178.7188,295.4431 179.5469,295.0681 L179.5469,297.2869 Q178.8125,297.5994 178.0156,297.7556 Q177.2344,297.9119 176.4688,297.9119 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="191" y="295.646">C</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="163" x2="201" y1="306.99" y2="306.99"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="163" x2="201" y1="314.99" y2="314.99"/>
|
||||
</a>
|
||||
<path d="M135,408.99 L135,436.696 A0,0 0 0 0 135,436.696 L229,436.696 A0,0 0 0 0 229,436.696 L229,418.99 L219,408.99 L186,408.99 L182,323.22 L178,408.99 L135,408.99 A0,0 0 0 0 135,408.99 " fill="#FBFB77" filter="url(#fjerpvyzhyvms)" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M135,408.99 L135,436.696 A0,0 0 0 0 135,436.696 L229,436.696 A0,0 0 0 0 229,436.696 L229,418.99 L219,408.99 L186,408.99 L182,323.22 L178,408.99 L135,408.99 A0,0 0 0 0 135,408.99 " fill="#FBFB77" filter="url(#f175skunqwlqn2)" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M219,408.99 L219,418.99 L229,418.99 L219,408.99 " fill="#FBFB77" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="73" x="141" y="427.887">C class note.</text>
|
||||
<path d="M6,408.99 L6,436.696 A0,0 0 0 0 6,436.696 L100,436.696 A0,0 0 0 0 100,436.696 L100,418.99 L90,408.99 L71.05,408.99 L161.84,319.05 L63.05,408.99 L6,408.99 A0,0 0 0 0 6,408.99 " fill="#FBFB77" filter="url(#fjerpvyzhyvms)" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M6,408.99 L6,436.696 A0,0 0 0 0 6,436.696 L100,436.696 A0,0 0 0 0 100,436.696 L100,418.99 L90,408.99 L71.05,408.99 L161.84,319.05 L63.05,408.99 L6,408.99 A0,0 0 0 0 6,408.99 " fill="#FBFB77" filter="url(#f175skunqwlqn2)" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M90,408.99 L90,418.99 L100,418.99 L90,408.99 " fill="#FBFB77" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="73" x="12" y="427.887">C class note.</text>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00028/t00028.cc#L25" target="_top" title="\uml{note D class note.}" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00028/t00028.cc#L25" xlink:show="new" xlink:title="\uml{note D class note.}" xlink:type="simple">
|
||||
<rect codeLine="33" fill="#FEFECE" filter="url(#fjerpvyzhyvms)" height="48" id="C_0000001103" style="stroke:#A80036;stroke-width:1.5;" width="41" x="964.5" y="274.99"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00028/t00028.cc#L25" target="_top" title="\uml{note D class note.}" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00028/t00028.cc#L25" xlink:show="new" xlink:title="\uml{note D class note.}" xlink:type="simple">
|
||||
<rect codeLine="29" fill="#FEFECE" filter="url(#f175skunqwlqn2)" height="48" id="C_0000001103" style="stroke:#A80036;stroke-width:1.5;" width="41" x="964.5" y="274.99"/>
|
||||
<ellipse cx="979.5" cy="290.99" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M978.9688,297.9119 Q977.2188,297.9119 976.0781,297.1775 Q974.9531,296.4275 974.3906,295.0838 Q973.8438,293.7244 973.8438,291.9275 Q973.8438,289.8963 974.5,288.4431 Q975.1563,286.99 976.4375,286.2088 Q977.7188,285.4275 979.5938,285.4275 Q980.4844,285.4275 981.1563,285.615 Q981.8281,285.7869 982.5156,286.1306 L981.7031,288.1463 Q981.0781,287.8338 980.5313,287.7088 Q980,287.5838 979.5156,287.5838 Q978.3438,287.5838 977.6406,288.115 Q976.9375,288.6463 976.6406,289.5994 Q976.3438,290.5525 976.3438,291.8181 Q976.3438,293.8338 977.0625,294.8025 Q977.7813,295.7556 979.375,295.7556 Q979.9688,295.7556 980.5938,295.5994 Q981.2188,295.4431 982.0469,295.0681 L982.0469,297.2869 Q981.3125,297.5994 980.5156,297.7556 Q979.7344,297.9119 978.9688,297.9119 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="9" x="993.5" y="295.646">D</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="965.5" x2="1004.5" y1="306.99" y2="306.99"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="965.5" x2="1004.5" y1="314.99" y2="314.99"/>
|
||||
</a>
|
||||
<path d="M877,267.49 L877,330.608 A0,0 0 0 0 877,330.608 L929,330.608 A0,0 0 0 0 929,330.608 L929,302.99 L964.1,298.99 L929,294.99 L929,277.49 L919,267.49 L877,267.49 A0,0 0 0 0 877,267.49 " fill="#FBFB77" filter="url(#fjerpvyzhyvms)" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M877,267.49 L877,330.608 A0,0 0 0 0 877,330.608 L929,330.608 A0,0 0 0 0 929,330.608 L929,302.99 L964.1,298.99 L929,294.99 L929,277.49 L919,267.49 L877,267.49 A0,0 0 0 0 877,267.49 " fill="#FBFB77" filter="url(#f175skunqwlqn2)" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M919,267.49 L919,277.49 L929,277.49 L919,267.49 " fill="#FBFB77" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="9" x="883" y="286.387">D</text>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="28" x="883" y="304.093">class</text>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="31" x="883" y="321.799">note.</text>
|
||||
<path d="M790,267.49 L790,330.608 L842,330.608 L842,277.49 L832,267.49 L790,267.49 " fill="#FBFB77" filter="url(#fjerpvyzhyvms)" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M790,267.49 L790,330.608 L842,330.608 L842,277.49 L832,267.49 L790,267.49 " fill="#FBFB77" filter="url(#f175skunqwlqn2)" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M832,267.49 L832,277.49 L842,277.49 L832,267.49 " fill="#FBFB77" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="9" x="796" y="286.387">D</text>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="28" x="796" y="304.093">class</text>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="31" x="796" y="321.799">note.</text>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00028/t00028.cc#L29" target="_top" title="E" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00028/t00028.cc#L29" xlink:show="new" xlink:title="E" xlink:type="simple">
|
||||
<rect codeLine="47" fill="#FEFECE" filter="url(#fjerpvyzhyvms)" height="62.9819" id="C_0000001107" style="stroke:#A80036;stroke-width:1.5;" width="75" x="448.5" y="391.49"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00028/t00028.cc#L29" target="_top" title="E" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00028/t00028.cc#L29" xlink:show="new" xlink:title="E" xlink:type="simple">
|
||||
<rect codeLine="42" fill="#FEFECE" filter="url(#f175skunqwlqn2)" height="62.9819" id="C_0000001107" style="stroke:#A80036;stroke-width:1.5;" width="75" x="448.5" y="391.49"/>
|
||||
<ellipse cx="475.2" cy="407.49" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M474.6688,414.4119 Q472.9188,414.4119 471.7781,413.6775 Q470.6531,412.9275 470.0906,411.5838 Q469.5438,410.2244 469.5438,408.4275 Q469.5438,406.3963 470.2,404.9431 Q470.8563,403.49 472.1375,402.7088 Q473.4188,401.9275 475.2938,401.9275 Q476.1844,401.9275 476.8563,402.115 Q477.5281,402.2869 478.2156,402.6306 L477.4031,404.6463 Q476.7781,404.3338 476.2313,404.2088 Q475.7,404.0838 475.2156,404.0838 Q474.0438,404.0838 473.3406,404.615 Q472.6375,405.1463 472.3406,406.0994 Q472.0438,407.0525 472.0438,408.3181 Q472.0438,410.3338 472.7625,411.3025 Q473.4813,412.2556 475.075,412.2556 Q475.6688,412.2556 476.2938,412.0994 Q476.9188,411.9431 477.7469,411.5681 L477.7469,413.7869 Q477.0125,414.0994 476.2156,414.2556 Q475.4344,414.4119 474.6688,414.4119 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="7" x="491.8" y="412.146">E</text>
|
||||
@@ -78,27 +78,27 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="6" x="519.5" y="402.3181">T</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="449.5" x2="522.5" y1="423.49" y2="423.49"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00028/t00028.cc#L30" target="_top" title="param" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00028/t00028.cc#L30" xlink:show="new" xlink:title="param" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00028/t00028.cc#L30" target="_top" title="param" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00028/t00028.cc#L30" xlink:show="new" xlink:title="param" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="454.5" y="429.49"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="456.5" y="431.49"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00028/t00028.cc#L30" target="_top" title="param" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00028/t00028.cc#L30" xlink:show="new" xlink:title="param" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00028/t00028.cc#L30" target="_top" title="param" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00028/t00028.cc#L30" xlink:show="new" xlink:title="param" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="49" x="468.5" y="439.2489">param : T</text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="449.5" x2="522.5" y1="446.4719" y2="446.4719"/>
|
||||
<path d="M264,408.99 L264,436.696 A0,0 0 0 0 264,436.696 L414,436.696 A0,0 0 0 0 414,436.696 L414,426.99 L448.43,422.99 L414,418.99 L414,418.99 L404,408.99 L264,408.99 A0,0 0 0 0 264,408.99 " fill="#FBFB77" filter="url(#fjerpvyzhyvms)" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M264,408.99 L264,436.696 A0,0 0 0 0 264,436.696 L414,436.696 A0,0 0 0 0 414,436.696 L414,426.99 L448.43,422.99 L414,418.99 L414,418.99 L404,408.99 L264,408.99 A0,0 0 0 0 264,408.99 " fill="#FBFB77" filter="url(#f175skunqwlqn2)" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M404,408.99 L404,418.99 L414,418.99 L404,408.99 " fill="#FBFB77" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="129" x="270" y="427.887">E template class note.</text>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00028/t00028.cc#L34" target="_top" title="\uml{note:other_diagram[left] G class note.}" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00028/t00028.cc#L34" xlink:show="new" xlink:title="\uml{note:other_diagram[left] G class note.}" xlink:type="simple">
|
||||
<rect codeLine="55" fill="#FEFECE" filter="url(#fjerpvyzhyvms)" height="48" id="C_0000001111" style="stroke:#A80036;stroke-width:1.5;" width="41" x="288.5" y="274.99"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00028/t00028.cc#L34" target="_top" title="\uml{note:other_diagram[left] G class note.}" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00028/t00028.cc#L34" xlink:show="new" xlink:title="\uml{note:other_diagram[left] G class note.}" xlink:type="simple">
|
||||
<rect codeLine="49" fill="#FEFECE" filter="url(#f175skunqwlqn2)" height="48" id="C_0000001111" style="stroke:#A80036;stroke-width:1.5;" width="41" x="288.5" y="274.99"/>
|
||||
<ellipse cx="303.5" cy="290.99" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M302.9688,297.9119 Q301.2188,297.9119 300.0781,297.1775 Q298.9531,296.4275 298.3906,295.0838 Q297.8438,293.7244 297.8438,291.9275 Q297.8438,289.8963 298.5,288.4431 Q299.1563,286.99 300.4375,286.2088 Q301.7188,285.4275 303.5938,285.4275 Q304.4844,285.4275 305.1563,285.615 Q305.8281,285.7869 306.5156,286.1306 L305.7031,288.1463 Q305.0781,287.8338 304.5313,287.7088 Q304,287.5838 303.5156,287.5838 Q302.3438,287.5838 301.6406,288.115 Q300.9375,288.6463 300.6406,289.5994 Q300.3438,290.5525 300.3438,291.8181 Q300.3438,293.8338 301.0625,294.8025 Q301.7813,295.7556 303.375,295.7556 Q303.9688,295.7556 304.5938,295.5994 Q305.2188,295.4431 306.0469,295.0681 L306.0469,297.2869 Q305.3125,297.5994 304.5156,297.7556 Q303.7344,297.9119 302.9688,297.9119 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="9" x="317.5" y="295.646">G</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="289.5" x2="328.5" y1="306.99" y2="306.99"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="289.5" x2="328.5" y1="314.99" y2="314.99"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00028/t00028.cc#L38" target="_top" title="@uml{note[ bottom ] F enum note.}" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00028/t00028.cc#L38" xlink:show="new" xlink:title="@uml{note[ bottom ] F enum note.}" xlink:type="simple">
|
||||
<rect codeLine="59" fill="#FEFECE" filter="url(#fjerpvyzhyvms)" height="92.9457" id="C_0000001115" style="stroke:#A80036;stroke-width:1.5;" width="40" x="1228" y="65.49"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00028/t00028.cc#L38" target="_top" title="@uml{note[ bottom ] F enum note.}" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00028/t00028.cc#L38" xlink:show="new" xlink:title="@uml{note[ bottom ] F enum note.}" xlink:type="simple">
|
||||
<rect codeLine="52" fill="#FEFECE" filter="url(#f175skunqwlqn2)" height="92.9457" id="C_0000001115" style="stroke:#A80036;stroke-width:1.5;" width="40" x="1228" y="65.49"/>
|
||||
<ellipse cx="1243.9" cy="81.49" fill="#EB937F" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M1240.2594,87.99 L1240.2594,75.8494 L1247.9156,75.8494 L1247.9156,77.9744 L1242.6344,77.9744 L1242.6344,80.6306 L1247.65,80.6306 L1247.65,82.7556 L1242.6344,82.7556 L1242.6344,85.865 L1247.9156,85.865 L1247.9156,87.99 L1240.2594,87.99 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="6" x="1258.1" y="86.146">F</text>
|
||||
@@ -108,13 +108,13 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="28" x="1234" y="143.2127">three</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="1229" x2="1267" y1="150.4357" y2="150.4357"/>
|
||||
</a>
|
||||
<path d="M1116,284.99 L1116,312.696 A0,0 0 0 0 1116,312.696 L1216,312.696 A0,0 0 0 0 1216,312.696 L1216,294.99 L1206,284.99 L1175.9,284.99 L1227.94,158.25 L1167.9,284.99 L1116,284.99 A0,0 0 0 0 1116,284.99 " fill="#FBFB77" filter="url(#fjerpvyzhyvms)" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M1116,284.99 L1116,312.696 A0,0 0 0 0 1116,312.696 L1216,312.696 A0,0 0 0 0 1216,312.696 L1216,294.99 L1206,284.99 L1175.9,284.99 L1227.94,158.25 L1167.9,284.99 L1116,284.99 A0,0 0 0 0 1116,284.99 " fill="#FBFB77" filter="url(#f175skunqwlqn2)" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M1206,284.99 L1206,294.99 L1216,294.99 L1206,284.99 " fill="#FBFB77" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="79" x="1122" y="303.887">F enum note.</text>
|
||||
<path d="M1251,284.99 L1251,312.696 A0,0 0 0 0 1251,312.696 L1351,312.696 A0,0 0 0 0 1351,312.696 L1351,294.99 L1341,284.99 L1301.21,284.99 L1261.1,158.72 L1293.21,284.99 L1251,284.99 A0,0 0 0 0 1251,284.99 " fill="#FBFB77" filter="url(#fjerpvyzhyvms)" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M1251,284.99 L1251,312.696 A0,0 0 0 0 1251,312.696 L1351,312.696 A0,0 0 0 0 1351,312.696 L1351,294.99 L1341,284.99 L1301.21,284.99 L1261.1,158.72 L1293.21,284.99 L1251,284.99 A0,0 0 0 0 1251,284.99 " fill="#FBFB77" filter="url(#f175skunqwlqn2)" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M1341,284.99 L1341,294.99 L1351,294.99 L1341,284.99 " fill="#FBFB77" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="79" x="1257" y="303.887">F enum note.</text>
|
||||
<rect codeLine="72" fill="#FEFECE" filter="url(#fjerpvyzhyvms)" height="48" id="C_0000001124" style="stroke:#A80036;stroke-width:1.5;" width="57" x="364.5" y="274.99"/>
|
||||
<rect codeLine="64" fill="#FEFECE" filter="url(#f175skunqwlqn2)" height="48" id="C_0000001124" style="stroke:#A80036;stroke-width:1.5;" width="57" x="364.5" y="274.99"/>
|
||||
<ellipse cx="379.5" cy="290.99" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M378.9688,297.9119 Q377.2188,297.9119 376.0781,297.1775 Q374.9531,296.4275 374.3906,295.0838 Q373.8438,293.7244 373.8438,291.9275 Q373.8438,289.8963 374.5,288.4431 Q375.1563,286.99 376.4375,286.2088 Q377.7188,285.4275 379.5938,285.4275 Q380.4844,285.4275 381.1563,285.615 Q381.8281,285.7869 382.5156,286.1306 L381.7031,288.1463 Q381.0781,287.8338 380.5313,287.7088 Q380,287.5838 379.5156,287.5838 Q378.3438,287.5838 377.6406,288.115 Q376.9375,288.6463 376.6406,289.5994 Q376.3438,290.5525 376.3438,291.8181 Q376.3438,293.8338 377.0625,294.8025 Q377.7813,295.7556 379.375,295.7556 Q379.9688,295.7556 380.5938,295.5994 Q381.2188,295.4431 382.0469,295.0681 L382.0469,297.2869 Q381.3125,297.5994 380.5156,297.7556 Q379.7344,297.9119 378.9688,297.9119 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="7" x="393.5" y="295.646">E</text>
|
||||
@@ -122,97 +122,97 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="14" x="409.5" y="285.8181">int</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="365.5" x2="420.5" y1="306.99" y2="306.99"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="365.5" x2="420.5" y1="314.99" y2="314.99"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00028/t00028.cc#L41" target="_top" title="\uml{note[right] R class note.}" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00028/t00028.cc#L41" xlink:show="new" xlink:title="\uml{note[right] R class note.}" xlink:type="simple">
|
||||
<rect codeLine="76" fill="#FEFECE" filter="url(#fjerpvyzhyvms)" height="152.8732" id="C_0000001119" style="stroke:#A80036;stroke-width:1.5;" width="222" x="282" y="35.49"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00028/t00028.cc#L41" target="_top" title="\uml{note[right] R class note.}" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00028/t00028.cc#L41" xlink:show="new" xlink:title="\uml{note[right] R class note.}" xlink:type="simple">
|
||||
<rect codeLine="67" fill="#FEFECE" filter="url(#f175skunqwlqn2)" height="152.8732" id="C_0000001119" style="stroke:#A80036;stroke-width:1.5;" width="222" x="282" y="35.49"/>
|
||||
<ellipse cx="385.25" cy="51.49" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M384.7188,58.4119 Q382.9688,58.4119 381.8281,57.6775 Q380.7031,56.9275 380.1406,55.5838 Q379.5938,54.2244 379.5938,52.4275 Q379.5938,50.3963 380.25,48.9431 Q380.9063,47.49 382.1875,46.7088 Q383.4688,45.9275 385.3438,45.9275 Q386.2344,45.9275 386.9063,46.115 Q387.5781,46.2869 388.2656,46.6306 L387.4531,48.6463 Q386.8281,48.3338 386.2813,48.2088 Q385.75,48.0838 385.2656,48.0838 Q384.0938,48.0838 383.3906,48.615 Q382.6875,49.1463 382.3906,50.0994 Q382.0938,51.0525 382.0938,52.3181 Q382.0938,54.3338 382.8125,55.3025 Q383.5313,56.2556 385.125,56.2556 Q385.7188,56.2556 386.3438,56.0994 Q386.9688,55.9431 387.7969,55.5681 L387.7969,57.7869 Q387.0625,58.0994 386.2656,58.2556 Q385.4844,58.4119 384.7188,58.4119 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="7" x="405.75" y="56.146">R</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="283" x2="503" y1="67.49" y2="67.49"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00028/t00028.cc#L47" target="_top" title="aaa" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00028/t00028.cc#L47" xlink:show="new" xlink:title="aaa" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00028/t00028.cc#L47" target="_top" title="aaa" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00028/t00028.cc#L47" xlink:show="new" xlink:title="aaa" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="288" y="73.49"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="290" y="75.49"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00028/t00028.cc#L47" target="_top" title="aaa" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00028/t00028.cc#L47" xlink:show="new" xlink:title="aaa" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00028/t00028.cc#L47" target="_top" title="aaa" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00028/t00028.cc#L47" xlink:show="new" xlink:title="aaa" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="34" x="302" y="83.2489">aaa : A</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00028/t00028.cc#L49" target="_top" title="bbb" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00028/t00028.cc#L49" xlink:show="new" xlink:title="bbb" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00028/t00028.cc#L49" target="_top" title="bbb" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00028/t00028.cc#L49" xlink:show="new" xlink:title="bbb" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="288" y="88.4719"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="290" y="90.4719"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00028/t00028.cc#L49" target="_top" title="bbb" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00028/t00028.cc#L49" xlink:show="new" xlink:title="bbb" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00028/t00028.cc#L49" target="_top" title="bbb" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00028/t00028.cc#L49" xlink:show="new" xlink:title="bbb" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="43" x="302" y="98.2308">bbb : B*</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00028/t00028.cc#L51" target="_top" title="ccc" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00028/t00028.cc#L51" xlink:show="new" xlink:title="ccc" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00028/t00028.cc#L51" target="_top" title="ccc" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00028/t00028.cc#L51" xlink:show="new" xlink:title="ccc" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="288" y="103.4538"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="290" y="105.4538"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00028/t00028.cc#L51" target="_top" title="ccc" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00028/t00028.cc#L51" xlink:show="new" xlink:title="ccc" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00028/t00028.cc#L51" target="_top" title="ccc" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00028/t00028.cc#L51" xlink:show="new" xlink:title="ccc" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="39" x="302" y="113.2127">ccc : C&</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00028/t00028.cc#L53" target="_top" title="ddd" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00028/t00028.cc#L53" xlink:show="new" xlink:title="ddd" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00028/t00028.cc#L53" target="_top" title="ddd" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00028/t00028.cc#L53" xlink:show="new" xlink:title="ddd" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="288" y="118.4357"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="290" y="120.4357"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00028/t00028.cc#L53" target="_top" title="ddd" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00028/t00028.cc#L53" xlink:show="new" xlink:title="ddd" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00028/t00028.cc#L53" target="_top" title="ddd" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00028/t00028.cc#L53" xlink:show="new" xlink:title="ddd" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="196" x="302" y="128.1946">ddd : std::vector<std::shared_ptr<D>></text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00028/t00028.cc#L55" target="_top" title="eee" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00028/t00028.cc#L55" xlink:show="new" xlink:title="eee" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00028/t00028.cc#L55" target="_top" title="eee" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00028/t00028.cc#L55" xlink:show="new" xlink:title="eee" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="288" y="133.4176"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="290" y="135.4176"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00028/t00028.cc#L55" target="_top" title="eee" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00028/t00028.cc#L55" xlink:show="new" xlink:title="eee" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00028/t00028.cc#L55" target="_top" title="eee" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00028/t00028.cc#L55" xlink:show="new" xlink:title="eee" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="59" x="302" y="143.1765">eee : E<int></text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00028/t00028.cc#L57" target="_top" title="ggg" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00028/t00028.cc#L57" xlink:show="new" xlink:title="ggg" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00028/t00028.cc#L57" target="_top" title="ggg" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00028/t00028.cc#L57" xlink:show="new" xlink:title="ggg" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="288" y="148.3994"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="290" y="150.3994"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00028/t00028.cc#L57" target="_top" title="ggg" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00028/t00028.cc#L57" xlink:show="new" xlink:title="ggg" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00028/t00028.cc#L57" target="_top" title="ggg" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00028/t00028.cc#L57" xlink:show="new" xlink:title="ggg" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="50" x="302" y="158.1584">ggg : G**</text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="283" x2="503" y1="165.3813" y2="165.3813"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00028/t00028.cc#L42" target="_top" title="R" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00028/t00028.cc#L42" xlink:show="new" xlink:title="R" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00028/t00028.cc#L42" target="_top" title="R" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00028/t00028.cc#L42" xlink:show="new" xlink:title="R" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="288" y="171.3813"/>
|
||||
<rect fill="#F24D5C" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="290" y="173.3813"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00028/t00028.cc#L42" target="_top" title="R" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00028/t00028.cc#L42" xlink:show="new" xlink:title="R" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00028/t00028.cc#L42" target="_top" title="R" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00028/t00028.cc#L42" xlink:show="new" xlink:title="R" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" text-decoration="underline" textLength="68" x="302" y="181.1402">R(C& c) : void</text>
|
||||
</a>
|
||||
<path d="M668,97.99 L668,125.696 L762,125.696 L762,107.99 L752,97.99 L668,97.99 " fill="#FBFB77" filter="url(#fjerpvyzhyvms)" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M668,97.99 L668,125.696 L762,125.696 L762,107.99 L752,97.99 L668,97.99 " fill="#FBFB77" filter="url(#f175skunqwlqn2)" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M752,97.99 L752,107.99 L762,107.99 L752,97.99 " fill="#FBFB77" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="73" x="674" y="116.887">R class note.</text>
|
||||
<path d="M539,97.99 L539,107.99 L504.2,111.99 L539,115.99 L539,125.696 A0,0 0 0 0 539,125.696 L633,125.696 A0,0 0 0 0 633,125.696 L633,107.99 L623,97.99 L539,97.99 A0,0 0 0 0 539,97.99 " fill="#FBFB77" filter="url(#fjerpvyzhyvms)" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M539,97.99 L539,107.99 L504.2,111.99 L539,115.99 L539,125.696 A0,0 0 0 0 539,125.696 L633,125.696 A0,0 0 0 0 633,125.696 L633,107.99 L623,97.99 L539,97.99 A0,0 0 0 0 539,97.99 " fill="#FBFB77" filter="url(#f175skunqwlqn2)" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M623,97.99 L623,107.99 L633,107.99 L623,97.99 " fill="#FBFB77" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="73" x="545" y="116.887">R class note.</text>
|
||||
<path d="M514.8,284.73 C528.87,267.47 555.27,239.31 585.5,227.99 C624.62,213.34 641.95,209.68 679.5,227.99 C699.33,237.66 714.15,258.21 723.47,274.73 " fill="none" id="GMN387-C_0000001095" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path d="M833.89,267.43 C844.22,252.51 858.71,236.2 876.5,227.99 C897.48,218.3 907.68,217.95 928.5,227.99 C948.51,237.64 963.61,258.2 973.15,274.72 " fill="none" id="GMN404-C_0000001103" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path d="M500.71,35.36 C513.02,29.33 525.74,24.17 538.5,20.49 C578.64,8.92 593.32,6 632.5,20.49 C669.61,34.22 696.17,75.89 708.05,97.95 " fill="none" id="C_0000001119-GMN421" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="100" d="M410.71,323.22 C421.95,337.97 436.89,357.57 450.5,375.42 " fill="none" id="C_0000001124-to-C_0000001107" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="82" d="M410.71,323.22 C421.95,337.97 436.89,357.57 450.5,375.42 " fill="none" id="C_0000001124-to-C_0000001107" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="none" points="456.17,371.31,462.72,391.46,445.03,379.79,456.17,371.31" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="102" d="M281.54,156.33 C252.82,172.13 224.31,192.63 204,218.49 C192.46,233.19 186.96,253.56 184.35,270 " fill="none" id="C_0000001119-to-C_0000001099" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="83" d="M281.54,156.33 C252.82,172.13 224.31,192.63 204,218.49 C192.46,233.19 186.96,253.56 184.35,270 " fill="none" id="C_0000001119-to-C_0000001099" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="183.63,274.97,188.8761,266.6346,184.3451,270.0214,180.9583,265.4904,183.63,274.97" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="105" d="M306.87,188.5 C270.31,220.56 230.54,255.43 205.93,277 " fill="none" id="C_0000001119-to-C_0000001099-1" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="86" d="M306.87,188.5 C270.31,220.56 230.54,255.43 205.93,277 " fill="none" id="C_0000001119-to-C_0000001099-1" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#A80036" points="202.12,280.35,211.5217,277.4161,205.8767,277.0504,206.2424,271.4054,202.12,280.35" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="272" y="225.843"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="18" x="282" y="233.387">ccc</text>
|
||||
<path codeLine="103" d="M516.24,186.88 C517.82,187.44 519.41,187.97 521,188.49 C653.05,231.45 695.22,194.5 832,218.49 C918.32,233.63 944.62,228.29 1023,267.49 C1029.2,270.59 1035.33,274.84 1040.8,279.17 " fill="none" id="C_0000001119-backto-C_0000001091" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="84" d="M516.24,186.88 C517.82,187.44 519.41,187.97 521,188.49 C653.05,231.45 695.22,194.5 832,218.49 C918.32,233.63 944.62,228.29 1023,267.49 C1029.2,270.59 1035.33,274.84 1040.8,279.17 " fill="none" id="C_0000001119-backto-C_0000001091" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#FFFFFF" points="504.06,182.21,508.2297,188.0933,515.2642,186.5071,511.0945,180.6238,504.06,182.21" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="947" y="225.843"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="21" x="957" y="233.387">aaa</text>
|
||||
<path codeLine="104" d="M504.29,179.61 C509.91,182.67 515.5,185.64 521,188.49 C597.15,227.89 623.86,222.74 697,267.49 C701.64,270.33 706.35,273.67 710.8,277.07 " fill="none" id="C_0000001119-to-C_0000001095" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="85" d="M504.29,179.61 C509.91,182.67 515.5,185.64 521,188.49 C597.15,227.89 623.86,222.74 697,267.49 C701.64,270.33 706.35,273.67 710.8,277.07 " fill="none" id="C_0000001119-to-C_0000001095" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#A80036" points="714.8,280.21,710.193,271.5051,710.8679,277.1215,705.2515,277.7964,714.8,280.21" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="641" y="225.843"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="24" x="651" y="233.387">bbb</text>
|
||||
<path codeLine="106" d="M504.27,181.61 C509.85,184.1 515.44,186.41 521,188.49 C590,214.26 611.57,205.05 684,218.49 C698.56,221.19 932.51,261.39 946,267.49 C950.92,269.71 955.77,272.68 960.29,275.89 " fill="none" id="C_0000001119-to-C_0000001103" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="87" d="M504.27,181.61 C509.85,184.1 515.44,186.41 521,188.49 C590,214.26 611.57,205.05 684,218.49 C698.56,221.19 932.51,261.39 946,267.49 C950.92,269.71 955.77,272.68 960.29,275.89 " fill="none" id="C_0000001119-to-C_0000001103" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#A80036" points="964.34,278.89,959.5057,270.3093,960.328,275.906,954.7313,276.7284,964.34,278.89" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="789" y="225.843"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="24" x="799" y="233.387">ddd</text>
|
||||
<path codeLine="107" d="M393,201.69 C393,228.69 393,256.13 393,274.77 " fill="none" id="C_0000001119-backto-C_0000001124" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="88" d="M393,201.69 C393,228.69 393,256.13 393,274.77 " fill="none" id="C_0000001119-backto-C_0000001124" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#FFFFFF" points="393,188.5,389,194.5,393,200.5,397,194.5,393,188.5" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="396" y="225.843"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="21" x="406" y="233.387">eee</text>
|
||||
<path codeLine="108" d="M358.71,188.5 C345.64,217.3 331.53,248.37 321.7,270.03 " fill="none" id="C_0000001119-to-C_0000001111" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="89" d="M358.71,188.5 C345.64,217.3 331.53,248.37 321.7,270.03 " fill="none" id="C_0000001119-to-C_0000001111" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#A80036" points="319.54,274.77,326.8964,268.2214,321.6025,270.2152,319.6088,264.9214,319.54,274.77" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="347" y="225.843"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="24" x="357" y="233.387">ggg</text>
|
||||
|
||||
|
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |
@@ -1,6 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="application/ecmascript" contentStyleType="text/css" height="241px" preserveAspectRatio="none" style="width:439px;height:241px;background:#FFFFFF;" version="1.1" viewBox="0 0 439 241" width="439px" zoomAndPan="magnify">
|
||||
<defs>
|
||||
<filter height="300%" id="f10yknq6dpfjjh" width="300%" x="-1" y="-1">
|
||||
<filter height="300%" id="f1p3fxr095e6n3" width="300%" x="-1" y="-1">
|
||||
<feGaussianBlur result="blurOut" stdDeviation="2.0"/>
|
||||
<feColorMatrix in="blurOut" result="blurOut2" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .4 0"/>
|
||||
<feOffset dx="4.0" dy="4.0" in="blurOut2" result="blurOut3"/>
|
||||
@@ -9,16 +9,16 @@
|
||||
<style type="text/css">a:hover { text-decoration: underline; }</style>
|
||||
</defs>
|
||||
<g>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00029/t00029.cc#L7" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00029/t00029.cc#L7" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<rect codeLine="3" fill="#FEFECE" filter="url(#f10yknq6dpfjjh)" height="48" id="C_0000001138" style="stroke:#A80036;stroke-width:1.5;" width="40" x="11" y="29.5"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00029/t00029.cc#L7" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00029/t00029.cc#L7" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<rect codeLine="2" fill="#FEFECE" filter="url(#f1p3fxr095e6n3)" height="48" id="C_0000001138" style="stroke:#A80036;stroke-width:1.5;" width="40" x="11" y="29.5"/>
|
||||
<ellipse cx="26" cy="45.5" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M25.4688,52.4219 Q23.7188,52.4219 22.5781,51.6875 Q21.4531,50.9375 20.8906,49.5938 Q20.3438,48.2344 20.3438,46.4375 Q20.3438,44.4063 21,42.9531 Q21.6563,41.5 22.9375,40.7188 Q24.2188,39.9375 26.0938,39.9375 Q26.9844,39.9375 27.6563,40.125 Q28.3281,40.2969 29.0156,40.6406 L28.2031,42.6563 Q27.5781,42.3438 27.0313,42.2188 Q26.5,42.0938 26.0156,42.0938 Q24.8438,42.0938 24.1406,42.625 Q23.4375,43.1563 23.1406,44.1094 Q22.8438,45.0625 22.8438,46.3281 Q22.8438,48.3438 23.5625,49.3125 Q24.2813,50.2656 25.875,50.2656 Q26.4688,50.2656 27.0938,50.1094 Q27.7188,49.9531 28.5469,49.5781 L28.5469,51.7969 Q27.8125,52.1094 27.0156,52.2656 Q26.2344,52.4219 25.4688,52.4219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="40" y="50.156">A</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="12" x2="50" y1="61.5" y2="61.5"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="12" x2="50" y1="69.5" y2="69.5"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00029/t00029.cc#L14" target="_top" title="C" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00029/t00029.cc#L14" xlink:show="new" xlink:title="C" xlink:type="simple">
|
||||
<rect codeLine="7" fill="#FEFECE" filter="url(#f10yknq6dpfjjh)" height="62.9819" id="C_0000001146" style="stroke:#A80036;stroke-width:1.5;" width="75" x="86.5" y="22"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00029/t00029.cc#L14" target="_top" title="C" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00029/t00029.cc#L14" xlink:show="new" xlink:title="C" xlink:type="simple">
|
||||
<rect codeLine="5" fill="#FEFECE" filter="url(#f1p3fxr095e6n3)" height="62.9819" id="C_0000001146" style="stroke:#A80036;stroke-width:1.5;" width="75" x="86.5" y="22"/>
|
||||
<ellipse cx="112.75" cy="38" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M112.2188,44.9219 Q110.4688,44.9219 109.3281,44.1875 Q108.2031,43.4375 107.6406,42.0938 Q107.0938,40.7344 107.0938,38.9375 Q107.0938,36.9063 107.75,35.4531 Q108.4063,34 109.6875,33.2188 Q110.9688,32.4375 112.8438,32.4375 Q113.7344,32.4375 114.4063,32.625 Q115.0781,32.7969 115.7656,33.1406 L114.9531,35.1563 Q114.3281,34.8438 113.7813,34.7188 Q113.25,34.5938 112.7656,34.5938 Q111.5938,34.5938 110.8906,35.125 Q110.1875,35.6563 109.8906,36.6094 Q109.5938,37.5625 109.5938,38.8281 Q109.5938,40.8438 110.3125,41.8125 Q111.0313,42.7656 112.625,42.7656 Q113.2188,42.7656 113.8438,42.6094 Q114.4688,42.4531 115.2969,42.0781 L115.2969,44.2969 Q114.5625,44.6094 113.7656,44.7656 Q112.9844,44.9219 112.2188,44.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="129.25" y="42.656">C</text>
|
||||
@@ -26,16 +26,16 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="6" x="157.5" y="32.8281">T</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="87.5" x2="160.5" y1="54" y2="54"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00029/t00029.cc#L15" target="_top" title="param" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00029/t00029.cc#L15" xlink:show="new" xlink:title="param" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00029/t00029.cc#L15" target="_top" title="param" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00029/t00029.cc#L15" xlink:show="new" xlink:title="param" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="92.5" y="60"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="94.5" y="62"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00029/t00029.cc#L15" target="_top" title="param" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00029/t00029.cc#L15" xlink:show="new" xlink:title="param" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00029/t00029.cc#L15" target="_top" title="param" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00029/t00029.cc#L15" xlink:show="new" xlink:title="param" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="49" x="106.5" y="69.7589">param : T</text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="87.5" x2="160.5" y1="76.9819" y2="76.9819"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00029/t00029.cc#L23" target="_top" title="E" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00029/t00029.cc#L23" xlink:show="new" xlink:title="E" xlink:type="simple">
|
||||
<rect codeLine="12" fill="#FEFECE" filter="url(#f10yknq6dpfjjh)" height="92.9457" id="C_0000001154" style="stroke:#A80036;stroke-width:1.5;" width="40" x="197" y="7"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00029/t00029.cc#L23" target="_top" title="E" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00029/t00029.cc#L23" xlink:show="new" xlink:title="E" xlink:type="simple">
|
||||
<rect codeLine="9" fill="#FEFECE" filter="url(#f1p3fxr095e6n3)" height="92.9457" id="C_0000001154" style="stroke:#A80036;stroke-width:1.5;" width="40" x="197" y="7"/>
|
||||
<ellipse cx="212.45" cy="23" fill="#EB937F" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M208.8094,29.5 L208.8094,17.3594 L216.4656,17.3594 L216.4656,19.4844 L211.1844,19.4844 L211.1844,22.1406 L216.2,22.1406 L216.2,24.2656 L211.1844,24.2656 L211.1844,27.375 L216.4656,27.375 L216.4656,29.5 L208.8094,29.5 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="7" x="226.55" y="27.656">E</text>
|
||||
@@ -45,72 +45,72 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="28" x="203" y="84.7227">three</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="198" x2="236" y1="91.9457" y2="91.9457"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00029/t00029.cc#L28" target="_top" title="G1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00029/t00029.cc#L28" xlink:show="new" xlink:title="G1" xlink:type="simple">
|
||||
<rect codeLine="19" fill="#FEFECE" filter="url(#f10yknq6dpfjjh)" height="48" id="C_0000001162" style="stroke:#A80036;stroke-width:1.5;" width="48" x="283" y="179"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00029/t00029.cc#L28" target="_top" title="G1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00029/t00029.cc#L28" xlink:show="new" xlink:title="G1" xlink:type="simple">
|
||||
<rect codeLine="15" fill="#FEFECE" filter="url(#f1p3fxr095e6n3)" height="48" id="C_0000001162" style="stroke:#A80036;stroke-width:1.5;" width="48" x="283" y="179"/>
|
||||
<ellipse cx="298" cy="195" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M297.4688,201.9219 Q295.7188,201.9219 294.5781,201.1875 Q293.4531,200.4375 292.8906,199.0938 Q292.3438,197.7344 292.3438,195.9375 Q292.3438,193.9063 293,192.4531 Q293.6563,191 294.9375,190.2188 Q296.2188,189.4375 298.0938,189.4375 Q298.9844,189.4375 299.6563,189.625 Q300.3281,189.7969 301.0156,190.1406 L300.2031,192.1563 Q299.5781,191.8438 299.0313,191.7188 Q298.5,191.5938 298.0156,191.5938 Q296.8438,191.5938 296.1406,192.125 Q295.4375,192.6563 295.1406,193.6094 Q294.8438,194.5625 294.8438,195.8281 Q294.8438,197.8438 295.5625,198.8125 Q296.2813,199.7656 297.875,199.7656 Q298.4688,199.7656 299.0938,199.6094 Q299.7188,199.4531 300.5469,199.0781 L300.5469,201.2969 Q299.8125,201.6094 299.0156,201.7656 Q298.2344,201.9219 297.4688,201.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="16" x="312" y="199.656">G1</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="284" x2="330" y1="211" y2="211"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="284" x2="330" y1="219" y2="219"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00029/t00029.cc#L31" target="_top" title="G2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00029/t00029.cc#L31" xlink:show="new" xlink:title="G2" xlink:type="simple">
|
||||
<rect codeLine="23" fill="#FEFECE" filter="url(#f10yknq6dpfjjh)" height="48" id="C_0000001166" style="stroke:#A80036;stroke-width:1.5;" width="48" x="7" y="179"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00029/t00029.cc#L31" target="_top" title="G2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00029/t00029.cc#L31" xlink:show="new" xlink:title="G2" xlink:type="simple">
|
||||
<rect codeLine="18" fill="#FEFECE" filter="url(#f1p3fxr095e6n3)" height="48" id="C_0000001166" style="stroke:#A80036;stroke-width:1.5;" width="48" x="7" y="179"/>
|
||||
<ellipse cx="22" cy="195" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M21.4688,201.9219 Q19.7188,201.9219 18.5781,201.1875 Q17.4531,200.4375 16.8906,199.0938 Q16.3438,197.7344 16.3438,195.9375 Q16.3438,193.9063 17,192.4531 Q17.6563,191 18.9375,190.2188 Q20.2188,189.4375 22.0938,189.4375 Q22.9844,189.4375 23.6563,189.625 Q24.3281,189.7969 25.0156,190.1406 L24.2031,192.1563 Q23.5781,191.8438 23.0313,191.7188 Q22.5,191.5938 22.0156,191.5938 Q20.8438,191.5938 20.1406,192.125 Q19.4375,192.6563 19.1406,193.6094 Q18.8438,194.5625 18.8438,195.8281 Q18.8438,197.8438 19.5625,198.8125 Q20.2813,199.7656 21.875,199.7656 Q22.4688,199.7656 23.0938,199.6094 Q23.7188,199.4531 24.5469,199.0781 L24.5469,201.2969 Q23.8125,201.6094 23.0156,201.7656 Q22.2344,201.9219 21.4688,201.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="16" x="36" y="199.656">G2</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="54" y1="211" y2="211"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="54" y1="219" y2="219"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00029/t00029.cc#L34" target="_top" title="G3" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00029/t00029.cc#L34" xlink:show="new" xlink:title="G3" xlink:type="simple">
|
||||
<rect codeLine="27" fill="#FEFECE" filter="url(#f10yknq6dpfjjh)" height="48" id="C_0000001170" style="stroke:#A80036;stroke-width:1.5;" width="48" x="90" y="179"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00029/t00029.cc#L34" target="_top" title="G3" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00029/t00029.cc#L34" xlink:show="new" xlink:title="G3" xlink:type="simple">
|
||||
<rect codeLine="21" fill="#FEFECE" filter="url(#f1p3fxr095e6n3)" height="48" id="C_0000001170" style="stroke:#A80036;stroke-width:1.5;" width="48" x="90" y="179"/>
|
||||
<ellipse cx="105" cy="195" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M104.4688,201.9219 Q102.7188,201.9219 101.5781,201.1875 Q100.4531,200.4375 99.8906,199.0938 Q99.3438,197.7344 99.3438,195.9375 Q99.3438,193.9063 100,192.4531 Q100.6563,191 101.9375,190.2188 Q103.2188,189.4375 105.0938,189.4375 Q105.9844,189.4375 106.6563,189.625 Q107.3281,189.7969 108.0156,190.1406 L107.2031,192.1563 Q106.5781,191.8438 106.0313,191.7188 Q105.5,191.5938 105.0156,191.5938 Q103.8438,191.5938 103.1406,192.125 Q102.4375,192.6563 102.1406,193.6094 Q101.8438,194.5625 101.8438,195.8281 Q101.8438,197.8438 102.5625,198.8125 Q103.2813,199.7656 104.875,199.7656 Q105.4688,199.7656 106.0938,199.6094 Q106.7188,199.4531 107.5469,199.0781 L107.5469,201.2969 Q106.8125,201.6094 106.0156,201.7656 Q105.2344,201.9219 104.4688,201.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="16" x="119" y="199.656">G3</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="91" x2="137" y1="211" y2="211"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="91" x2="137" y1="219" y2="219"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00029/t00029.cc#L37" target="_top" title="G4" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00029/t00029.cc#L37" xlink:show="new" xlink:title="G4" xlink:type="simple">
|
||||
<rect codeLine="31" fill="#FEFECE" filter="url(#f10yknq6dpfjjh)" height="48" id="C_0000001174" style="stroke:#A80036;stroke-width:1.5;" width="48" x="366" y="179"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00029/t00029.cc#L37" target="_top" title="G4" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00029/t00029.cc#L37" xlink:show="new" xlink:title="G4" xlink:type="simple">
|
||||
<rect codeLine="24" fill="#FEFECE" filter="url(#f1p3fxr095e6n3)" height="48" id="C_0000001174" style="stroke:#A80036;stroke-width:1.5;" width="48" x="366" y="179"/>
|
||||
<ellipse cx="381" cy="195" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M380.4688,201.9219 Q378.7188,201.9219 377.5781,201.1875 Q376.4531,200.4375 375.8906,199.0938 Q375.3438,197.7344 375.3438,195.9375 Q375.3438,193.9063 376,192.4531 Q376.6563,191 377.9375,190.2188 Q379.2188,189.4375 381.0938,189.4375 Q381.9844,189.4375 382.6563,189.625 Q383.3281,189.7969 384.0156,190.1406 L383.2031,192.1563 Q382.5781,191.8438 382.0313,191.7188 Q381.5,191.5938 381.0156,191.5938 Q379.8438,191.5938 379.1406,192.125 Q378.4375,192.6563 378.1406,193.6094 Q377.8438,194.5625 377.8438,195.8281 Q377.8438,197.8438 378.5625,198.8125 Q379.2813,199.7656 380.875,199.7656 Q381.4688,199.7656 382.0938,199.6094 Q382.7188,199.4531 383.5469,199.0781 L383.5469,201.2969 Q382.8125,201.6094 382.0156,201.7656 Q381.2344,201.9219 380.4688,201.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="16" x="395" y="199.656">G4</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="367" x2="413" y1="211" y2="211"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="367" x2="413" y1="219" y2="219"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00029/t00029.cc#L40" target="_top" title="R" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00029/t00029.cc#L40" xlink:show="new" xlink:title="R" xlink:type="simple">
|
||||
<rect codeLine="35" fill="#FEFECE" filter="url(#f10yknq6dpfjjh)" height="92.9457" id="C_0000001178" style="stroke:#A80036;stroke-width:1.5;" width="153" x="272.5" y="7"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00029/t00029.cc#L40" target="_top" title="R" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00029/t00029.cc#L40" xlink:show="new" xlink:title="R" xlink:type="simple">
|
||||
<rect codeLine="27" fill="#FEFECE" filter="url(#f1p3fxr095e6n3)" height="92.9457" id="C_0000001178" style="stroke:#A80036;stroke-width:1.5;" width="153" x="272.5" y="7"/>
|
||||
<ellipse cx="341.25" cy="23" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M340.7188,29.9219 Q338.9688,29.9219 337.8281,29.1875 Q336.7031,28.4375 336.1406,27.0938 Q335.5938,25.7344 335.5938,23.9375 Q335.5938,21.9063 336.25,20.4531 Q336.9063,19 338.1875,18.2188 Q339.4688,17.4375 341.3438,17.4375 Q342.2344,17.4375 342.9063,17.625 Q343.5781,17.7969 344.2656,18.1406 L343.4531,20.1563 Q342.8281,19.8438 342.2813,19.7188 Q341.75,19.5938 341.2656,19.5938 Q340.0938,19.5938 339.3906,20.125 Q338.6875,20.6563 338.3906,21.6094 Q338.0938,22.5625 338.0938,23.8281 Q338.0938,25.8438 338.8125,26.8125 Q339.5313,27.7656 341.125,27.7656 Q341.7188,27.7656 342.3438,27.6094 Q342.9688,27.4531 343.7969,27.0781 L343.7969,29.2969 Q343.0625,29.6094 342.2656,29.7656 Q341.4844,29.9219 340.7188,29.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="7" x="361.75" y="27.656">R</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="273.5" x2="424.5" y1="39" y2="39"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00029/t00029.cc#L41" target="_top" title="g1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00029/t00029.cc#L41" xlink:show="new" xlink:title="g1" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00029/t00029.cc#L41" target="_top" title="g1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00029/t00029.cc#L41" xlink:show="new" xlink:title="g1" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="278.5" y="45"/>
|
||||
<ellipse cx="283.5" cy="50" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00029/t00029.cc#L41" target="_top" title="g1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00029/t00029.cc#L41" xlink:show="new" xlink:title="g1" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00029/t00029.cc#L41" target="_top" title="g1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00029/t00029.cc#L41" xlink:show="new" xlink:title="g1" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="36" x="292.5" y="54.7589">g1 : G1</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00029/t00029.cc#L47" target="_top" title="g3" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00029/t00029.cc#L47" xlink:show="new" xlink:title="g3" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00029/t00029.cc#L47" target="_top" title="g3" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00029/t00029.cc#L47" xlink:show="new" xlink:title="g3" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="278.5" y="59.9819"/>
|
||||
<ellipse cx="283.5" cy="64.9819" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00029/t00029.cc#L47" target="_top" title="g3" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00029/t00029.cc#L47" xlink:show="new" xlink:title="g3" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00029/t00029.cc#L47" target="_top" title="g3" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00029/t00029.cc#L47" xlink:show="new" xlink:title="g3" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="44" x="292.5" y="69.7408">g3 : G3&</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00029/t00029.cc#L49" target="_top" title="g4" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00029/t00029.cc#L49" xlink:show="new" xlink:title="g4" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00029/t00029.cc#L49" target="_top" title="g4" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00029/t00029.cc#L49" xlink:show="new" xlink:title="g4" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="278.5" y="74.9638"/>
|
||||
<ellipse cx="283.5" cy="79.9638" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00029/t00029.cc#L49" target="_top" title="g4" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00029/t00029.cc#L49" xlink:show="new" xlink:title="g4" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00029/t00029.cc#L49" target="_top" title="g4" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00029/t00029.cc#L49" xlink:show="new" xlink:title="g4" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="127" x="292.5" y="84.7227">g4 : std::shared_ptr<G4></text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="273.5" x2="424.5" y1="91.9457" y2="91.9457"/>
|
||||
<path codeLine="49" d="M332.37,112.91 C325.8,135.99 318.63,161.17 313.59,178.86 " fill="none" id="C_0000001178-backto-C_0000001162" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="32" d="M332.37,112.91 C325.8,135.99 318.63,161.17 313.59,178.86 " fill="none" id="C_0000001178-backto-C_0000001162" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#FFFFFF" points="335.94,100.36,330.4519,105.0377,332.659,111.9028,338.1471,107.225,335.94,100.36" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<ellipse cx="333" cy="140.353" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="15" x="340" y="144.897">g1</text>
|
||||
<path codeLine="50" d="M361.75,100.36 C368.45,124.48 376.45,153.25 382.22,174.02 " fill="none" id="C_0000001178-to-C_0000001174" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="33" d="M361.75,100.36 C368.45,124.48 376.45,153.25 382.22,174.02 " fill="none" id="C_0000001178-to-C_0000001174" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#A80036" points="383.57,178.86,385.0048,169.1162,382.2266,174.0438,377.299,171.2656,383.57,178.86" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<ellipse cx="381" cy="140.353" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="15" x="388" y="144.897">g4</text>
|
||||
|
||||
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
@@ -1,6 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="application/ecmascript" contentStyleType="text/css" height="256px" preserveAspectRatio="none" style="width:290px;height:256px;background:#FFFFFF;" version="1.1" viewBox="0 0 290 256" width="290px" zoomAndPan="magnify">
|
||||
<defs>
|
||||
<filter height="300%" id="f1xf80isqidzll" width="300%" x="-1" y="-1">
|
||||
<filter height="300%" id="fuebiepup499z" width="300%" x="-1" y="-1">
|
||||
<feGaussianBlur result="blurOut" stdDeviation="2.0"/>
|
||||
<feColorMatrix in="blurOut" result="blurOut2" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .4 0"/>
|
||||
<feOffset dx="4.0" dy="4.0" in="blurOut2" result="blurOut3"/>
|
||||
@@ -9,91 +9,91 @@
|
||||
<style type="text/css">a:hover { text-decoration: underline; }</style>
|
||||
</defs>
|
||||
<g>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00030/t00030.cc#L7" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00030/t00030.cc#L7" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<rect codeLine="3" fill="#FEFECE" filter="url(#f1xf80isqidzll)" height="48" id="C_0000001189" style="stroke:#A80036;stroke-width:1.5;" width="40" x="7" y="194"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00030/t00030.cc#L7" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00030/t00030.cc#L7" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<rect codeLine="2" fill="#FEFECE" filter="url(#fuebiepup499z)" height="48" id="C_0000001189" style="stroke:#A80036;stroke-width:1.5;" width="40" x="7" y="194"/>
|
||||
<ellipse cx="22" cy="210" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M21.4688,216.9219 Q19.7188,216.9219 18.5781,216.1875 Q17.4531,215.4375 16.8906,214.0938 Q16.3438,212.7344 16.3438,210.9375 Q16.3438,208.9063 17,207.4531 Q17.6563,206 18.9375,205.2188 Q20.2188,204.4375 22.0938,204.4375 Q22.9844,204.4375 23.6563,204.625 Q24.3281,204.7969 25.0156,205.1406 L24.2031,207.1563 Q23.5781,206.8438 23.0313,206.7188 Q22.5,206.5938 22.0156,206.5938 Q20.8438,206.5938 20.1406,207.125 Q19.4375,207.6563 19.1406,208.6094 Q18.8438,209.5625 18.8438,210.8281 Q18.8438,212.8438 19.5625,213.8125 Q20.2813,214.7656 21.875,214.7656 Q22.4688,214.7656 23.0938,214.6094 Q23.7188,214.4531 24.5469,214.0781 L24.5469,216.2969 Q23.8125,216.6094 23.0156,216.7656 Q22.2344,216.9219 21.4688,216.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="36" y="214.656">A</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="46" y1="226" y2="226"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="46" y1="234" y2="234"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00030/t00030.cc#L10" target="_top" title="B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00030/t00030.cc#L10" xlink:show="new" xlink:title="B" xlink:type="simple">
|
||||
<rect codeLine="7" fill="#FEFECE" filter="url(#f1xf80isqidzll)" height="48" id="C_0000001193" style="stroke:#A80036;stroke-width:1.5;" width="40" x="82" y="194"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00030/t00030.cc#L10" target="_top" title="B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00030/t00030.cc#L10" xlink:show="new" xlink:title="B" xlink:type="simple">
|
||||
<rect codeLine="5" fill="#FEFECE" filter="url(#fuebiepup499z)" height="48" id="C_0000001193" style="stroke:#A80036;stroke-width:1.5;" width="40" x="82" y="194"/>
|
||||
<ellipse cx="97" cy="210" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M96.4688,216.9219 Q94.7188,216.9219 93.5781,216.1875 Q92.4531,215.4375 91.8906,214.0938 Q91.3438,212.7344 91.3438,210.9375 Q91.3438,208.9063 92,207.4531 Q92.6563,206 93.9375,205.2188 Q95.2188,204.4375 97.0938,204.4375 Q97.9844,204.4375 98.6563,204.625 Q99.3281,204.7969 100.0156,205.1406 L99.2031,207.1563 Q98.5781,206.8438 98.0313,206.7188 Q97.5,206.5938 97.0156,206.5938 Q95.8438,206.5938 95.1406,207.125 Q94.4375,207.6563 94.1406,208.6094 Q93.8438,209.5625 93.8438,210.8281 Q93.8438,212.8438 94.5625,213.8125 Q95.2813,214.7656 96.875,214.7656 Q97.4688,214.7656 98.0938,214.6094 Q98.7188,214.4531 99.5469,214.0781 L99.5469,216.2969 Q98.8125,216.6094 98.0156,216.7656 Q97.2344,216.9219 96.4688,216.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="111" y="214.656">B</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="83" x2="121" y1="226" y2="226"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="83" x2="121" y1="234" y2="234"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00030/t00030.cc#L13" target="_top" title="C" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00030/t00030.cc#L13" xlink:show="new" xlink:title="C" xlink:type="simple">
|
||||
<rect codeLine="11" fill="#FEFECE" filter="url(#f1xf80isqidzll)" height="48" id="C_0000001197" style="stroke:#A80036;stroke-width:1.5;" width="40" x="160" y="194"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00030/t00030.cc#L13" target="_top" title="C" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00030/t00030.cc#L13" xlink:show="new" xlink:title="C" xlink:type="simple">
|
||||
<rect codeLine="8" fill="#FEFECE" filter="url(#fuebiepup499z)" height="48" id="C_0000001197" style="stroke:#A80036;stroke-width:1.5;" width="40" x="160" y="194"/>
|
||||
<ellipse cx="175" cy="210" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M174.4688,216.9219 Q172.7188,216.9219 171.5781,216.1875 Q170.4531,215.4375 169.8906,214.0938 Q169.3438,212.7344 169.3438,210.9375 Q169.3438,208.9063 170,207.4531 Q170.6563,206 171.9375,205.2188 Q173.2188,204.4375 175.0938,204.4375 Q175.9844,204.4375 176.6563,204.625 Q177.3281,204.7969 178.0156,205.1406 L177.2031,207.1563 Q176.5781,206.8438 176.0313,206.7188 Q175.5,206.5938 175.0156,206.5938 Q173.8438,206.5938 173.1406,207.125 Q172.4375,207.6563 172.1406,208.6094 Q171.8438,209.5625 171.8438,210.8281 Q171.8438,212.8438 172.5625,213.8125 Q173.2813,214.7656 174.875,214.7656 Q175.4688,214.7656 176.0938,214.6094 Q176.7188,214.4531 177.5469,214.0781 L177.5469,216.2969 Q176.8125,216.6094 176.0156,216.7656 Q175.2344,216.9219 174.4688,216.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="189" y="214.656">C</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="161" x2="199" y1="226" y2="226"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="161" x2="199" y1="234" y2="234"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00030/t00030.cc#L16" target="_top" title="D" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00030/t00030.cc#L16" xlink:show="new" xlink:title="D" xlink:type="simple">
|
||||
<rect codeLine="15" fill="#FEFECE" filter="url(#f1xf80isqidzll)" height="48" id="C_0000001201" style="stroke:#A80036;stroke-width:1.5;" width="41" x="235.5" y="194"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00030/t00030.cc#L16" target="_top" title="D" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00030/t00030.cc#L16" xlink:show="new" xlink:title="D" xlink:type="simple">
|
||||
<rect codeLine="11" fill="#FEFECE" filter="url(#fuebiepup499z)" height="48" id="C_0000001201" style="stroke:#A80036;stroke-width:1.5;" width="41" x="235.5" y="194"/>
|
||||
<ellipse cx="250.5" cy="210" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M249.9688,216.9219 Q248.2188,216.9219 247.0781,216.1875 Q245.9531,215.4375 245.3906,214.0938 Q244.8438,212.7344 244.8438,210.9375 Q244.8438,208.9063 245.5,207.4531 Q246.1563,206 247.4375,205.2188 Q248.7188,204.4375 250.5938,204.4375 Q251.4844,204.4375 252.1563,204.625 Q252.8281,204.7969 253.5156,205.1406 L252.7031,207.1563 Q252.0781,206.8438 251.5313,206.7188 Q251,206.5938 250.5156,206.5938 Q249.3438,206.5938 248.6406,207.125 Q247.9375,207.6563 247.6406,208.6094 Q247.3438,209.5625 247.3438,210.8281 Q247.3438,212.8438 248.0625,213.8125 Q248.7813,214.7656 250.375,214.7656 Q250.9688,214.7656 251.5938,214.6094 Q252.2188,214.4531 253.0469,214.0781 L253.0469,216.2969 Q252.3125,216.6094 251.5156,216.7656 Q250.7344,216.9219 249.9688,216.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="9" x="264.5" y="214.656">D</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="236.5" x2="275.5" y1="226" y2="226"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="236.5" x2="275.5" y1="234" y2="234"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00030/t00030.cc#L19" target="_top" title="R" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00030/t00030.cc#L19" xlink:show="new" xlink:title="R" xlink:type="simple">
|
||||
<rect codeLine="19" fill="#FEFECE" filter="url(#f1xf80isqidzll)" height="107.9276" id="C_0000001205" style="stroke:#A80036;stroke-width:1.5;" width="130" x="76" y="7"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00030/t00030.cc#L19" target="_top" title="R" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00030/t00030.cc#L19" xlink:show="new" xlink:title="R" xlink:type="simple">
|
||||
<rect codeLine="14" fill="#FEFECE" filter="url(#fuebiepup499z)" height="107.9276" id="C_0000001205" style="stroke:#A80036;stroke-width:1.5;" width="130" x="76" y="7"/>
|
||||
<ellipse cx="133.25" cy="23" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M132.7188,29.9219 Q130.9688,29.9219 129.8281,29.1875 Q128.7031,28.4375 128.1406,27.0938 Q127.5938,25.7344 127.5938,23.9375 Q127.5938,21.9063 128.25,20.4531 Q128.9063,19 130.1875,18.2188 Q131.4688,17.4375 133.3438,17.4375 Q134.2344,17.4375 134.9063,17.625 Q135.5781,17.7969 136.2656,18.1406 L135.4531,20.1563 Q134.8281,19.8438 134.2813,19.7188 Q133.75,19.5938 133.2656,19.5938 Q132.0938,19.5938 131.3906,20.125 Q130.6875,20.6563 130.3906,21.6094 Q130.0938,22.5625 130.0938,23.8281 Q130.0938,25.8438 130.8125,26.8125 Q131.5313,27.7656 133.125,27.7656 Q133.7188,27.7656 134.3438,27.6094 Q134.9688,27.4531 135.7969,27.0781 L135.7969,29.2969 Q135.0625,29.6094 134.2656,29.7656 Q133.4844,29.9219 132.7188,29.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="7" x="153.75" y="27.656">R</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="77" x2="205" y1="39" y2="39"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00030/t00030.cc#L21" target="_top" title="aaa" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00030/t00030.cc#L21" xlink:show="new" xlink:title="aaa" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00030/t00030.cc#L21" target="_top" title="aaa" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00030/t00030.cc#L21" xlink:show="new" xlink:title="aaa" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="82" y="45"/>
|
||||
<ellipse cx="87" cy="50" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00030/t00030.cc#L21" target="_top" title="aaa" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00030/t00030.cc#L21" xlink:show="new" xlink:title="aaa" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00030/t00030.cc#L21" target="_top" title="aaa" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00030/t00030.cc#L21" xlink:show="new" xlink:title="aaa" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="34" x="96" y="54.7589">aaa : A</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00030/t00030.cc#L24" target="_top" title="bbb" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00030/t00030.cc#L24" xlink:show="new" xlink:title="bbb" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00030/t00030.cc#L24" target="_top" title="bbb" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00030/t00030.cc#L24" xlink:show="new" xlink:title="bbb" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="82" y="59.9819"/>
|
||||
<ellipse cx="87" cy="64.9819" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00030/t00030.cc#L24" target="_top" title="bbb" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00030/t00030.cc#L24" xlink:show="new" xlink:title="bbb" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00030/t00030.cc#L24" target="_top" title="bbb" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00030/t00030.cc#L24" xlink:show="new" xlink:title="bbb" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="104" x="96" y="69.7408">bbb : std::vector<B></text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00030/t00030.cc#L27" target="_top" title="ccc" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00030/t00030.cc#L27" xlink:show="new" xlink:title="ccc" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00030/t00030.cc#L27" target="_top" title="ccc" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00030/t00030.cc#L27" xlink:show="new" xlink:title="ccc" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="82" y="74.9638"/>
|
||||
<ellipse cx="87" cy="79.9638" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00030/t00030.cc#L27" target="_top" title="ccc" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00030/t00030.cc#L27" xlink:show="new" xlink:title="ccc" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00030/t00030.cc#L27" target="_top" title="ccc" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00030/t00030.cc#L27" xlink:show="new" xlink:title="ccc" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="98" x="96" y="84.7227">ccc : std::vector<C></text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00030/t00030.cc#L30" target="_top" title="ddd" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00030/t00030.cc#L30" xlink:show="new" xlink:title="ddd" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00030/t00030.cc#L30" target="_top" title="ddd" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00030/t00030.cc#L30" xlink:show="new" xlink:title="ddd" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="82" y="89.9457"/>
|
||||
<ellipse cx="87" cy="94.9457" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00030/t00030.cc#L30" target="_top" title="ddd" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00030/t00030.cc#L30" xlink:show="new" xlink:title="ddd" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00030/t00030.cc#L30" target="_top" title="ddd" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00030/t00030.cc#L30" xlink:show="new" xlink:title="ddd" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="38" x="96" y="99.7046">ddd : D</text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="77" x2="205" y1="106.9276" y2="106.9276"/>
|
||||
<path codeLine="31" d="M78.24,115.08 C69.35,124.44 60.9,134.55 54,145 C45.22,158.29 38.76,174.84 34.36,188.72 " fill="none" id="C_0000001205-to-C_0000001189" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="20" d="M78.24,115.08 C69.35,124.44 60.9,134.55 54,145 C45.22,158.29 38.76,174.84 34.36,188.72 " fill="none" id="C_0000001205-to-C_0000001189" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#A80036" points="32.83,193.7,39.278,186.2553,34.2864,188.9168,31.6249,183.9251,32.83,193.7" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<ellipse cx="60" cy="155.353" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="21" x="67" y="159.897">aaa</text>
|
||||
<path codeLine="32" d="M104.6,127.07 C102.35,133 100.42,139.03 99,145 C95.17,161.06 96.08,179.7 97.87,193.99 " fill="none" id="C_0000001205-backto-C_0000001193" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="21" d="M104.6,127.07 C102.35,133 100.42,139.03 99,145 C95.17,161.06 96.08,179.7 97.87,193.99 " fill="none" id="C_0000001205-backto-C_0000001193" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#A80036" points="109.61,115.07,103.6059,119.0639,104.9834,126.1422,110.9874,122.1483,109.61,115.07" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<ellipse cx="105" cy="155.353" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="24" x="112" y="159.897">bbb</text>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="20" x="84.5656" y="136.6402">0..1</text>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="20" x="74.0726" y="182.2448">1..*</text>
|
||||
<path codeLine="33" d="M157.65,128.16 C163.54,151.6 169.8,176.45 174.18,193.89 " fill="none" id="C_0000001205-backto-C_0000001197" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="22" d="M157.65,128.16 C163.54,151.6 169.8,176.45 174.18,193.89 " fill="none" id="C_0000001205-backto-C_0000001197" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#FFFFFF" points="154.42,115.34,152.0037,122.1342,157.3459,126.9778,159.7622,120.1836,154.42,115.34" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<ellipse cx="173" cy="155.353" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="18" x="180" y="159.897">ccc</text>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="20" x="134.8368" y="136.9431">0..1</text>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="20" x="149.9284" y="182.1179">1..5</text>
|
||||
<path codeLine="34" d="M184.2,115.13 C191.92,124.96 199.8,135.22 207,145 C217.63,159.44 228.93,175.95 237.99,189.52 " fill="none" id="C_0000001205-to-C_0000001201" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="23" d="M184.2,115.13 C191.92,124.96 199.8,135.22 207,145 C217.63,159.44 228.93,175.95 237.99,189.52 " fill="none" id="C_0000001205-to-C_0000001201" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#A80036" points="240.98,194,239.3159,184.2927,238.2065,189.8397,232.6595,188.7303,240.98,194" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<ellipse cx="225" cy="155.353" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="24" x="232" y="159.897">ddd</text>
|
||||
|
||||
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
@@ -1,33 +1,33 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="application/ecmascript" contentStyleType="text/css" height="424px" preserveAspectRatio="none" style="width:308px;height:424px;background:#FFFFFF;" version="1.1" viewBox="0 0 308 424" width="308px" zoomAndPan="magnify">
|
||||
<defs>
|
||||
<linearGradient id="gqqqs3o0zswkq0" x1="0%" x2="100%" y1="50%" y2="50%">
|
||||
<linearGradient id="g1ayl6r95ynd4s0" x1="0%" x2="100%" y1="50%" y2="50%">
|
||||
<stop offset="0%" stop-color="#90EE90"/>
|
||||
<stop offset="100%" stop-color="#FFFF00"/>
|
||||
</linearGradient>
|
||||
<filter height="300%" id="fqqqs3o0zswkq" width="300%" x="-1" y="-1">
|
||||
<filter height="300%" id="f1ayl6r95ynd4s" width="300%" x="-1" y="-1">
|
||||
<feGaussianBlur result="blurOut" stdDeviation="2.0"/>
|
||||
<feColorMatrix in="blurOut" result="blurOut2" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .4 0"/>
|
||||
<feOffset dx="4.0" dy="4.0" in="blurOut2" result="blurOut3"/>
|
||||
<feBlend in="SourceGraphic" in2="blurOut3" mode="normal"/>
|
||||
</filter>
|
||||
<linearGradient id="gqqqs3o0zswkq1" x1="0%" x2="100%" y1="0%" y2="100%">
|
||||
<linearGradient id="g1ayl6r95ynd4s1" x1="0%" x2="100%" y1="0%" y2="100%">
|
||||
<stop offset="0%" stop-color="#0000FF"/>
|
||||
<stop offset="100%" stop-color="#FF0000"/>
|
||||
</linearGradient>
|
||||
<style type="text/css">a:hover { text-decoration: underline; }</style>
|
||||
</defs>
|
||||
<g>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00031/t00031.cc#L8" target="_top" title="@uml{style[#back:lightgreen|yellow;header:blue/red]}" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00031/t00031.cc#L8" xlink:show="new" xlink:title="@uml{style[#back:lightgreen|yellow;header:blue/red]}" xlink:type="simple">
|
||||
<rect codeLine="3" fill="url(#gqqqs3o0zswkq0)" filter="url(#fqqqs3o0zswkq)" height="48" id="C_0000001220" style="stroke:#A80036;stroke-width:1.5;" width="40" x="7" y="216.5"/>
|
||||
<rect fill="url(#gqqqs3o0zswkq1)" height="32" style="stroke:#A80036;stroke-width:1.5;" width="40" x="7" y="216.5"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00031/t00031.cc#L8" target="_top" title="@uml{style[#back:lightgreen|yellow;header:blue/red]}" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00031/t00031.cc#L8" xlink:show="new" xlink:title="@uml{style[#back:lightgreen|yellow;header:blue/red]}" xlink:type="simple">
|
||||
<rect codeLine="2" fill="url(#g1ayl6r95ynd4s0)" filter="url(#f1ayl6r95ynd4s)" height="48" id="C_0000001220" style="stroke:#A80036;stroke-width:1.5;" width="40" x="7" y="216.5"/>
|
||||
<rect fill="url(#g1ayl6r95ynd4s1)" height="32" style="stroke:#A80036;stroke-width:1.5;" width="40" x="7" y="216.5"/>
|
||||
<ellipse cx="22" cy="232.5" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M21.4688,239.4219 Q19.7188,239.4219 18.5781,238.6875 Q17.4531,237.9375 16.8906,236.5938 Q16.3438,235.2344 16.3438,233.4375 Q16.3438,231.4063 17,229.9531 Q17.6563,228.5 18.9375,227.7188 Q20.2188,226.9375 22.0938,226.9375 Q22.9844,226.9375 23.6563,227.125 Q24.3281,227.2969 25.0156,227.6406 L24.2031,229.6563 Q23.5781,229.3438 23.0313,229.2188 Q22.5,229.0938 22.0156,229.0938 Q20.8438,229.0938 20.1406,229.625 Q19.4375,230.1563 19.1406,231.1094 Q18.8438,232.0625 18.8438,233.3281 Q18.8438,235.3438 19.5625,236.3125 Q20.2813,237.2656 21.875,237.2656 Q22.4688,237.2656 23.0938,237.1094 Q23.7188,236.9531 24.5469,236.5781 L24.5469,238.7969 Q23.8125,239.1094 23.0156,239.2656 Q22.2344,239.4219 21.4688,239.4219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="36" y="237.156">A</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="46" y1="248.5" y2="248.5"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="46" y1="256.5" y2="256.5"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00031/t00031.cc#L12" target="_top" title="@uml{style[#line.dotted:blue]}" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00031/t00031.cc#L12" xlink:show="new" xlink:title="@uml{style[#line.dotted:blue]}" xlink:type="simple">
|
||||
<rect codeLine="7" fill="#FEFECE" filter="url(#fqqqs3o0zswkq)" height="92.9457" id="C_0000001224" style="stroke:#0000FF;stroke-width:1.0;stroke-dasharray:1.0,3.0;" width="40" x="82" y="194"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00031/t00031.cc#L12" target="_top" title="@uml{style[#line.dotted:blue]}" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00031/t00031.cc#L12" xlink:show="new" xlink:title="@uml{style[#line.dotted:blue]}" xlink:type="simple">
|
||||
<rect codeLine="5" fill="#FEFECE" filter="url(#f1ayl6r95ynd4s)" height="92.9457" id="C_0000001224" style="stroke:#0000FF;stroke-width:1.0;stroke-dasharray:1.0,3.0;" width="40" x="82" y="194"/>
|
||||
<ellipse cx="97" cy="210" fill="#EB937F" rx="11" ry="11" style="stroke:#0000FF;stroke-width:1.0;"/>
|
||||
<path d="M93.3594,216.5 L93.3594,204.3594 L101.0156,204.3594 L101.0156,206.4844 L95.7344,206.4844 L95.7344,209.1406 L100.75,209.1406 L100.75,211.2656 L95.7344,211.2656 L95.7344,214.375 L101.0156,214.375 L101.0156,216.5 L93.3594,216.5 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="111" y="214.656">B</text>
|
||||
@@ -37,8 +37,8 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="28" x="88" y="271.7227">three</text>
|
||||
<line style="stroke:#0000FF;stroke-width:1.0;stroke-dasharray:1.0,3.0;" x1="83" x2="121" y1="278.9457" y2="278.9457"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00031/t00031.cc#L15" target="_top" title="C" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00031/t00031.cc#L15" xlink:show="new" xlink:title="C" xlink:type="simple">
|
||||
<rect codeLine="14" fill="#FFC0CB" filter="url(#fqqqs3o0zswkq)" height="62.9819" id="C_0000001228" style="stroke:#FF0000;stroke-width:2.0;" width="53" x="238.5" y="348"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00031/t00031.cc#L15" target="_top" title="C" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00031/t00031.cc#L15" xlink:show="new" xlink:title="C" xlink:type="simple">
|
||||
<rect codeLine="11" fill="#FFC0CB" filter="url(#f1ayl6r95ynd4s)" height="62.9819" id="C_0000001228" style="stroke:#FF0000;stroke-width:2.0;" width="53" x="238.5" y="348"/>
|
||||
<ellipse cx="254.85" cy="364" fill="#ADD1B2" rx="11" ry="11" style="stroke:#FF0000;stroke-width:1.0;"/>
|
||||
<path d="M254.3188,370.9219 Q252.5688,370.9219 251.4281,370.1875 Q250.3031,369.4375 249.7406,368.0938 Q249.1938,366.7344 249.1938,364.9375 Q249.1938,362.9063 249.85,361.4531 Q250.5063,360 251.7875,359.2188 Q253.0688,358.4375 254.9438,358.4375 Q255.8344,358.4375 256.5063,358.625 Q257.1781,358.7969 257.8656,359.1406 L257.0531,361.1563 Q256.4281,360.8438 255.8813,360.7188 Q255.35,360.5938 254.8656,360.5938 Q253.6938,360.5938 252.9906,361.125 Q252.2875,361.6563 251.9906,362.6094 Q251.6938,363.5625 251.6938,364.8281 Q251.6938,366.8438 252.4125,367.8125 Q253.1313,368.7656 254.725,368.7656 Q255.3188,368.7656 255.9438,368.6094 Q256.5688,368.4531 257.3969,368.0781 L257.3969,370.2969 Q256.6625,370.6094 255.8656,370.7656 Q255.0844,370.9219 254.3188,370.9219 Z " fill="#FF0000"/>
|
||||
<text fill="#FF0000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="269.15" y="368.656">C</text>
|
||||
@@ -46,23 +46,23 @@
|
||||
<text fill="#FF0000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="6" x="287.5" y="358.8281">T</text>
|
||||
<line style="stroke:#FF0000;stroke-width:2.0;" x1="239.5" x2="290.5" y1="380" y2="380"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00031/t00031.cc#L16" target="_top" title="ttt" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00031/t00031.cc#L16" xlink:show="new" xlink:title="ttt" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00031/t00031.cc#L16" target="_top" title="ttt" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00031/t00031.cc#L16" xlink:show="new" xlink:title="ttt" xlink:type="simple">
|
||||
<rect fill="#FFC0CB" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="244.5" y="386"/>
|
||||
<rect fill="none" height="6" style="stroke:#C82930;stroke-width:1.0;" width="6" x="246.5" y="388"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00031/t00031.cc#L16" target="_top" title="ttt" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00031/t00031.cc#L16" xlink:show="new" xlink:title="ttt" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00031/t00031.cc#L16" target="_top" title="ttt" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00031/t00031.cc#L16" xlink:show="new" xlink:title="ttt" xlink:type="simple">
|
||||
<text fill="#FF0000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="27" x="258.5" y="395.7589">ttt : T</text>
|
||||
</a>
|
||||
<line style="stroke:#FF0000;stroke-width:2.0;" x1="239.5" x2="290.5" y1="402.9819" y2="402.9819"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00031/t00031.cc#L19" target="_top" title="D" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00031/t00031.cc#L19" xlink:show="new" xlink:title="D" xlink:type="simple">
|
||||
<rect codeLine="19" fill="#FEFECE" filter="url(#fqqqs3o0zswkq)" height="48" id="C_0000001232" style="stroke:#A80036;stroke-width:1.5;" width="41" x="159.5" y="216.5"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00031/t00031.cc#L19" target="_top" title="D" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00031/t00031.cc#L19" xlink:show="new" xlink:title="D" xlink:type="simple">
|
||||
<rect codeLine="15" fill="#FEFECE" filter="url(#f1ayl6r95ynd4s)" height="48" id="C_0000001232" style="stroke:#A80036;stroke-width:1.5;" width="41" x="159.5" y="216.5"/>
|
||||
<ellipse cx="174.5" cy="232.5" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M173.9688,239.4219 Q172.2188,239.4219 171.0781,238.6875 Q169.9531,237.9375 169.3906,236.5938 Q168.8438,235.2344 168.8438,233.4375 Q168.8438,231.4063 169.5,229.9531 Q170.1563,228.5 171.4375,227.7188 Q172.7188,226.9375 174.5938,226.9375 Q175.4844,226.9375 176.1563,227.125 Q176.8281,227.2969 177.5156,227.6406 L176.7031,229.6563 Q176.0781,229.3438 175.5313,229.2188 Q175,229.0938 174.5156,229.0938 Q173.3438,229.0938 172.6406,229.625 Q171.9375,230.1563 171.6406,231.1094 Q171.3438,232.0625 171.3438,233.3281 Q171.3438,235.3438 172.0625,236.3125 Q172.7813,237.2656 174.375,237.2656 Q174.9688,237.2656 175.5938,237.1094 Q176.2188,236.9531 177.0469,236.5781 L177.0469,238.7969 Q176.3125,239.1094 175.5156,239.2656 Q174.7344,239.4219 173.9688,239.4219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="9" x="188.5" y="237.156">D</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="160.5" x2="199.5" y1="248.5" y2="248.5"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="160.5" x2="199.5" y1="256.5" y2="256.5"/>
|
||||
</a>
|
||||
<rect codeLine="23" fill="#FEFECE" filter="url(#fqqqs3o0zswkq)" height="48" id="C_0000001239" style="stroke:#A80036;stroke-width:1.5;" width="58" x="236" y="216.5"/>
|
||||
<rect codeLine="18" fill="#FEFECE" filter="url(#f1ayl6r95ynd4s)" height="48" id="C_0000001239" style="stroke:#A80036;stroke-width:1.5;" width="58" x="236" y="216.5"/>
|
||||
<ellipse cx="251" cy="232.5" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M250.4688,239.4219 Q248.7188,239.4219 247.5781,238.6875 Q246.4531,237.9375 245.8906,236.5938 Q245.3438,235.2344 245.3438,233.4375 Q245.3438,231.4063 246,229.9531 Q246.6563,228.5 247.9375,227.7188 Q249.2188,226.9375 251.0938,226.9375 Q251.9844,226.9375 252.6563,227.125 Q253.3281,227.2969 254.0156,227.6406 L253.2031,229.6563 Q252.5781,229.3438 252.0313,229.2188 Q251.5,229.0938 251.0156,229.0938 Q249.8438,229.0938 249.1406,229.625 Q248.4375,230.1563 248.1406,231.1094 Q247.8438,232.0625 247.8438,233.3281 Q247.8438,235.3438 248.5625,236.3125 Q249.2813,237.2656 250.875,237.2656 Q251.4688,237.2656 252.0938,237.1094 Q252.7188,236.9531 253.5469,236.5781 L253.5469,238.7969 Q252.8125,239.1094 252.0156,239.2656 Q251.2344,239.4219 250.4688,239.4219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="265" y="237.156">C</text>
|
||||
@@ -70,57 +70,57 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="14" x="282" y="227.3281">int</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="237" x2="293" y1="248.5" y2="248.5"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="237" x2="293" y1="256.5" y2="256.5"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00031/t00031.cc#L22" target="_top" title="R" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00031/t00031.cc#L22" xlink:show="new" xlink:title="R" xlink:type="simple">
|
||||
<rect codeLine="27" fill="#FEFECE" filter="url(#fqqqs3o0zswkq)" height="107.9276" id="C_0000001236" style="stroke:#A80036;stroke-width:1.5;" width="130" x="76" y="7"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00031/t00031.cc#L22" target="_top" title="R" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00031/t00031.cc#L22" xlink:show="new" xlink:title="R" xlink:type="simple">
|
||||
<rect codeLine="21" fill="#FEFECE" filter="url(#f1ayl6r95ynd4s)" height="107.9276" id="C_0000001236" style="stroke:#A80036;stroke-width:1.5;" width="130" x="76" y="7"/>
|
||||
<ellipse cx="133.25" cy="23" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M132.7188,29.9219 Q130.9688,29.9219 129.8281,29.1875 Q128.7031,28.4375 128.1406,27.0938 Q127.5938,25.7344 127.5938,23.9375 Q127.5938,21.9063 128.25,20.4531 Q128.9063,19 130.1875,18.2188 Q131.4688,17.4375 133.3438,17.4375 Q134.2344,17.4375 134.9063,17.625 Q135.5781,17.7969 136.2656,18.1406 L135.4531,20.1563 Q134.8281,19.8438 134.2813,19.7188 Q133.75,19.5938 133.2656,19.5938 Q132.0938,19.5938 131.3906,20.125 Q130.6875,20.6563 130.3906,21.6094 Q130.0938,22.5625 130.0938,23.8281 Q130.0938,25.8438 130.8125,26.8125 Q131.5313,27.7656 133.125,27.7656 Q133.7188,27.7656 134.3438,27.6094 Q134.9688,27.4531 135.7969,27.0781 L135.7969,29.2969 Q135.0625,29.6094 134.2656,29.7656 Q133.4844,29.9219 132.7188,29.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="7" x="153.75" y="27.656">R</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="77" x2="205" y1="39" y2="39"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00031/t00031.cc#L24" target="_top" title="aaa" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00031/t00031.cc#L24" xlink:show="new" xlink:title="aaa" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00031/t00031.cc#L24" target="_top" title="aaa" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00031/t00031.cc#L24" xlink:show="new" xlink:title="aaa" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="82" y="45"/>
|
||||
<ellipse cx="87" cy="50" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00031/t00031.cc#L24" target="_top" title="aaa" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00031/t00031.cc#L24" xlink:show="new" xlink:title="aaa" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00031/t00031.cc#L24" target="_top" title="aaa" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00031/t00031.cc#L24" xlink:show="new" xlink:title="aaa" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="40" x="96" y="54.7589">aaa : A*</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00031/t00031.cc#L28" target="_top" title="bbb" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00031/t00031.cc#L28" xlink:show="new" xlink:title="bbb" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00031/t00031.cc#L28" target="_top" title="bbb" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00031/t00031.cc#L28" xlink:show="new" xlink:title="bbb" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="82" y="59.9819"/>
|
||||
<ellipse cx="87" cy="64.9819" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00031/t00031.cc#L28" target="_top" title="bbb" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00031/t00031.cc#L28" xlink:show="new" xlink:title="bbb" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00031/t00031.cc#L28" target="_top" title="bbb" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00031/t00031.cc#L28" xlink:show="new" xlink:title="bbb" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="104" x="96" y="69.7408">bbb : std::vector<B></text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00031/t00031.cc#L31" target="_top" title="ccc" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00031/t00031.cc#L31" xlink:show="new" xlink:title="ccc" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00031/t00031.cc#L31" target="_top" title="ccc" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00031/t00031.cc#L31" xlink:show="new" xlink:title="ccc" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="82" y="74.9638"/>
|
||||
<ellipse cx="87" cy="79.9638" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00031/t00031.cc#L31" target="_top" title="ccc" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00031/t00031.cc#L31" xlink:show="new" xlink:title="ccc" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00031/t00031.cc#L31" target="_top" title="ccc" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00031/t00031.cc#L31" xlink:show="new" xlink:title="ccc" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="57" x="96" y="84.7227">ccc : C<int></text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00031/t00031.cc#L34" target="_top" title="ddd" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00031/t00031.cc#L34" xlink:show="new" xlink:title="ddd" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00031/t00031.cc#L34" target="_top" title="ddd" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00031/t00031.cc#L34" xlink:show="new" xlink:title="ddd" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="82" y="89.9457"/>
|
||||
<ellipse cx="87" cy="94.9457" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00031/t00031.cc#L34" target="_top" title="ddd" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00031/t00031.cc#L34" xlink:show="new" xlink:title="ddd" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00031/t00031.cc#L34" target="_top" title="ddd" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00031/t00031.cc#L34" xlink:show="new" xlink:title="ddd" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="44" x="96" y="99.7046">ddd : D*</text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="77" x2="205" y1="106.9276" y2="106.9276"/>
|
||||
<path codeLine="39" d="M265,264.74 C265,282.01 265,306.22 265,327.87 " fill="none" id="C_0000001239-to-C_0000001228" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="27" d="M265,264.74 C265,282.01 265,306.22 265,327.87 " fill="none" id="C_0000001239-to-C_0000001228" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="none" points="272,327.92,265,347.92,258,327.92,272,327.92" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="41" d="M77.05,115.08 C68.43,124.37 60.37,134.46 54,145 C41.69,165.38 34.77,191.61 31.03,211.27 " fill="none" id="C_0000001236-to-C_0000001220" style="stroke:#FF0000;stroke-width:2.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="28" d="M77.05,115.08 C68.43,124.37 60.37,134.46 54,145 C41.69,165.38 34.77,191.61 31.03,211.27 " fill="none" id="C_0000001236-to-C_0000001220" style="stroke:#FF0000;stroke-width:2.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#FF0000" points="30.11,216.37,35.6659,208.2378,31.0107,211.4518,27.7967,206.7967,30.11,216.37" style="stroke:#FF0000;stroke-width:2.0;"/>
|
||||
<ellipse cx="60" cy="155.353" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="21" x="67" y="159.897">aaa</text>
|
||||
<path codeLine="42" d="M104.6,127.07 C102.35,133 100.42,139.03 99,145 C95.27,160.65 94.83,178.16 95.72,193.82 " fill="none" id="C_0000001236-backto-C_0000001224" style="stroke:#008000;stroke-width:4.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="29" d="M104.6,127.07 C102.35,133 100.42,139.03 99,145 C95.27,160.65 94.83,178.16 95.72,193.82 " fill="none" id="C_0000001236-backto-C_0000001224" style="stroke:#008000;stroke-width:4.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#008000" points="109.61,115.07,103.6059,119.0639,104.9834,126.1422,110.9874,122.1483,109.61,115.07" style="stroke:#008000;stroke-width:4.0;"/>
|
||||
<ellipse cx="105" cy="155.353" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="24" x="112" y="159.897">bbb</text>
|
||||
<path codeLine="43" d="M194.83,125.76 C199.75,132.16 204.55,138.65 209,145 C225.4,168.44 241.81,196.85 252.58,216.37 " fill="none" id="C_0000001236-backto-C_0000001239" style="stroke:#0000FF;stroke-width:8.0;stroke-dasharray:1.0,3.0;"/>
|
||||
<path codeLine="30" d="M194.83,125.76 C199.75,132.16 204.55,138.65 209,145 C225.4,168.44 241.81,196.85 252.58,216.37 " fill="none" id="C_0000001236-backto-C_0000001239" style="stroke:#0000FF;stroke-width:8.0;stroke-dasharray:1.0,3.0;"/>
|
||||
<polygon fill="#FFFFFF" points="186.48,115.1,187.0319,122.29,193.881,124.5459,193.3291,117.3559,186.48,115.1" style="stroke:#0000FF;stroke-width:8.0;"/>
|
||||
<ellipse cx="227" cy="155.353" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="18" x="234" y="159.897">ccc</text>
|
||||
<path codeLine="44" d="M152.7,115.26 C159.64,146.85 168.16,185.62 173.82,211.37 " fill="none" id="C_0000001236-to-C_0000001232" style="stroke:#0000FF;stroke-width:16.0;"/>
|
||||
<path codeLine="31" d="M152.7,115.26 C159.64,146.85 168.16,185.62 173.82,211.37 " fill="none" id="C_0000001236-to-C_0000001232" style="stroke:#0000FF;stroke-width:16.0;"/>
|
||||
<polygon fill="#0000FF" points="174.91,216.34,176.8893,206.6921,173.839,211.4561,169.075,208.4057,174.91,216.34" style="stroke:#0000FF;stroke-width:16.0;"/>
|
||||
<ellipse cx="169" cy="155.353" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="24" x="176" y="159.897">ddd</text>
|
||||
|
||||
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
@@ -1,6 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="application/ecmascript" contentStyleType="text/css" height="334px" preserveAspectRatio="none" style="width:704px;height:334px;background:#FFFFFF;" version="1.1" viewBox="0 0 704 334" width="704px" zoomAndPan="magnify">
|
||||
<defs>
|
||||
<filter height="300%" id="fwqlwo4vagsdj" width="300%" x="-1" y="-1">
|
||||
<filter height="300%" id="f1f5xar4jfqbeb" width="300%" x="-1" y="-1">
|
||||
<feGaussianBlur result="blurOut" stdDeviation="2.0"/>
|
||||
<feColorMatrix in="blurOut" result="blurOut2" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .4 0"/>
|
||||
<feOffset dx="4.0" dy="4.0" in="blurOut2" result="blurOut3"/>
|
||||
@@ -9,69 +9,69 @@
|
||||
<style type="text/css">a:hover { text-decoration: underline; }</style>
|
||||
</defs>
|
||||
<g>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00032/t00032.cc#L7" target="_top" title="Base" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00032/t00032.cc#L7" xlink:show="new" xlink:title="Base" xlink:type="simple">
|
||||
<rect codeLine="3" fill="#FEFECE" filter="url(#fwqlwo4vagsdj)" height="48" id="C_0000001251" style="stroke:#A80036;stroke-width:1.5;" width="60" x="39.5" y="149"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00032/t00032.cc#L7" target="_top" title="Base" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00032/t00032.cc#L7" xlink:show="new" xlink:title="Base" xlink:type="simple">
|
||||
<rect codeLine="2" fill="#FEFECE" filter="url(#f1f5xar4jfqbeb)" height="48" id="C_0000001251" style="stroke:#A80036;stroke-width:1.5;" width="60" x="39.5" y="149"/>
|
||||
<ellipse cx="54.5" cy="165" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M53.9688,171.9219 Q52.2188,171.9219 51.0781,171.1875 Q49.9531,170.4375 49.3906,169.0938 Q48.8438,167.7344 48.8438,165.9375 Q48.8438,163.9063 49.5,162.4531 Q50.1563,161 51.4375,160.2188 Q52.7188,159.4375 54.5938,159.4375 Q55.4844,159.4375 56.1563,159.625 Q56.8281,159.7969 57.5156,160.1406 L56.7031,162.1563 Q56.0781,161.8438 55.5313,161.7188 Q55,161.5938 54.5156,161.5938 Q53.3438,161.5938 52.6406,162.125 Q51.9375,162.6563 51.6406,163.6094 Q51.3438,164.5625 51.3438,165.8281 Q51.3438,167.8438 52.0625,168.8125 Q52.7813,169.7656 54.375,169.7656 Q54.9688,169.7656 55.5938,169.6094 Q56.2188,169.4531 57.0469,169.0781 L57.0469,171.2969 Q56.3125,171.6094 55.5156,171.7656 Q54.7344,171.9219 53.9688,171.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="28" x="68.5" y="169.656">Base</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="40.5" x2="98.5" y1="181" y2="181"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="40.5" x2="98.5" y1="189" y2="189"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00032/t00032.cc#L10" target="_top" title="TBase" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00032/t00032.cc#L10" xlink:show="new" xlink:title="TBase" xlink:type="simple">
|
||||
<rect codeLine="7" fill="#FEFECE" filter="url(#fwqlwo4vagsdj)" height="48" id="C_0000001255" style="stroke:#A80036;stroke-width:1.5;" width="67" x="167" y="265.5"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00032/t00032.cc#L10" target="_top" title="TBase" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00032/t00032.cc#L10" xlink:show="new" xlink:title="TBase" xlink:type="simple">
|
||||
<rect codeLine="5" fill="#FEFECE" filter="url(#f1f5xar4jfqbeb)" height="48" id="C_0000001255" style="stroke:#A80036;stroke-width:1.5;" width="67" x="167" y="265.5"/>
|
||||
<ellipse cx="182" cy="281.5" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M181.4688,288.4219 Q179.7188,288.4219 178.5781,287.6875 Q177.4531,286.9375 176.8906,285.5938 Q176.3438,284.2344 176.3438,282.4375 Q176.3438,280.4063 177,278.9531 Q177.6563,277.5 178.9375,276.7188 Q180.2188,275.9375 182.0938,275.9375 Q182.9844,275.9375 183.6563,276.125 Q184.3281,276.2969 185.0156,276.6406 L184.2031,278.6563 Q183.5781,278.3438 183.0313,278.2188 Q182.5,278.0938 182.0156,278.0938 Q180.8438,278.0938 180.1406,278.625 Q179.4375,279.1563 179.1406,280.1094 Q178.8438,281.0625 178.8438,282.3281 Q178.8438,284.3438 179.5625,285.3125 Q180.2813,286.2656 181.875,286.2656 Q182.4688,286.2656 183.0938,286.1094 Q183.7188,285.9531 184.5469,285.5781 L184.5469,287.7969 Q183.8125,288.1094 183.0156,288.2656 Q182.2344,288.4219 181.4688,288.4219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="35" x="196" y="286.156">TBase</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="168" x2="233" y1="297.5" y2="297.5"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="168" x2="233" y1="305.5" y2="305.5"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00032/t00032.cc#L13" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00032/t00032.cc#L13" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<rect codeLine="11" fill="#FEFECE" filter="url(#fwqlwo4vagsdj)" height="62.9819" id="C_0000001259" style="stroke:#A80036;stroke-width:1.5;" width="117" x="269" y="258"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00032/t00032.cc#L13" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00032/t00032.cc#L13" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<rect codeLine="8" fill="#FEFECE" filter="url(#f1f5xar4jfqbeb)" height="62.9819" id="C_0000001259" style="stroke:#A80036;stroke-width:1.5;" width="117" x="269" y="258"/>
|
||||
<ellipse cx="319.25" cy="274" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M318.7188,280.9219 Q316.9688,280.9219 315.8281,280.1875 Q314.7031,279.4375 314.1406,278.0938 Q313.5938,276.7344 313.5938,274.9375 Q313.5938,272.9063 314.25,271.4531 Q314.9063,270 316.1875,269.2188 Q317.4688,268.4375 319.3438,268.4375 Q320.2344,268.4375 320.9063,268.625 Q321.5781,268.7969 322.2656,269.1406 L321.4531,271.1563 Q320.8281,270.8438 320.2813,270.7188 Q319.75,270.5938 319.2656,270.5938 Q318.0938,270.5938 317.3906,271.125 Q316.6875,271.6563 316.3906,272.6094 Q316.0938,273.5625 316.0938,274.8281 Q316.0938,276.8438 316.8125,277.8125 Q317.5313,278.7656 319.125,278.7656 Q319.7188,278.7656 320.3438,278.6094 Q320.9688,278.4531 321.7969,278.0781 L321.7969,280.2969 Q321.0625,280.6094 320.2656,280.7656 Q319.4844,280.9219 318.7188,280.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="339.75" y="278.656">A</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="270" x2="385" y1="290" y2="290"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="270" x2="385" y1="298" y2="298"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00032/t00032.cc#L14" target="_top" title="operator()" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00032/t00032.cc#L14" xlink:show="new" xlink:title="operator()" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00032/t00032.cc#L14" target="_top" title="operator()" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00032/t00032.cc#L14" xlink:show="new" xlink:title="operator()" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="275" y="304"/>
|
||||
<ellipse cx="280" cy="309" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00032/t00032.cc#L14" target="_top" title="operator()" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00032/t00032.cc#L14" xlink:show="new" xlink:title="operator()" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00032/t00032.cc#L14" target="_top" title="operator()" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00032/t00032.cc#L14" xlink:show="new" xlink:title="operator()" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="91" x="289" y="313.7589">operator()() : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00032/t00032.cc#L17" target="_top" title="B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00032/t00032.cc#L17" xlink:show="new" xlink:title="B" xlink:type="simple">
|
||||
<rect codeLine="16" fill="#FEFECE" filter="url(#fwqlwo4vagsdj)" height="62.9819" id="C_0000001263" style="stroke:#A80036;stroke-width:1.5;" width="117" x="421" y="258"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00032/t00032.cc#L17" target="_top" title="B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00032/t00032.cc#L17" xlink:show="new" xlink:title="B" xlink:type="simple">
|
||||
<rect codeLine="12" fill="#FEFECE" filter="url(#f1f5xar4jfqbeb)" height="62.9819" id="C_0000001263" style="stroke:#A80036;stroke-width:1.5;" width="117" x="421" y="258"/>
|
||||
<ellipse cx="471.25" cy="274" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M470.7188,280.9219 Q468.9688,280.9219 467.8281,280.1875 Q466.7031,279.4375 466.1406,278.0938 Q465.5938,276.7344 465.5938,274.9375 Q465.5938,272.9063 466.25,271.4531 Q466.9063,270 468.1875,269.2188 Q469.4688,268.4375 471.3438,268.4375 Q472.2344,268.4375 472.9063,268.625 Q473.5781,268.7969 474.2656,269.1406 L473.4531,271.1563 Q472.8281,270.8438 472.2813,270.7188 Q471.75,270.5938 471.2656,270.5938 Q470.0938,270.5938 469.3906,271.125 Q468.6875,271.6563 468.3906,272.6094 Q468.0938,273.5625 468.0938,274.8281 Q468.0938,276.8438 468.8125,277.8125 Q469.5313,278.7656 471.125,278.7656 Q471.7188,278.7656 472.3438,278.6094 Q472.9688,278.4531 473.7969,278.0781 L473.7969,280.2969 Q473.0625,280.6094 472.2656,280.7656 Q471.4844,280.9219 470.7188,280.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="491.75" y="278.656">B</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="422" x2="537" y1="290" y2="290"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="422" x2="537" y1="298" y2="298"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00032/t00032.cc#L18" target="_top" title="operator()" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00032/t00032.cc#L18" xlink:show="new" xlink:title="operator()" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00032/t00032.cc#L18" target="_top" title="operator()" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00032/t00032.cc#L18" xlink:show="new" xlink:title="operator()" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="427" y="304"/>
|
||||
<ellipse cx="432" cy="309" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00032/t00032.cc#L18" target="_top" title="operator()" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00032/t00032.cc#L18" xlink:show="new" xlink:title="operator()" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00032/t00032.cc#L18" target="_top" title="operator()" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00032/t00032.cc#L18" xlink:show="new" xlink:title="operator()" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="91" x="441" y="313.7589">operator()() : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00032/t00032.cc#L21" target="_top" title="C" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00032/t00032.cc#L21" xlink:show="new" xlink:title="C" xlink:type="simple">
|
||||
<rect codeLine="21" fill="#FEFECE" filter="url(#fwqlwo4vagsdj)" height="62.9819" id="C_0000001267" style="stroke:#A80036;stroke-width:1.5;" width="117" x="573" y="258"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00032/t00032.cc#L21" target="_top" title="C" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00032/t00032.cc#L21" xlink:show="new" xlink:title="C" xlink:type="simple">
|
||||
<rect codeLine="16" fill="#FEFECE" filter="url(#f1f5xar4jfqbeb)" height="62.9819" id="C_0000001267" style="stroke:#A80036;stroke-width:1.5;" width="117" x="573" y="258"/>
|
||||
<ellipse cx="623.25" cy="274" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M622.7188,280.9219 Q620.9688,280.9219 619.8281,280.1875 Q618.7031,279.4375 618.1406,278.0938 Q617.5938,276.7344 617.5938,274.9375 Q617.5938,272.9063 618.25,271.4531 Q618.9063,270 620.1875,269.2188 Q621.4688,268.4375 623.3438,268.4375 Q624.2344,268.4375 624.9063,268.625 Q625.5781,268.7969 626.2656,269.1406 L625.4531,271.1563 Q624.8281,270.8438 624.2813,270.7188 Q623.75,270.5938 623.2656,270.5938 Q622.0938,270.5938 621.3906,271.125 Q620.6875,271.6563 620.3906,272.6094 Q620.0938,273.5625 620.0938,274.8281 Q620.0938,276.8438 620.8125,277.8125 Q621.5313,278.7656 623.125,278.7656 Q623.7188,278.7656 624.3438,278.6094 Q624.9688,278.4531 625.7969,278.0781 L625.7969,280.2969 Q625.0625,280.6094 624.2656,280.7656 Q623.4844,280.9219 622.7188,280.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="643.75" y="278.656">C</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="574" x2="689" y1="290" y2="290"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="574" x2="689" y1="298" y2="298"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00032/t00032.cc#L22" target="_top" title="operator()" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00032/t00032.cc#L22" xlink:show="new" xlink:title="operator()" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00032/t00032.cc#L22" target="_top" title="operator()" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00032/t00032.cc#L22" xlink:show="new" xlink:title="operator()" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="579" y="304"/>
|
||||
<ellipse cx="584" cy="309" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00032/t00032.cc#L22" target="_top" title="operator()" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00032/t00032.cc#L22" xlink:show="new" xlink:title="operator()" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00032/t00032.cc#L22" target="_top" title="operator()" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00032/t00032.cc#L22" xlink:show="new" xlink:title="operator()" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="91" x="593" y="313.7589">operator()() : void</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00032/t00032.cc#L26" target="_top" title="Overload" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00032/t00032.cc#L26" xlink:show="new" xlink:title="Overload" xlink:type="simple">
|
||||
<rect codeLine="26" fill="#FEFECE" filter="url(#fwqlwo4vagsdj)" height="62.9819" id="C_0000001271" style="stroke:#A80036;stroke-width:1.5;" width="125" x="7" y="258"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00032/t00032.cc#L26" target="_top" title="Overload" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00032/t00032.cc#L26" xlink:show="new" xlink:title="Overload" xlink:type="simple">
|
||||
<rect codeLine="20" fill="#FEFECE" filter="url(#f1f5xar4jfqbeb)" height="62.9819" id="C_0000001271" style="stroke:#A80036;stroke-width:1.5;" width="125" x="7" y="258"/>
|
||||
<ellipse cx="22" cy="274" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M21.4688,280.9219 Q19.7188,280.9219 18.5781,280.1875 Q17.4531,279.4375 16.8906,278.0938 Q16.3438,276.7344 16.3438,274.9375 Q16.3438,272.9063 17,271.4531 Q17.6563,270 18.9375,269.2188 Q20.2188,268.4375 22.0938,268.4375 Q22.9844,268.4375 23.6563,268.625 Q24.3281,268.7969 25.0156,269.1406 L24.2031,271.1563 Q23.5781,270.8438 23.0313,270.7188 Q22.5,270.5938 22.0156,270.5938 Q20.8438,270.5938 20.1406,271.125 Q19.4375,271.6563 19.1406,272.6094 Q18.8438,273.5625 18.8438,274.8281 Q18.8438,276.8438 19.5625,277.8125 Q20.2813,278.7656 21.875,278.7656 Q22.4688,278.7656 23.0938,278.6094 Q23.7188,278.4531 24.5469,278.0781 L24.5469,280.2969 Q23.8125,280.6094 23.0156,280.7656 Q22.2344,280.9219 21.4688,280.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="51" x="36" y="278.656">Overload</text>
|
||||
@@ -79,15 +79,15 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="38" x="96" y="268.8281">T,L,Ts...</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="131" y1="290" y2="290"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00032/t00032.cc#L28" target="_top" title="counter" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00032/t00032.cc#L28" xlink:show="new" xlink:title="counter" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00032/t00032.cc#L28" target="_top" title="counter" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00032/t00032.cc#L28" xlink:show="new" xlink:title="counter" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="296"/>
|
||||
<ellipse cx="18" cy="301" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00032/t00032.cc#L28" target="_top" title="counter" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00032/t00032.cc#L28" xlink:show="new" xlink:title="counter" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00032/t00032.cc#L28" target="_top" title="counter" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00032/t00032.cc#L28" xlink:show="new" xlink:title="counter" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="56" x="27" y="305.7589">counter : L</text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="131" y1="312.9819" y2="312.9819"/>
|
||||
<rect codeLine="31" fill="#FEFECE" filter="url(#fwqlwo4vagsdj)" height="48" id="C_0000001276" style="stroke:#A80036;stroke-width:1.5;" width="165" x="245" y="149"/>
|
||||
<rect codeLine="24" fill="#FEFECE" filter="url(#f1f5xar4jfqbeb)" height="48" id="C_0000001276" style="stroke:#A80036;stroke-width:1.5;" width="165" x="245" y="149"/>
|
||||
<ellipse cx="260" cy="165" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M259.4688,171.9219 Q257.7188,171.9219 256.5781,171.1875 Q255.4531,170.4375 254.8906,169.0938 Q254.3438,167.7344 254.3438,165.9375 Q254.3438,163.9063 255,162.4531 Q255.6563,161 256.9375,160.2188 Q258.2188,159.4375 260.0938,159.4375 Q260.9844,159.4375 261.6563,159.625 Q262.3281,159.7969 263.0156,160.1406 L262.2031,162.1563 Q261.5781,161.8438 261.0313,161.7188 Q260.5,161.5938 260.0156,161.5938 Q258.8438,161.5938 258.1406,162.125 Q257.4375,162.6563 257.1406,163.6094 Q256.8438,164.5625 256.8438,165.8281 Q256.8438,167.8438 257.5625,168.8125 Q258.2813,169.7656 259.875,169.7656 Q260.4688,169.7656 261.0938,169.6094 Q261.7188,169.4531 262.5469,169.0781 L262.5469,171.2969 Q261.8125,171.6094 261.0156,171.7656 Q260.2344,171.9219 259.4688,171.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="51" x="274" y="169.656">Overload</text>
|
||||
@@ -95,42 +95,42 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="78" x="334" y="159.8281">TBase,int,A,B,C</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="246" x2="409" y1="181" y2="181"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="246" x2="409" y1="189" y2="189"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00032/t00032.cc#L33" target="_top" title="R" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00032/t00032.cc#L33" xlink:show="new" xlink:title="R" xlink:type="simple">
|
||||
<rect codeLine="35" fill="#FEFECE" filter="url(#fwqlwo4vagsdj)" height="62.9819" id="C_0000001275" style="stroke:#A80036;stroke-width:1.5;" width="220" x="217.5" y="7"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00032/t00032.cc#L33" target="_top" title="R" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00032/t00032.cc#L33" xlink:show="new" xlink:title="R" xlink:type="simple">
|
||||
<rect codeLine="27" fill="#FEFECE" filter="url(#f1f5xar4jfqbeb)" height="62.9819" id="C_0000001275" style="stroke:#A80036;stroke-width:1.5;" width="220" x="217.5" y="7"/>
|
||||
<ellipse cx="319.75" cy="23" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M319.2188,29.9219 Q317.4688,29.9219 316.3281,29.1875 Q315.2031,28.4375 314.6406,27.0938 Q314.0938,25.7344 314.0938,23.9375 Q314.0938,21.9063 314.75,20.4531 Q315.4063,19 316.6875,18.2188 Q317.9688,17.4375 319.8438,17.4375 Q320.7344,17.4375 321.4063,17.625 Q322.0781,17.7969 322.7656,18.1406 L321.9531,20.1563 Q321.3281,19.8438 320.7813,19.7188 Q320.25,19.5938 319.7656,19.5938 Q318.5938,19.5938 317.8906,20.125 Q317.1875,20.6563 316.8906,21.6094 Q316.5938,22.5625 316.5938,23.8281 Q316.5938,25.8438 317.3125,26.8125 Q318.0313,27.7656 319.625,27.7656 Q320.2188,27.7656 320.8438,27.6094 Q321.4688,27.4531 322.2969,27.0781 L322.2969,29.2969 Q321.5625,29.6094 320.7656,29.7656 Q319.9844,29.9219 319.2188,29.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="7" x="340.25" y="27.656">R</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="218.5" x2="436.5" y1="39" y2="39"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00032/t00032.cc#L34" target="_top" title="overload" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00032/t00032.cc#L34" xlink:show="new" xlink:title="overload" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00032/t00032.cc#L34" target="_top" title="overload" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00032/t00032.cc#L34" xlink:show="new" xlink:title="overload" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="223.5" y="45"/>
|
||||
<ellipse cx="228.5" cy="50" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00032/t00032.cc#L34" target="_top" title="overload" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00032/t00032.cc#L34" xlink:show="new" xlink:title="overload" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00032/t00032.cc#L34" target="_top" title="overload" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00032/t00032.cc#L34" xlink:show="new" xlink:title="overload" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="194" x="237.5" y="54.7589">overload : Overload<TBase,int,A,B,C></text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="218.5" x2="436.5" y1="61.9819" y2="61.9819"/>
|
||||
<path codeLine="45" d="M69.5,217.61 C69.5,231.07 69.5,245.6 69.5,257.98 " fill="none" id="C_0000001251-backto-C_0000001271" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="30" d="M69.5,217.61 C69.5,231.07 69.5,245.6 69.5,257.98 " fill="none" id="C_0000001251-backto-C_0000001271" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="none" points="62.5,217.17,69.5,197.17,76.5,217.17,62.5,217.17" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="47" d="M291.32,197.17 C267.82,215.79 238.6,241.98 219.39,261.54 " fill="none" id="C_0000001276-to-C_0000001255" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="31" d="M291.32,197.17 C267.82,215.79 238.6,241.98 219.39,261.54 " fill="none" id="C_0000001276-to-C_0000001255" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="215.69,265.36,224.8239,261.6761,219.1678,261.7677,219.0762,256.1116,215.69,265.36" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="52" d="M250.06,255.01 C272.48,236.43 297.15,213.79 312.9,197.17 " fill="none" id="C_0000001255-backto-C_0000001276" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="36" d="M250.06,255.01 C272.48,236.43 297.15,213.79 312.9,197.17 " fill="none" id="C_0000001255-backto-C_0000001276" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="none" points="254.27,260.6,234.3,267.67,245.5,249.69,254.27,260.6" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="48" d="M317.02,197.17 C314.58,213.18 314.11,234.78 315.6,252.95 " fill="none" id="C_0000001276-to-C_0000001259" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="32" d="M317.02,197.17 C314.58,213.18 314.11,234.78 315.6,252.95 " fill="none" id="C_0000001276-to-C_0000001259" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="316.08,257.98,319.215,248.6434,315.6093,253.0022,311.2505,249.3965,316.08,257.98" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="53" d="M340.92,237.95 C341.27,223.72 340.5,208.94 338.6,197.17 " fill="none" id="C_0000001259-backto-C_0000001276" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="37" d="M340.92,237.95 C341.27,223.72 340.5,208.94 338.6,197.17 " fill="none" id="C_0000001259-backto-C_0000001276" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="none" points="347.9,238.48,339.6,257.98,333.93,237.56,347.9,238.48" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="49" d="M347.78,197.17 C367.31,213.79 396.97,236.44 423.35,255.03 " fill="none" id="C_0000001276-to-C_0000001263" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="33" d="M347.78,197.17 C367.31,213.79 396.97,236.44 423.35,255.03 " fill="none" id="C_0000001276-to-C_0000001263" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="427.55,257.98,422.453,249.5526,423.4478,255.1213,417.8791,256.1161,427.55,257.98" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="54" d="M435.31,245.32 C414.48,228.97 389.93,210.99 369.36,197.17 " fill="none" id="C_0000001263-backto-C_0000001276" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="38" d="M435.31,245.32 C414.48,228.97 389.93,210.99 369.36,197.17 " fill="none" id="C_0000001263-backto-C_0000001276" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="none" points="439.86,240,451.08,257.98,431.1,250.92,439.86,240" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="50" d="M377.34,197.05 C420.36,213.66 483.38,236.79 538.5,258 C547.96,261.64 558.05,265.62 568.06,269.47 " fill="none" id="C_0000001276-to-C_0000001267" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="34" d="M377.34,197.05 C420.36,213.66 483.38,236.79 538.5,258 C547.96,261.64 558.05,265.62 568.06,269.47 " fill="none" id="C_0000001276-to-C_0000001267" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="572.95,271.35,565.9715,264.4001,568.2796,269.5647,563.115,271.8727,572.95,271.35" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="55" d="M554.2,250.62 C504.07,231.56 449.75,211.75 406.62,197.05 " fill="none" id="C_0000001267-backto-C_0000001276" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="39" d="M554.2,250.62 C504.07,231.56 449.75,211.75 406.62,197.05 " fill="none" id="C_0000001267-backto-C_0000001276" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="none" points="557,244.19,573.18,257.88,552,257.27,557,244.19" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="51" d="M275.6,197.03 C239.82,212.91 191.55,234.33 150.72,252.46 " fill="none" id="C_0000001276-to-C_0000001271" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="35" d="M275.6,197.03 C239.82,212.91 191.55,234.33 150.72,252.46 " fill="none" id="C_0000001276-to-C_0000001271" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="none" points="153.37,258.94,132.25,260.65,147.69,246.14,153.37,258.94" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="57" d="M327.5,83.29 C327.5,105.2 327.5,130.82 327.5,148.88 " fill="none" id="C_0000001275-backto-C_0000001276" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="40" d="M327.5,83.29 C327.5,105.2 327.5,130.82 327.5,148.88 " fill="none" id="C_0000001275-backto-C_0000001276" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#FFFFFF" points="327.5,70.23,323.5,76.23,327.5,82.23,331.5,76.23,327.5,70.23" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<ellipse cx="333.5" cy="110.353" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="53" x="340.5" y="114.897">overload</text>
|
||||
|
||||
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
@@ -1,6 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="application/ecmascript" contentStyleType="text/css" height="582px" preserveAspectRatio="none" style="width:397px;height:582px;background:#FFFFFF;" version="1.1" viewBox="0 0 397 582" width="397px" zoomAndPan="magnify">
|
||||
<defs>
|
||||
<filter height="300%" id="fstjc2dq4xzwd" width="300%" x="-1" y="-1">
|
||||
<filter height="300%" id="fkf25razivee5" width="300%" x="-1" y="-1">
|
||||
<feGaussianBlur result="blurOut" stdDeviation="2.0"/>
|
||||
<feColorMatrix in="blurOut" result="blurOut2" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .4 0"/>
|
||||
<feOffset dx="4.0" dy="4.0" in="blurOut2" result="blurOut3"/>
|
||||
@@ -9,8 +9,8 @@
|
||||
<style type="text/css">a:hover { text-decoration: underline; }</style>
|
||||
</defs>
|
||||
<g>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00033/t00033.cc#L7" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00033/t00033.cc#L7" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<rect codeLine="3" fill="#FEFECE" filter="url(#fstjc2dq4xzwd)" height="62.9819" id="C_0000001294" style="stroke:#A80036;stroke-width:1.5;" width="59" x="62.5" y="258"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00033/t00033.cc#L7" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00033/t00033.cc#L7" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<rect codeLine="2" fill="#FEFECE" filter="url(#fkf25razivee5)" height="62.9819" id="C_0000001294" style="stroke:#A80036;stroke-width:1.5;" width="59" x="62.5" y="258"/>
|
||||
<ellipse cx="81.55" cy="274" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M81.0188,280.9219 Q79.2688,280.9219 78.1281,280.1875 Q77.0031,279.4375 76.4406,278.0938 Q75.8938,276.7344 75.8938,274.9375 Q75.8938,272.9063 76.55,271.4531 Q77.2063,270 78.4875,269.2188 Q79.7688,268.4375 81.6438,268.4375 Q82.5344,268.4375 83.2063,268.625 Q83.8781,268.7969 84.5656,269.1406 L83.7531,271.1563 Q83.1281,270.8438 82.5813,270.7188 Q82.05,270.5938 81.5656,270.5938 Q80.3938,270.5938 79.6906,271.125 Q78.9875,271.6563 78.6906,272.6094 Q78.3938,273.5625 78.3938,274.8281 Q78.3938,276.8438 79.1125,277.8125 Q79.8313,278.7656 81.425,278.7656 Q82.0188,278.7656 82.6438,278.6094 Q83.2688,278.4531 84.0969,278.0781 L84.0969,280.2969 Q83.3625,280.6094 82.5656,280.7656 Q81.7844,280.9219 81.0188,280.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="96.45" y="278.656">A</text>
|
||||
@@ -18,16 +18,16 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="6" x="117.5" y="268.8281">T</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="63.5" x2="120.5" y1="290" y2="290"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00033/t00033.cc#L8" target="_top" title="aaa" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00033/t00033.cc#L8" xlink:show="new" xlink:title="aaa" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00033/t00033.cc#L8" target="_top" title="aaa" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00033/t00033.cc#L8" xlink:show="new" xlink:title="aaa" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="68.5" y="296"/>
|
||||
<ellipse cx="73.5" cy="301" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00033/t00033.cc#L8" target="_top" title="aaa" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00033/t00033.cc#L8" xlink:show="new" xlink:title="aaa" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00033/t00033.cc#L8" target="_top" title="aaa" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00033/t00033.cc#L8" xlink:show="new" xlink:title="aaa" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="33" x="82.5" y="305.7589">aaa : T</text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="63.5" x2="120.5" y1="312.9819" y2="312.9819"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00033/t00033.cc#L11" target="_top" title="B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00033/t00033.cc#L11" xlink:show="new" xlink:title="B" xlink:type="simple">
|
||||
<rect codeLine="8" fill="#FEFECE" filter="url(#fstjc2dq4xzwd)" height="62.9819" id="C_0000001298" style="stroke:#A80036;stroke-width:1.5;" width="62" x="176" y="382"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00033/t00033.cc#L11" target="_top" title="B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00033/t00033.cc#L11" xlink:show="new" xlink:title="B" xlink:type="simple">
|
||||
<rect codeLine="6" fill="#FEFECE" filter="url(#fkf25razivee5)" height="62.9819" id="C_0000001298" style="stroke:#A80036;stroke-width:1.5;" width="62" x="176" y="382"/>
|
||||
<ellipse cx="196.4" cy="398" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M195.8688,404.9219 Q194.1188,404.9219 192.9781,404.1875 Q191.8531,403.4375 191.2906,402.0938 Q190.7438,400.7344 190.7438,398.9375 Q190.7438,396.9063 191.4,395.4531 Q192.0563,394 193.3375,393.2188 Q194.6188,392.4375 196.4938,392.4375 Q197.3844,392.4375 198.0563,392.625 Q198.7281,392.7969 199.4156,393.1406 L198.6031,395.1563 Q197.9781,394.8438 197.4313,394.7188 Q196.9,394.5938 196.4156,394.5938 Q195.2438,394.5938 194.5406,395.125 Q193.8375,395.6563 193.5406,396.6094 Q193.2438,397.5625 193.2438,398.8281 Q193.2438,400.8438 193.9625,401.8125 Q194.6813,402.7656 196.275,402.7656 Q196.8688,402.7656 197.4938,402.6094 Q198.1188,402.4531 198.9469,402.0781 L198.9469,404.2969 Q198.2125,404.6094 197.4156,404.7656 Q196.6344,404.9219 195.8688,404.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="211.6" y="402.656">B</text>
|
||||
@@ -35,16 +35,16 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="6" x="234" y="392.8281">T</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="177" x2="237" y1="414" y2="414"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00033/t00033.cc#L12" target="_top" title="bbb" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00033/t00033.cc#L12" xlink:show="new" xlink:title="bbb" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00033/t00033.cc#L12" target="_top" title="bbb" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00033/t00033.cc#L12" xlink:show="new" xlink:title="bbb" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="182" y="420"/>
|
||||
<ellipse cx="187" cy="425" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00033/t00033.cc#L12" target="_top" title="bbb" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00033/t00033.cc#L12" xlink:show="new" xlink:title="bbb" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00033/t00033.cc#L12" target="_top" title="bbb" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00033/t00033.cc#L12" xlink:show="new" xlink:title="bbb" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="36" x="196" y="429.7589">bbb : T</text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="177" x2="237" y1="436.9819" y2="436.9819"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00033/t00033.cc#L15" target="_top" title="C" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00033/t00033.cc#L15" xlink:show="new" xlink:title="C" xlink:type="simple">
|
||||
<rect codeLine="13" fill="#FEFECE" filter="url(#fstjc2dq4xzwd)" height="62.9819" id="C_0000001302" style="stroke:#A80036;stroke-width:1.5;" width="56" x="222" y="506"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00033/t00033.cc#L15" target="_top" title="C" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00033/t00033.cc#L15" xlink:show="new" xlink:title="C" xlink:type="simple">
|
||||
<rect codeLine="10" fill="#FEFECE" filter="url(#fkf25razivee5)" height="62.9819" id="C_0000001302" style="stroke:#A80036;stroke-width:1.5;" width="56" x="222" y="506"/>
|
||||
<ellipse cx="239.7" cy="522" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M239.1688,528.9219 Q237.4188,528.9219 236.2781,528.1875 Q235.1531,527.4375 234.5906,526.0938 Q234.0438,524.7344 234.0438,522.9375 Q234.0438,520.9063 234.7,519.4531 Q235.3563,518 236.6375,517.2188 Q237.9188,516.4375 239.7938,516.4375 Q240.6844,516.4375 241.3563,516.625 Q242.0281,516.7969 242.7156,517.1406 L241.9031,519.1563 Q241.2781,518.8438 240.7313,518.7188 Q240.2,518.5938 239.7156,518.5938 Q238.5438,518.5938 237.8406,519.125 Q237.1375,519.6563 236.8406,520.6094 Q236.5438,521.5625 236.5438,522.8281 Q236.5438,524.8438 237.2625,525.8125 Q237.9813,526.7656 239.575,526.7656 Q240.1688,526.7656 240.7938,526.6094 Q241.4188,526.4531 242.2469,526.0781 L242.2469,528.2969 Q241.5125,528.6094 240.7156,528.7656 Q239.9344,528.9219 239.1688,528.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="254.3" y="526.656">C</text>
|
||||
@@ -52,30 +52,30 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="6" x="274" y="516.8281">T</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="223" x2="277" y1="538" y2="538"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00033/t00033.cc#L16" target="_top" title="ccc" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00033/t00033.cc#L16" xlink:show="new" xlink:title="ccc" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00033/t00033.cc#L16" target="_top" title="ccc" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00033/t00033.cc#L16" xlink:show="new" xlink:title="ccc" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="228" y="544"/>
|
||||
<ellipse cx="233" cy="549" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00033/t00033.cc#L16" target="_top" title="ccc" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00033/t00033.cc#L16" xlink:show="new" xlink:title="ccc" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00033/t00033.cc#L16" target="_top" title="ccc" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00033/t00033.cc#L16" xlink:show="new" xlink:title="ccc" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="30" x="242" y="553.7589">ccc : T</text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="223" x2="277" y1="560.9819" y2="560.9819"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00033/t00033.cc#L19" target="_top" title="D" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00033/t00033.cc#L19" xlink:show="new" xlink:title="D" xlink:type="simple">
|
||||
<rect codeLine="18" fill="#FEFECE" filter="url(#fstjc2dq4xzwd)" height="62.9819" id="C_0000001306" style="stroke:#A80036;stroke-width:1.5;" width="70" x="313" y="506"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00033/t00033.cc#L19" target="_top" title="D" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00033/t00033.cc#L19" xlink:show="new" xlink:title="D" xlink:type="simple">
|
||||
<rect codeLine="14" fill="#FEFECE" filter="url(#fkf25razivee5)" height="62.9819" id="C_0000001306" style="stroke:#A80036;stroke-width:1.5;" width="70" x="313" y="506"/>
|
||||
<ellipse cx="341.05" cy="522" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M340.5188,528.9219 Q338.7688,528.9219 337.6281,528.1875 Q336.5031,527.4375 335.9406,526.0938 Q335.3938,524.7344 335.3938,522.9375 Q335.3938,520.9063 336.05,519.4531 Q336.7063,518 337.9875,517.2188 Q339.2688,516.4375 341.1438,516.4375 Q342.0344,516.4375 342.7063,516.625 Q343.3781,516.7969 344.0656,517.1406 L343.2531,519.1563 Q342.6281,518.8438 342.0813,518.7188 Q341.55,518.5938 341.0656,518.5938 Q339.8938,518.5938 339.1906,519.125 Q338.4875,519.6563 338.1906,520.6094 Q337.8938,521.5625 337.8938,522.8281 Q337.8938,524.8438 338.6125,525.8125 Q339.3313,526.7656 340.925,526.7656 Q341.5188,526.7656 342.1438,526.6094 Q342.7688,526.4531 343.5969,526.0781 L343.5969,528.2969 Q342.8625,528.6094 342.0656,528.7656 Q341.2844,528.9219 340.5188,528.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="9" x="357.95" y="526.656">D</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="314" x2="382" y1="538" y2="538"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00033/t00033.cc#L20" target="_top" title="ddd" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00033/t00033.cc#L20" xlink:show="new" xlink:title="ddd" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00033/t00033.cc#L20" target="_top" title="ddd" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00033/t00033.cc#L20" xlink:show="new" xlink:title="ddd" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="319" y="544"/>
|
||||
<ellipse cx="324" cy="549" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00033/t00033.cc#L20" target="_top" title="ddd" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00033/t00033.cc#L20" xlink:show="new" xlink:title="ddd" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00033/t00033.cc#L20" target="_top" title="ddd" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00033/t00033.cc#L20" xlink:show="new" xlink:title="ddd" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="44" x="333" y="553.7589">ddd : int</text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="314" x2="382" y1="560.9819" y2="560.9819"/>
|
||||
<rect codeLine="23" fill="#FEFECE" filter="url(#fstjc2dq4xzwd)" height="48" id="C_0000001316" style="stroke:#A80036;stroke-width:1.5;" width="52" x="273" y="389.5"/>
|
||||
<rect codeLine="18" fill="#FEFECE" filter="url(#fkf25razivee5)" height="48" id="C_0000001316" style="stroke:#A80036;stroke-width:1.5;" width="52" x="273" y="389.5"/>
|
||||
<ellipse cx="288" cy="405.5" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M287.4688,412.4219 Q285.7188,412.4219 284.5781,411.6875 Q283.4531,410.9375 282.8906,409.5938 Q282.3438,408.2344 282.3438,406.4375 Q282.3438,404.4063 283,402.9531 Q283.6563,401.5 284.9375,400.7188 Q286.2188,399.9375 288.0938,399.9375 Q288.9844,399.9375 289.6563,400.125 Q290.3281,400.2969 291.0156,400.6406 L290.2031,402.6563 Q289.5781,402.3438 289.0313,402.2188 Q288.5,402.0938 288.0156,402.0938 Q286.8438,402.0938 286.1406,402.625 Q285.4375,403.1563 285.1406,404.1094 Q284.8438,405.0625 284.8438,406.3281 Q284.8438,408.3438 285.5625,409.3125 Q286.2813,410.2656 287.875,410.2656 Q288.4688,410.2656 289.0938,410.1094 Q289.7188,409.9531 290.5469,409.5781 L290.5469,411.7969 Q289.8125,412.1094 289.0156,412.2656 Q288.2344,412.4219 287.4688,412.4219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="302" y="410.156">C</text>
|
||||
@@ -83,7 +83,7 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="8" x="319" y="400.3281">D</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="274" x2="324" y1="421.5" y2="421.5"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="274" x2="324" y1="429.5" y2="429.5"/>
|
||||
<rect codeLine="27" fill="#FEFECE" filter="url(#fstjc2dq4xzwd)" height="48" id="C_0000001313" style="stroke:#A80036;stroke-width:1.5;" width="167" x="156.5" y="265.5"/>
|
||||
<rect codeLine="21" fill="#FEFECE" filter="url(#fkf25razivee5)" height="48" id="C_0000001313" style="stroke:#A80036;stroke-width:1.5;" width="167" x="156.5" y="265.5"/>
|
||||
<ellipse cx="171.5" cy="281.5" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M170.9688,288.4219 Q169.2188,288.4219 168.0781,287.6875 Q166.9531,286.9375 166.3906,285.5938 Q165.8438,284.2344 165.8438,282.4375 Q165.8438,280.4063 166.5,278.9531 Q167.1563,277.5 168.4375,276.7188 Q169.7188,275.9375 171.5938,275.9375 Q172.4844,275.9375 173.1563,276.125 Q173.8281,276.2969 174.5156,276.6406 L173.7031,278.6563 Q173.0781,278.3438 172.5313,278.2188 Q172,278.0938 171.5156,278.0938 Q170.3438,278.0938 169.6406,278.625 Q168.9375,279.1563 168.6406,280.1094 Q168.3438,281.0625 168.3438,282.3281 Q168.3438,284.3438 169.0625,285.3125 Q169.7813,286.2656 171.375,286.2656 Q171.9688,286.2656 172.5938,286.1094 Q173.2188,285.9531 174.0469,285.5781 L174.0469,287.7969 Q173.3125,288.1094 172.5156,288.2656 Q171.7344,288.4219 170.9688,288.4219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="185.5" y="286.156">B</text>
|
||||
@@ -91,7 +91,7 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="123" x="202.5" y="276.3281">std::unique_ptr<C<D>></text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="157.5" x2="322.5" y1="297.5" y2="297.5"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="157.5" x2="322.5" y1="305.5" y2="305.5"/>
|
||||
<rect codeLine="31" fill="#FEFECE" filter="url(#fstjc2dq4xzwd)" height="48" id="C_0000001311" style="stroke:#A80036;stroke-width:1.5;" width="188" x="18" y="149"/>
|
||||
<rect codeLine="24" fill="#FEFECE" filter="url(#fkf25razivee5)" height="48" id="C_0000001311" style="stroke:#A80036;stroke-width:1.5;" width="188" x="18" y="149"/>
|
||||
<ellipse cx="33" cy="165" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M32.4688,171.9219 Q30.7188,171.9219 29.5781,171.1875 Q28.4531,170.4375 27.8906,169.0938 Q27.3438,167.7344 27.3438,165.9375 Q27.3438,163.9063 28,162.4531 Q28.6563,161 29.9375,160.2188 Q31.2188,159.4375 33.0938,159.4375 Q33.9844,159.4375 34.6563,159.625 Q35.3281,159.7969 36.0156,160.1406 L35.2031,162.1563 Q34.5781,161.8438 34.0313,161.7188 Q33.5,161.5938 33.0156,161.5938 Q31.8438,161.5938 31.1406,162.125 Q30.4375,162.6563 30.1406,163.6094 Q29.8438,164.5625 29.8438,165.8281 Q29.8438,167.8438 30.5625,168.8125 Q31.2813,169.7656 32.875,169.7656 Q33.4688,169.7656 34.0938,169.6094 Q34.7188,169.4531 35.5469,169.0781 L35.5469,171.2969 Q34.8125,171.6094 34.0156,171.7656 Q33.2344,171.9219 32.4688,171.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="47" y="169.656">A</text>
|
||||
@@ -99,34 +99,34 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="144" x="64" y="159.8281">B<std::unique_ptr<C<D>>></text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="19" x2="205" y1="181" y2="181"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="19" x2="205" y1="189" y2="189"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00033/t00033.cc#L23" target="_top" title="R" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00033/t00033.cc#L23" xlink:show="new" xlink:title="R" xlink:type="simple">
|
||||
<rect codeLine="35" fill="#FEFECE" filter="url(#fstjc2dq4xzwd)" height="62.9819" id="C_0000001310" style="stroke:#A80036;stroke-width:1.5;" width="210" x="7" y="7"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00033/t00033.cc#L23" target="_top" title="R" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00033/t00033.cc#L23" xlink:show="new" xlink:title="R" xlink:type="simple">
|
||||
<rect codeLine="27" fill="#FEFECE" filter="url(#fkf25razivee5)" height="62.9819" id="C_0000001310" style="stroke:#A80036;stroke-width:1.5;" width="210" x="7" y="7"/>
|
||||
<ellipse cx="104.25" cy="23" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M103.7188,29.9219 Q101.9688,29.9219 100.8281,29.1875 Q99.7031,28.4375 99.1406,27.0938 Q98.5938,25.7344 98.5938,23.9375 Q98.5938,21.9063 99.25,20.4531 Q99.9063,19 101.1875,18.2188 Q102.4688,17.4375 104.3438,17.4375 Q105.2344,17.4375 105.9063,17.625 Q106.5781,17.7969 107.2656,18.1406 L106.4531,20.1563 Q105.8281,19.8438 105.2813,19.7188 Q104.75,19.5938 104.2656,19.5938 Q103.0938,19.5938 102.3906,20.125 Q101.6875,20.6563 101.3906,21.6094 Q101.0938,22.5625 101.0938,23.8281 Q101.0938,25.8438 101.8125,26.8125 Q102.5313,27.7656 104.125,27.7656 Q104.7188,27.7656 105.3438,27.6094 Q105.9688,27.4531 106.7969,27.0781 L106.7969,29.2969 Q106.0625,29.6094 105.2656,29.7656 Q104.4844,29.9219 103.7188,29.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="7" x="124.75" y="27.656">R</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="216" y1="39" y2="39"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00033/t00033.cc#L24" target="_top" title="abc" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00033/t00033.cc#L24" xlink:show="new" xlink:title="abc" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00033/t00033.cc#L24" target="_top" title="abc" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00033/t00033.cc#L24" xlink:show="new" xlink:title="abc" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="45"/>
|
||||
<ellipse cx="18" cy="50" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00033/t00033.cc#L24" target="_top" title="abc" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00033/t00033.cc#L24" xlink:show="new" xlink:title="abc" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00033/t00033.cc#L24" target="_top" title="abc" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00033/t00033.cc#L24" xlink:show="new" xlink:title="abc" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="184" x="27" y="54.7589">abc : A<B<std::unique_ptr<C<D>>>></text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="216" y1="61.9819" y2="61.9819"/>
|
||||
<path codeLine="44" d="M308.33,437.73 C315.53,455.66 325.61,480.75 333.8,501.15 " fill="none" id="C_0000001316-to-C_0000001306" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="30" d="M308.33,437.73 C315.53,455.66 325.61,480.75 333.8,501.15 " fill="none" id="C_0000001316-to-C_0000001306" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="335.74,505.97,336.0853,496.1272,333.8708,501.3326,328.6654,499.118,335.74,505.97" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="45" d="M289.67,437.73 C284.05,451.72 276.68,470.08 269.81,487.17 " fill="none" id="C_0000001316-to-C_0000001302" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="31" d="M289.67,437.73 C284.05,451.72 276.68,470.08 269.81,487.17 " fill="none" id="C_0000001316-to-C_0000001302" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="none" points="276.21,490.02,262.26,505.97,263.22,484.8,276.21,490.02" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="47" d="M251.24,313.73 C261,333.92 275.15,363.19 285.52,384.63 " fill="none" id="C_0000001313-to-C_0000001316" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="32" d="M251.24,313.73 C261,333.92 275.15,363.19 285.52,384.63 " fill="none" id="C_0000001313-to-C_0000001316" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="287.81,389.35,287.5012,379.506,285.6371,384.8469,280.2962,382.9827,287.81,389.35" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="48" d="M233.72,313.73 C229.97,327.57 225.07,345.68 220.49,362.62 " fill="none" id="C_0000001313-to-C_0000001298" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="33" d="M233.72,313.73 C229.97,327.57 225.07,345.68 220.49,362.62 " fill="none" id="C_0000001313-to-C_0000001298" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="none" points="227.24,364.49,215.26,381.97,213.72,360.83,227.24,364.49" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="50" d="M137.9,197.17 C158.81,215.87 188.24,242.2 210.14,261.79 " fill="none" id="C_0000001311-to-C_0000001313" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="34" d="M137.9,197.17 C158.81,215.87 188.24,242.2 210.14,261.79 " fill="none" id="C_0000001311-to-C_0000001313" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="214.14,265.36,210.1262,256.3661,210.4235,262.0152,204.7745,262.3125,214.14,265.36" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="51" d="M107.95,197.17 C105.9,208.94 103.31,223.72 100.83,237.95 " fill="none" id="C_0000001311-to-C_0000001294" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="35" d="M107.95,197.17 C105.9,208.94 103.31,223.72 100.83,237.95 " fill="none" id="C_0000001311-to-C_0000001294" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="none" points="107.67,239.48,97.33,257.98,93.88,237.07,107.67,239.48" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="53" d="M112,83.29 C112,105.2 112,130.82 112,148.88 " fill="none" id="C_0000001310-backto-C_0000001311" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="36" d="M112,83.29 C112,105.2 112,130.82 112,148.88 " fill="none" id="C_0000001310-backto-C_0000001311" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#FFFFFF" points="112,70.23,108,76.23,112,82.23,116,76.23,112,70.23" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<ellipse cx="118" cy="110.353" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="21" x="125" y="114.897">abc</text>
|
||||
|
||||
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
@@ -1,6 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="application/ecmascript" contentStyleType="text/css" height="255px" preserveAspectRatio="none" style="width:681px;height:255px;background:#FFFFFF;" version="1.1" viewBox="0 0 681 255" width="681px" zoomAndPan="magnify">
|
||||
<defs>
|
||||
<filter height="300%" id="f1e53rbw359zg3" width="300%" x="-1" y="-1">
|
||||
<filter height="300%" id="fe948xnwfki7b" width="300%" x="-1" y="-1">
|
||||
<feGaussianBlur result="blurOut" stdDeviation="2.0"/>
|
||||
<feColorMatrix in="blurOut" result="blurOut2" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .4 0"/>
|
||||
<feOffset dx="4.0" dy="4.0" in="blurOut2" result="blurOut3"/>
|
||||
@@ -9,30 +9,30 @@
|
||||
<style type="text/css">a:hover { text-decoration: underline; }</style>
|
||||
</defs>
|
||||
<g>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00034/t00034.cc#L9" target="_top" title="Void" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00034/t00034.cc#L9" xlink:show="new" xlink:title="Void" xlink:type="simple">
|
||||
<rect codeLine="3" fill="#FEFECE" filter="url(#f1e53rbw359zg3)" height="77.9638" id="C_0000001341" style="stroke:#A80036;stroke-width:1.5;" width="221" x="7" y="164"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00034/t00034.cc#L9" target="_top" title="Void" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00034/t00034.cc#L9" xlink:show="new" xlink:title="Void" xlink:type="simple">
|
||||
<rect codeLine="2" fill="#FEFECE" filter="url(#fe948xnwfki7b)" height="77.9638" id="C_0000001341" style="stroke:#A80036;stroke-width:1.5;" width="221" x="7" y="164"/>
|
||||
<ellipse cx="101.25" cy="180" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M100.7188,186.9219 Q98.9688,186.9219 97.8281,186.1875 Q96.7031,185.4375 96.1406,184.0938 Q95.5938,182.7344 95.5938,180.9375 Q95.5938,178.9063 96.25,177.4531 Q96.9063,176 98.1875,175.2188 Q99.4688,174.4375 101.3438,174.4375 Q102.2344,174.4375 102.9063,174.625 Q103.5781,174.7969 104.2656,175.1406 L103.4531,177.1563 Q102.8281,176.8438 102.2813,176.7188 Q101.75,176.5938 101.2656,176.5938 Q100.0938,176.5938 99.3906,177.125 Q98.6875,177.6563 98.3906,178.6094 Q98.0938,179.5625 98.0938,180.8281 Q98.0938,182.8438 98.8125,183.8125 Q99.5313,184.7656 101.125,184.7656 Q101.7188,184.7656 102.3438,184.6094 Q102.9688,184.4531 103.7969,184.0781 L103.7969,186.2969 Q103.0625,186.6094 102.2656,186.7656 Q101.4844,186.9219 100.7188,186.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="24" x="121.75" y="184.656">Void</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="227" y1="196" y2="196"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="227" y1="204" y2="204"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00034/t00034.cc#L10" target="_top" title="operator==" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00034/t00034.cc#L10" xlink:show="new" xlink:title="operator==" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00034/t00034.cc#L10" target="_top" title="operator==" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00034/t00034.cc#L10" xlink:show="new" xlink:title="operator==" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="210"/>
|
||||
<ellipse cx="18" cy="215" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00034/t00034.cc#L10" target="_top" title="operator==" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00034/t00034.cc#L10" xlink:show="new" xlink:title="operator==" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00034/t00034.cc#L10" target="_top" title="operator==" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00034/t00034.cc#L10" xlink:show="new" xlink:title="operator==" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="195" x="27" y="219.7589">operator==(Void const& ) const : bool</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00034/t00034.cc#L11" target="_top" title="operator!=" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00034/t00034.cc#L11" xlink:show="new" xlink:title="operator!=" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00034/t00034.cc#L11" target="_top" title="operator!=" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00034/t00034.cc#L11" xlink:show="new" xlink:title="operator!=" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="224.9819"/>
|
||||
<ellipse cx="18" cy="229.9819" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00034/t00034.cc#L11" target="_top" title="operator!=" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00034/t00034.cc#L11" xlink:show="new" xlink:title="operator!=" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00034/t00034.cc#L11" target="_top" title="operator!=" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00034/t00034.cc#L11" xlink:show="new" xlink:title="operator!=" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="192" x="27" y="234.7408">operator!=(Void const& ) const : bool</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00034/t00034.cc#L16" target="_top" title="lift_void" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00034/t00034.cc#L16" xlink:show="new" xlink:title="lift_void" xlink:type="simple">
|
||||
<rect codeLine="9" fill="#FEFECE" filter="url(#f1e53rbw359zg3)" height="48" id="C_0000001349" style="stroke:#A80036;stroke-width:1.5;" width="84" x="403.5" y="179"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00034/t00034.cc#L16" target="_top" title="lift_void" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00034/t00034.cc#L16" xlink:show="new" xlink:title="lift_void" xlink:type="simple">
|
||||
<rect codeLine="7" fill="#FEFECE" filter="url(#fe948xnwfki7b)" height="48" id="C_0000001349" style="stroke:#A80036;stroke-width:1.5;" width="84" x="403.5" y="179"/>
|
||||
<ellipse cx="418.5" cy="195" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M417.9688,201.9219 Q416.2188,201.9219 415.0781,201.1875 Q413.9531,200.4375 413.3906,199.0938 Q412.8438,197.7344 412.8438,195.9375 Q412.8438,193.9063 413.5,192.4531 Q414.1563,191 415.4375,190.2188 Q416.7188,189.4375 418.5938,189.4375 Q419.4844,189.4375 420.1563,189.625 Q420.8281,189.7969 421.5156,190.1406 L420.7031,192.1563 Q420.0781,191.8438 419.5313,191.7188 Q419,191.5938 418.5156,191.5938 Q417.3438,191.5938 416.6406,192.125 Q415.9375,192.6563 415.6406,193.6094 Q415.3438,194.5625 415.3438,195.8281 Q415.3438,197.8438 416.0625,198.8125 Q416.7813,199.7656 418.375,199.7656 Q418.9688,199.7656 419.5938,199.6094 Q420.2188,199.4531 421.0469,199.0781 L421.0469,201.2969 Q420.3125,201.6094 419.5156,201.7656 Q418.7344,201.9219 417.9688,201.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="42" x="432.5" y="199.656">lift_void</text>
|
||||
@@ -41,8 +41,8 @@
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="404.5" x2="486.5" y1="211" y2="211"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="404.5" x2="486.5" y1="219" y2="219"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00034/t00034.cc#L20" target="_top" title="lift_void" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00034/t00034.cc#L20" xlink:show="new" xlink:title="lift_void" xlink:type="simple">
|
||||
<rect codeLine="13" fill="#FEFECE" filter="url(#f1e53rbw359zg3)" height="48" id="C_0000001352" style="stroke:#A80036;stroke-width:1.5;" width="101" x="395" y="22"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00034/t00034.cc#L20" target="_top" title="lift_void" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00034/t00034.cc#L20" xlink:show="new" xlink:title="lift_void" xlink:type="simple">
|
||||
<rect codeLine="10" fill="#FEFECE" filter="url(#fe948xnwfki7b)" height="48" id="C_0000001352" style="stroke:#A80036;stroke-width:1.5;" width="101" x="395" y="22"/>
|
||||
<ellipse cx="410" cy="38" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M409.4688,44.9219 Q407.7188,44.9219 406.5781,44.1875 Q405.4531,43.4375 404.8906,42.0938 Q404.3438,40.7344 404.3438,38.9375 Q404.3438,36.9063 405,35.4531 Q405.6563,34 406.9375,33.2188 Q408.2188,32.4375 410.0938,32.4375 Q410.9844,32.4375 411.6563,32.625 Q412.3281,32.7969 413.0156,33.1406 L412.2031,35.1563 Q411.5781,34.8438 411.0313,34.7188 Q410.5,34.5938 410.0156,34.5938 Q408.8438,34.5938 408.1406,35.125 Q407.4375,35.6563 407.1406,36.6094 Q406.8438,37.5625 406.8438,38.8281 Q406.8438,40.8438 407.5625,41.8125 Q408.2813,42.7656 409.875,42.7656 Q410.4688,42.7656 411.0938,42.6094 Q411.7188,42.4531 412.5469,42.0781 L412.5469,44.2969 Q411.8125,44.6094 411.0156,44.7656 Q410.2344,44.9219 409.4688,44.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="42" x="424" y="42.656">lift_void</text>
|
||||
@@ -51,8 +51,8 @@
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="396" x2="495" y1="54" y2="54"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="396" x2="495" y1="62" y2="62"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00034/t00034.cc#L33" target="_top" title="drop_void" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00034/t00034.cc#L33" xlink:show="new" xlink:title="drop_void" xlink:type="simple">
|
||||
<rect codeLine="17" fill="#FEFECE" filter="url(#f1e53rbw359zg3)" height="48" id="C_0000001361" style="stroke:#A80036;stroke-width:1.5;" width="96" x="263.5" y="179"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00034/t00034.cc#L33" target="_top" title="drop_void" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00034/t00034.cc#L33" xlink:show="new" xlink:title="drop_void" xlink:type="simple">
|
||||
<rect codeLine="13" fill="#FEFECE" filter="url(#fe948xnwfki7b)" height="48" id="C_0000001361" style="stroke:#A80036;stroke-width:1.5;" width="96" x="263.5" y="179"/>
|
||||
<ellipse cx="278.5" cy="195" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M277.9688,201.9219 Q276.2188,201.9219 275.0781,201.1875 Q273.9531,200.4375 273.3906,199.0938 Q272.8438,197.7344 272.8438,195.9375 Q272.8438,193.9063 273.5,192.4531 Q274.1563,191 275.4375,190.2188 Q276.7188,189.4375 278.5938,189.4375 Q279.4844,189.4375 280.1563,189.625 Q280.8281,189.7969 281.5156,190.1406 L280.7031,192.1563 Q280.0781,191.8438 279.5313,191.7188 Q279,191.5938 278.5156,191.5938 Q277.3438,191.5938 276.6406,192.125 Q275.9375,192.6563 275.6406,193.6094 Q275.3438,194.5625 275.3438,195.8281 Q275.3438,197.8438 276.0625,198.8125 Q276.7813,199.7656 278.375,199.7656 Q278.9688,199.7656 279.5938,199.6094 Q280.2188,199.4531 281.0469,199.0781 L281.0469,201.2969 Q280.3125,201.6094 279.5156,201.7656 Q278.7344,201.9219 277.9688,201.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="54" x="292.5" y="199.656">drop_void</text>
|
||||
@@ -61,8 +61,8 @@
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="264.5" x2="358.5" y1="211" y2="211"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="264.5" x2="358.5" y1="219" y2="219"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00034/t00034.cc#L37" target="_top" title="drop_void" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00034/t00034.cc#L37" xlink:show="new" xlink:title="drop_void" xlink:type="simple">
|
||||
<rect codeLine="21" fill="#FEFECE" filter="url(#f1e53rbw359zg3)" height="48" id="C_0000001364" style="stroke:#A80036;stroke-width:1.5;" width="114" x="153.5" y="22"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00034/t00034.cc#L37" target="_top" title="drop_void" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00034/t00034.cc#L37" xlink:show="new" xlink:title="drop_void" xlink:type="simple">
|
||||
<rect codeLine="16" fill="#FEFECE" filter="url(#fe948xnwfki7b)" height="48" id="C_0000001364" style="stroke:#A80036;stroke-width:1.5;" width="114" x="153.5" y="22"/>
|
||||
<ellipse cx="168.5" cy="38" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M167.9688,44.9219 Q166.2188,44.9219 165.0781,44.1875 Q163.9531,43.4375 163.3906,42.0938 Q162.8438,40.7344 162.8438,38.9375 Q162.8438,36.9063 163.5,35.4531 Q164.1563,34 165.4375,33.2188 Q166.7188,32.4375 168.5938,32.4375 Q169.4844,32.4375 170.1563,32.625 Q170.8281,32.7969 171.5156,33.1406 L170.7031,35.1563 Q170.0781,34.8438 169.5313,34.7188 Q169,34.5938 168.5156,34.5938 Q167.3438,34.5938 166.6406,35.125 Q165.9375,35.6563 165.6406,36.6094 Q165.3438,37.5625 165.3438,38.8281 Q165.3438,40.8438 166.0625,41.8125 Q166.7813,42.7656 168.375,42.7656 Q168.9688,42.7656 169.5938,42.6094 Q170.2188,42.4531 171.0469,42.0781 L171.0469,44.2969 Q170.3125,44.6094 169.5156,44.7656 Q168.7344,44.9219 167.9688,44.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="54" x="182.5" y="42.656">drop_void</text>
|
||||
@@ -71,43 +71,43 @@
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="154.5" x2="266.5" y1="54" y2="54"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="154.5" x2="266.5" y1="62" y2="62"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00034/t00034.cc#L43" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00034/t00034.cc#L43" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<rect codeLine="25" fill="#FEFECE" filter="url(#f1e53rbw359zg3)" height="48" id="C_0000001373" style="stroke:#A80036;stroke-width:1.5;" width="40" x="579.5" y="179"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00034/t00034.cc#L43" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00034/t00034.cc#L43" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<rect codeLine="19" fill="#FEFECE" filter="url(#fe948xnwfki7b)" height="48" id="C_0000001373" style="stroke:#A80036;stroke-width:1.5;" width="40" x="579.5" y="179"/>
|
||||
<ellipse cx="594.5" cy="195" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M593.9688,201.9219 Q592.2188,201.9219 591.0781,201.1875 Q589.9531,200.4375 589.3906,199.0938 Q588.8438,197.7344 588.8438,195.9375 Q588.8438,193.9063 589.5,192.4531 Q590.1563,191 591.4375,190.2188 Q592.7188,189.4375 594.5938,189.4375 Q595.4844,189.4375 596.1563,189.625 Q596.8281,189.7969 597.5156,190.1406 L596.7031,192.1563 Q596.0781,191.8438 595.5313,191.7188 Q595,191.5938 594.5156,191.5938 Q593.3438,191.5938 592.6406,192.125 Q591.9375,192.6563 591.6406,193.6094 Q591.3438,194.5625 591.3438,195.8281 Q591.3438,197.8438 592.0625,198.8125 Q592.7813,199.7656 594.375,199.7656 Q594.9688,199.7656 595.5938,199.6094 Q596.2188,199.4531 597.0469,199.0781 L597.0469,201.2969 Q596.3125,201.6094 595.5156,201.7656 Q594.7344,201.9219 593.9688,201.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="608.5" y="199.656">A</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="580.5" x2="618.5" y1="211" y2="211"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="580.5" x2="618.5" y1="219" y2="219"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00034/t00034.cc#L46" target="_top" title="R" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00034/t00034.cc#L46" xlink:show="new" xlink:title="R" xlink:type="simple">
|
||||
<rect codeLine="29" fill="#FEFECE" filter="url(#f1e53rbw359zg3)" height="77.9638" id="C_0000001377" style="stroke:#A80036;stroke-width:1.5;" width="136" x="531.5" y="7"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00034/t00034.cc#L46" target="_top" title="R" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00034/t00034.cc#L46" xlink:show="new" xlink:title="R" xlink:type="simple">
|
||||
<rect codeLine="22" fill="#FEFECE" filter="url(#fe948xnwfki7b)" height="77.9638" id="C_0000001377" style="stroke:#A80036;stroke-width:1.5;" width="136" x="531.5" y="7"/>
|
||||
<ellipse cx="591.75" cy="23" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M591.2188,29.9219 Q589.4688,29.9219 588.3281,29.1875 Q587.2031,28.4375 586.6406,27.0938 Q586.0938,25.7344 586.0938,23.9375 Q586.0938,21.9063 586.75,20.4531 Q587.4063,19 588.6875,18.2188 Q589.9688,17.4375 591.8438,17.4375 Q592.7344,17.4375 593.4063,17.625 Q594.0781,17.7969 594.7656,18.1406 L593.9531,20.1563 Q593.3281,19.8438 592.7813,19.7188 Q592.25,19.5938 591.7656,19.5938 Q590.5938,19.5938 589.8906,20.125 Q589.1875,20.6563 588.8906,21.6094 Q588.5938,22.5625 588.5938,23.8281 Q588.5938,25.8438 589.3125,26.8125 Q590.0313,27.7656 591.625,27.7656 Q592.2188,27.7656 592.8438,27.6094 Q593.4688,27.4531 594.2969,27.0781 L594.2969,29.2969 Q593.5625,29.6094 592.7656,29.7656 Q591.9844,29.9219 591.2188,29.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="7" x="612.25" y="27.656">R</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="532.5" x2="666.5" y1="39" y2="39"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00034/t00034.cc#L47" target="_top" title="la" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00034/t00034.cc#L47" xlink:show="new" xlink:title="la" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00034/t00034.cc#L47" target="_top" title="la" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00034/t00034.cc#L47" xlink:show="new" xlink:title="la" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="537.5" y="45"/>
|
||||
<ellipse cx="542.5" cy="50" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00034/t00034.cc#L47" target="_top" title="la" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00034/t00034.cc#L47" xlink:show="new" xlink:title="la" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00034/t00034.cc#L47" target="_top" title="la" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00034/t00034.cc#L47" xlink:show="new" xlink:title="la" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="94" x="551.5" y="54.7589">la : lift_void_t<A>*</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00034/t00034.cc#L48" target="_top" title="lv" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00034/t00034.cc#L48" xlink:show="new" xlink:title="lv" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00034/t00034.cc#L48" target="_top" title="lv" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00034/t00034.cc#L48" xlink:show="new" xlink:title="lv" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="537.5" y="59.9819"/>
|
||||
<ellipse cx="542.5" cy="64.9819" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00034/t00034.cc#L48" target="_top" title="lv" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00034/t00034.cc#L48" xlink:show="new" xlink:title="lv" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00034/t00034.cc#L48" target="_top" title="lv" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00034/t00034.cc#L48" xlink:show="new" xlink:title="lv" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="110" x="551.5" y="69.7408">lv : lift_void_t<void>*</text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="532.5" x2="666.5" y1="76.9638" y2="76.9638"/>
|
||||
<path codeLine="37" d="M445.5,70.21 C445.5,93.56 445.5,130.13 445.5,158.83 " fill="none" id="C_0000001352-to-C_0000001349" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="26" d="M445.5,70.21 C445.5,93.56 445.5,130.13 445.5,158.83 " fill="none" id="C_0000001352-to-C_0000001349" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="none" points="452.5,158.89,445.5,178.89,438.5,158.89,452.5,158.89" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="40" d="M196.58,70.21 C182.48,93.69 160.37,130.55 143.1,159.33 " fill="none" id="C_0000001364-to-C_0000001341" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="27" d="M196.58,70.21 C182.48,93.69 160.37,130.55 143.1,159.33 " fill="none" id="C_0000001364-to-C_0000001341" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="140.38,163.87,148.4404,158.2105,142.9525,159.5825,141.5805,154.0946,140.38,163.87" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="41" d="M225.62,70.21 C241.36,94.36 266.31,132.65 285.27,161.75 " fill="none" id="C_0000001364-to-C_0000001361" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="28" d="M225.62,70.21 C241.36,94.36 266.31,132.65 285.27,161.75 " fill="none" id="C_0000001364-to-C_0000001361" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="none" points="291.39,158.31,296.44,178.89,279.66,165.95,291.39,158.31" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="45" d="M599.5,85.31 C599.5,112.6 599.5,148.68 599.5,173.45 " fill="none" id="C_0000001377-to-C_0000001373" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="29" d="M599.5,85.31 C599.5,112.6 599.5,148.68 599.5,173.45 " fill="none" id="C_0000001377-to-C_0000001373" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#A80036" points="599.5,178.56,603.5,169.56,599.5,173.56,595.5,169.56,599.5,178.56" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<ellipse cx="605.5" cy="125.353" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="10" x="612.5" y="129.897">la</text>
|
||||
|
||||
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
@@ -1,6 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="application/ecmascript" contentStyleType="text/css" height="285px" preserveAspectRatio="none" style="width:274px;height:285px;background:#FFFFFF;" version="1.1" viewBox="0 0 274 285" width="274px" zoomAndPan="magnify">
|
||||
<defs>
|
||||
<filter height="300%" id="fye7vaq62i21a" width="300%" x="-1" y="-1">
|
||||
<filter height="300%" id="f1mzd8ptn66wr4" width="300%" x="-1" y="-1">
|
||||
<feGaussianBlur result="blurOut" stdDeviation="2.0"/>
|
||||
<feColorMatrix in="blurOut" result="blurOut2" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .4 0"/>
|
||||
<feOffset dx="4.0" dy="4.0" in="blurOut2" result="blurOut3"/>
|
||||
@@ -9,40 +9,40 @@
|
||||
<style type="text/css">a:hover { text-decoration: underline; }</style>
|
||||
</defs>
|
||||
<g>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00035/t00035.cc#L4" target="_top" title="Top" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00035/t00035.cc#L4" xlink:show="new" xlink:title="Top" xlink:type="simple">
|
||||
<rect codeLine="3" fill="#FEFECE" filter="url(#fye7vaq62i21a)" height="48" id="C_0000001384" style="stroke:#A80036;stroke-width:1.5;" width="53" x="104" y="7"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00035/t00035.cc#L4" target="_top" title="Top" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00035/t00035.cc#L4" xlink:show="new" xlink:title="Top" xlink:type="simple">
|
||||
<rect codeLine="2" fill="#FEFECE" filter="url(#f1mzd8ptn66wr4)" height="48" id="C_0000001384" style="stroke:#A80036;stroke-width:1.5;" width="53" x="104" y="7"/>
|
||||
<ellipse cx="119" cy="23" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M118.4688,29.9219 Q116.7188,29.9219 115.5781,29.1875 Q114.4531,28.4375 113.8906,27.0938 Q113.3438,25.7344 113.3438,23.9375 Q113.3438,21.9063 114,20.4531 Q114.6563,19 115.9375,18.2188 Q117.2188,17.4375 119.0938,17.4375 Q119.9844,17.4375 120.6563,17.625 Q121.3281,17.7969 122.0156,18.1406 L121.2031,20.1563 Q120.5781,19.8438 120.0313,19.7188 Q119.5,19.5938 119.0156,19.5938 Q117.8438,19.5938 117.1406,20.125 Q116.4375,20.6563 116.1406,21.6094 Q115.8438,22.5625 115.8438,23.8281 Q115.8438,25.8438 116.5625,26.8125 Q117.2813,27.7656 118.875,27.7656 Q119.4688,27.7656 120.0938,27.6094 Q120.7188,27.4531 121.5469,27.0781 L121.5469,29.2969 Q120.8125,29.6094 120.0156,29.7656 Q119.2344,29.9219 118.4688,29.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="21" x="133" y="27.656">Top</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="105" x2="156" y1="39" y2="39"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="105" x2="156" y1="47" y2="47"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00035/t00035.cc#L7" target="_top" title="Left" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00035/t00035.cc#L7" xlink:show="new" xlink:title="Left" xlink:type="simple">
|
||||
<rect codeLine="7" fill="#FEFECE" filter="url(#fye7vaq62i21a)" height="48" id="C_0000001388" style="stroke:#A80036;stroke-width:1.5;" width="53" x="7" y="115"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00035/t00035.cc#L7" target="_top" title="Left" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00035/t00035.cc#L7" xlink:show="new" xlink:title="Left" xlink:type="simple">
|
||||
<rect codeLine="5" fill="#FEFECE" filter="url(#f1mzd8ptn66wr4)" height="48" id="C_0000001388" style="stroke:#A80036;stroke-width:1.5;" width="53" x="7" y="115"/>
|
||||
<ellipse cx="22" cy="131" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M21.4688,137.9219 Q19.7188,137.9219 18.5781,137.1875 Q17.4531,136.4375 16.8906,135.0938 Q16.3438,133.7344 16.3438,131.9375 Q16.3438,129.9063 17,128.4531 Q17.6563,127 18.9375,126.2188 Q20.2188,125.4375 22.0938,125.4375 Q22.9844,125.4375 23.6563,125.625 Q24.3281,125.7969 25.0156,126.1406 L24.2031,128.1563 Q23.5781,127.8438 23.0313,127.7188 Q22.5,127.5938 22.0156,127.5938 Q20.8438,127.5938 20.1406,128.125 Q19.4375,128.6563 19.1406,129.6094 Q18.8438,130.5625 18.8438,131.8281 Q18.8438,133.8438 19.5625,134.8125 Q20.2813,135.7656 21.875,135.7656 Q22.4688,135.7656 23.0938,135.6094 Q23.7188,135.4531 24.5469,135.0781 L24.5469,137.2969 Q23.8125,137.6094 23.0156,137.7656 Q22.2344,137.9219 21.4688,137.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="21" x="36" y="135.656">Left</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="59" y1="147" y2="147"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="59" y1="155" y2="155"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00035/t00035.cc#L10" target="_top" title="Center" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00035/t00035.cc#L10" xlink:show="new" xlink:title="Center" xlink:type="simple">
|
||||
<rect codeLine="11" fill="#FEFECE" filter="url(#fye7vaq62i21a)" height="48" id="C_0000001392" style="stroke:#A80036;stroke-width:1.5;" width="70" x="95.5" y="115"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00035/t00035.cc#L10" target="_top" title="Center" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00035/t00035.cc#L10" xlink:show="new" xlink:title="Center" xlink:type="simple">
|
||||
<rect codeLine="8" fill="#FEFECE" filter="url(#f1mzd8ptn66wr4)" height="48" id="C_0000001392" style="stroke:#A80036;stroke-width:1.5;" width="70" x="95.5" y="115"/>
|
||||
<ellipse cx="110.5" cy="131" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M109.9688,137.9219 Q108.2188,137.9219 107.0781,137.1875 Q105.9531,136.4375 105.3906,135.0938 Q104.8438,133.7344 104.8438,131.9375 Q104.8438,129.9063 105.5,128.4531 Q106.1563,127 107.4375,126.2188 Q108.7188,125.4375 110.5938,125.4375 Q111.4844,125.4375 112.1563,125.625 Q112.8281,125.7969 113.5156,126.1406 L112.7031,128.1563 Q112.0781,127.8438 111.5313,127.7188 Q111,127.5938 110.5156,127.5938 Q109.3438,127.5938 108.6406,128.125 Q107.9375,128.6563 107.6406,129.6094 Q107.3438,130.5625 107.3438,131.8281 Q107.3438,133.8438 108.0625,134.8125 Q108.7813,135.7656 110.375,135.7656 Q110.9688,135.7656 111.5938,135.6094 Q112.2188,135.4531 113.0469,135.0781 L113.0469,137.2969 Q112.3125,137.6094 111.5156,137.7656 Q110.7344,137.9219 109.9688,137.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="38" x="124.5" y="135.656">Center</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="96.5" x2="164.5" y1="147" y2="147"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="96.5" x2="164.5" y1="155" y2="155"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00035/t00035.cc#L13" target="_top" title="Bottom" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00035/t00035.cc#L13" xlink:show="new" xlink:title="Bottom" xlink:type="simple">
|
||||
<rect codeLine="15" fill="#FEFECE" filter="url(#fye7vaq62i21a)" height="48" id="C_0000001396" style="stroke:#A80036;stroke-width:1.5;" width="73" x="94" y="223"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00035/t00035.cc#L13" target="_top" title="Bottom" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00035/t00035.cc#L13" xlink:show="new" xlink:title="Bottom" xlink:type="simple">
|
||||
<rect codeLine="11" fill="#FEFECE" filter="url(#f1mzd8ptn66wr4)" height="48" id="C_0000001396" style="stroke:#A80036;stroke-width:1.5;" width="73" x="94" y="223"/>
|
||||
<ellipse cx="109" cy="239" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M108.4688,245.9219 Q106.7188,245.9219 105.5781,245.1875 Q104.4531,244.4375 103.8906,243.0938 Q103.3438,241.7344 103.3438,239.9375 Q103.3438,237.9063 104,236.4531 Q104.6563,235 105.9375,234.2188 Q107.2188,233.4375 109.0938,233.4375 Q109.9844,233.4375 110.6563,233.625 Q111.3281,233.7969 112.0156,234.1406 L111.2031,236.1563 Q110.5781,235.8438 110.0313,235.7188 Q109.5,235.5938 109.0156,235.5938 Q107.8438,235.5938 107.1406,236.125 Q106.4375,236.6563 106.1406,237.6094 Q105.8438,238.5625 105.8438,239.8281 Q105.8438,241.8438 106.5625,242.8125 Q107.2813,243.7656 108.875,243.7656 Q109.4688,243.7656 110.0938,243.6094 Q110.7188,243.4531 111.5469,243.0781 L111.5469,245.2969 Q110.8125,245.6094 110.0156,245.7656 Q109.2344,245.9219 108.4688,245.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="41" x="123" y="243.656">Bottom</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="95" x2="166" y1="255" y2="255"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="95" x2="166" y1="263" y2="263"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00035/t00035.cc#L16" target="_top" title="Right" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00035/t00035.cc#L16" xlink:show="new" xlink:title="Right" xlink:type="simple">
|
||||
<rect codeLine="19" fill="#FEFECE" filter="url(#fye7vaq62i21a)" height="48" id="C_0000001400" style="stroke:#A80036;stroke-width:1.5;" width="60" x="200.5" y="115"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00035/t00035.cc#L16" target="_top" title="Right" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00035/t00035.cc#L16" xlink:show="new" xlink:title="Right" xlink:type="simple">
|
||||
<rect codeLine="14" fill="#FEFECE" filter="url(#f1mzd8ptn66wr4)" height="48" id="C_0000001400" style="stroke:#A80036;stroke-width:1.5;" width="60" x="200.5" y="115"/>
|
||||
<ellipse cx="215.5" cy="131" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M214.9688,137.9219 Q213.2188,137.9219 212.0781,137.1875 Q210.9531,136.4375 210.3906,135.0938 Q209.8438,133.7344 209.8438,131.9375 Q209.8438,129.9063 210.5,128.4531 Q211.1563,127 212.4375,126.2188 Q213.7188,125.4375 215.5938,125.4375 Q216.4844,125.4375 217.1563,125.625 Q217.8281,125.7969 218.5156,126.1406 L217.7031,128.1563 Q217.0781,127.8438 216.5313,127.7188 Q216,127.5938 215.5156,127.5938 Q214.3438,127.5938 213.6406,128.125 Q212.9375,128.6563 212.6406,129.6094 Q212.3438,130.5625 212.3438,131.8281 Q212.3438,133.8438 213.0625,134.8125 Q213.7813,135.7656 215.375,135.7656 Q215.9688,135.7656 216.5938,135.6094 Q217.2188,135.4531 218.0469,135.0781 L218.0469,137.2969 Q217.3125,137.6094 216.5156,137.7656 Q215.7344,137.9219 214.9688,137.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="28" x="229.5" y="135.656">Right</text>
|
||||
|
||||
|
Before Width: | Height: | Size: 9.2 KiB After Width: | Height: | Size: 9.2 KiB |
@@ -1,6 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="application/ecmascript" contentStyleType="text/css" height="518px" preserveAspectRatio="none" style="width:451px;height:518px;background:#FFFFFF;" version="1.1" viewBox="0 0 451 518" width="451px" zoomAndPan="magnify">
|
||||
<defs>
|
||||
<filter height="300%" id="f1hnksvp21y4zc" width="300%" x="-1" y="-1">
|
||||
<filter height="300%" id="f1gm22jjvr4l44" width="300%" x="-1" y="-1">
|
||||
<feGaussianBlur result="blurOut" stdDeviation="2.0"/>
|
||||
<feColorMatrix in="blurOut" result="blurOut2" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .4 0"/>
|
||||
<feOffset dx="4.0" dy="4.0" in="blurOut2" result="blurOut3"/>
|
||||
@@ -9,23 +9,23 @@
|
||||
<style type="text/css">a:hover { text-decoration: underline; }</style>
|
||||
</defs>
|
||||
<g>
|
||||
<polygon fill="#FFFFFF" filter="url(#f1hnksvp21y4zc)" points="16,6.602,46,6.602,53,31.6699,290,31.6699,290,511.102,16,511.102,16,6.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<polygon fill="#FFFFFF" filter="url(#f1gm22jjvr4l44)" points="16,6.602,46,6.602,53,31.6699,290,31.6699,290,511.102,16,511.102,16,6.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="16" x2="53" y1="31.6699" y2="31.6699"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="24" x="20" y="23.5679">ns1</text>
|
||||
<polygon fill="#FFFFFF" filter="url(#f1hnksvp21y4zc)" points="94,52.602,132,52.602,139,77.6699,266,77.6699,266,487.102,94,487.102,94,52.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<polygon fill="#FFFFFF" filter="url(#f1gm22jjvr4l44)" points="94,52.602,132,52.602,139,77.6699,266,77.6699,266,487.102,94,487.102,94,52.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="94" x2="139" y1="77.6699" y2="77.6699"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="32" x="98" y="69.5679">ns11</text>
|
||||
<polygon fill="#FFFFFF" filter="url(#f1hnksvp21y4zc)" points="118,98.602,164,98.602,171,123.6699,242,123.6699,242,361.102,118,361.102,118,98.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<polygon fill="#FFFFFF" filter="url(#f1gm22jjvr4l44)" points="118,98.602,164,98.602,171,123.6699,242,123.6699,242,361.102,118,361.102,118,98.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="118" x2="171" y1="123.6699" y2="123.6699"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="40" x="122" y="115.5679">ns111</text>
|
||||
<polygon fill="#FFFFFF" filter="url(#f1hnksvp21y4zc)" points="314,60.102,344,60.102,351,85.1699,434,85.1699,434,232.102,314,232.102,314,60.102" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<polygon fill="#FFFFFF" filter="url(#f1gm22jjvr4l44)" points="314,60.102,344,60.102,351,85.1699,434,85.1699,434,232.102,314,232.102,314,60.102" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="314" x2="351" y1="85.1699" y2="85.1699"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="24" x="318" y="77.0679">ns2</text>
|
||||
<polygon fill="#FFFFFF" filter="url(#f1hnksvp21y4zc)" points="338,106.102,376,106.102,383,131.1699,410,131.1699,410,208.102,338,208.102,338,106.102" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<polygon fill="#FFFFFF" filter="url(#f1gm22jjvr4l44)" points="338,106.102,376,106.102,383,131.1699,410,131.1699,410,208.102,338,208.102,338,106.102" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="338" x2="383" y1="131.1699" y2="131.1699"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="32" x="342" y="123.0679">ns22</text>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00036/t00036.cc#L6" target="_top" title="E" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00036/t00036.cc#L6" xlink:show="new" xlink:title="E" xlink:type="simple">
|
||||
<rect codeLine="4" fill="#FEFECE" filter="url(#f1hnksvp21y4zc)" height="77.9638" id="C_0000001408" style="stroke:#A80036;stroke-width:1.5;" width="46" x="32" y="129.102"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00036/t00036.cc#L6" target="_top" title="E" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00036/t00036.cc#L6" xlink:show="new" xlink:title="E" xlink:type="simple">
|
||||
<rect codeLine="3" fill="#FEFECE" filter="url(#f1gm22jjvr4l44)" height="77.9638" id="C_0000001408" style="stroke:#A80036;stroke-width:1.5;" width="46" x="32" y="129.102"/>
|
||||
<ellipse cx="50.15" cy="145.102" fill="#EB937F" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M46.5094,151.602 L46.5094,139.4614 L54.1656,139.4614 L54.1656,141.5864 L48.8844,141.5864 L48.8844,144.2426 L53.9,144.2426 L53.9,146.3676 L48.8844,146.3676 L48.8844,149.477 L54.1656,149.477 L54.1656,151.602 L46.5094,151.602 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="7" x="64.85" y="149.758">E</text>
|
||||
@@ -34,8 +34,8 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="34" x="38" y="191.8428">yellow</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="33" x2="77" y1="199.0658" y2="199.0658"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00036/t00036.cc#L10" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00036/t00036.cc#L10" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<rect codeLine="10" fill="#FEFECE" filter="url(#f1hnksvp21y4zc)" height="62.9819" id="C_0000001413" style="stroke:#A80036;stroke-width:1.5;" width="50" x="155" y="408.102"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00036/t00036.cc#L10" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00036/t00036.cc#L10" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<rect codeLine="9" fill="#FEFECE" filter="url(#f1gm22jjvr4l44)" height="62.9819" id="C_0000001413" style="stroke:#A80036;stroke-width:1.5;" width="50" x="155" y="408.102"/>
|
||||
<ellipse cx="170" cy="424.102" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M169.4688,431.0239 Q167.7188,431.0239 166.5781,430.2895 Q165.4531,429.5395 164.8906,428.1957 Q164.3438,426.8364 164.3438,425.0395 Q164.3438,423.0082 165,421.5551 Q165.6563,420.102 166.9375,419.3207 Q168.2188,418.5395 170.0938,418.5395 Q170.9844,418.5395 171.6563,418.727 Q172.3281,418.8989 173.0156,419.2426 L172.2031,421.2582 Q171.5781,420.9457 171.0313,420.8207 Q170.5,420.6957 170.0156,420.6957 Q168.8438,420.6957 168.1406,421.227 Q167.4375,421.7582 167.1406,422.7114 Q166.8438,423.6645 166.8438,424.9301 Q166.8438,426.9457 167.5625,427.9145 Q168.2813,428.8676 169.875,428.8676 Q170.4688,428.8676 171.0938,428.7114 Q171.7188,428.5551 172.5469,428.1801 L172.5469,430.3989 Q171.8125,430.7114 171.0156,430.8676 Q170.2344,431.0239 169.4688,431.0239 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="184" y="428.758">A</text>
|
||||
@@ -43,15 +43,15 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="6" x="201" y="418.9301">T</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="156" x2="204" y1="440.102" y2="440.102"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00036/t00036.cc#L11" target="_top" title="a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00036/t00036.cc#L11" xlink:show="new" xlink:title="a" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00036/t00036.cc#L11" target="_top" title="a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00036/t00036.cc#L11" xlink:show="new" xlink:title="a" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="161" y="446.102"/>
|
||||
<ellipse cx="166" cy="451.102" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00036/t00036.cc#L11" target="_top" title="a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00036/t00036.cc#L11" xlink:show="new" xlink:title="a" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00036/t00036.cc#L11" target="_top" title="a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00036/t00036.cc#L11" xlink:show="new" xlink:title="a" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="21" x="175" y="455.8609">a : T</text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="156" x2="204" y1="463.0839" y2="463.0839"/>
|
||||
<rect codeLine="15" fill="#FEFECE" filter="url(#f1hnksvp21y4zc)" height="48" id="C_0000001419" style="stroke:#A80036;stroke-width:1.5;" width="58" x="151" y="297.102"/>
|
||||
<rect codeLine="14" fill="#FEFECE" filter="url(#f1gm22jjvr4l44)" height="48" id="C_0000001419" style="stroke:#A80036;stroke-width:1.5;" width="58" x="151" y="297.102"/>
|
||||
<ellipse cx="166" cy="313.102" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M165.4688,320.0239 Q163.7188,320.0239 162.5781,319.2895 Q161.4531,318.5395 160.8906,317.1957 Q160.3438,315.8364 160.3438,314.0395 Q160.3438,312.0082 161,310.5551 Q161.6563,309.102 162.9375,308.3207 Q164.2188,307.5395 166.0938,307.5395 Q166.9844,307.5395 167.6563,307.727 Q168.3281,307.8989 169.0156,308.2426 L168.2031,310.2582 Q167.5781,309.9457 167.0313,309.8207 Q166.5,309.6957 166.0156,309.6957 Q164.8438,309.6957 164.1406,310.227 Q163.4375,310.7582 163.1406,311.7114 Q162.8438,312.6645 162.8438,313.9301 Q162.8438,315.9457 163.5625,316.9145 Q164.2813,317.8676 165.875,317.8676 Q166.4688,317.8676 167.0938,317.7114 Q167.7188,317.5551 168.5469,317.1801 L168.5469,319.3989 Q167.8125,319.7114 167.0156,319.8676 Q166.2344,320.0239 165.4688,320.0239 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="180" y="317.758">A</text>
|
||||
@@ -59,32 +59,32 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="14" x="197" y="307.9301">int</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="152" x2="208" y1="329.102" y2="329.102"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="152" x2="208" y1="337.102" y2="337.102"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00036/t00036.cc#L16" target="_top" title="B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00036/t00036.cc#L16" xlink:show="new" xlink:title="B" xlink:type="simple">
|
||||
<rect codeLine="18" fill="#FEFECE" filter="url(#f1hnksvp21y4zc)" height="62.9819" id="C_0000001418" style="stroke:#A80036;stroke-width:1.5;" width="93" x="133.5" y="136.602"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00036/t00036.cc#L16" target="_top" title="B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00036/t00036.cc#L16" xlink:show="new" xlink:title="B" xlink:type="simple">
|
||||
<rect codeLine="17" fill="#FEFECE" filter="url(#f1gm22jjvr4l44)" height="62.9819" id="C_0000001418" style="stroke:#A80036;stroke-width:1.5;" width="93" x="133.5" y="136.602"/>
|
||||
<ellipse cx="172.35" cy="152.602" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M171.8188,159.5239 Q170.0688,159.5239 168.9281,158.7895 Q167.8031,158.0395 167.2406,156.6957 Q166.6938,155.3364 166.6938,153.5395 Q166.6938,151.5082 167.35,150.0551 Q168.0063,148.602 169.2875,147.8207 Q170.5688,147.0395 172.4438,147.0395 Q173.3344,147.0395 174.0063,147.227 Q174.6781,147.3989 175.3656,147.7426 L174.5531,149.7582 Q173.9281,149.4457 173.3813,149.3207 Q172.85,149.1957 172.3656,149.1957 Q171.1938,149.1957 170.4906,149.727 Q169.7875,150.2582 169.4906,151.2114 Q169.1938,152.1645 169.1938,153.4301 Q169.1938,155.4457 169.9125,156.4145 Q170.6313,157.3676 172.225,157.3676 Q172.8188,157.3676 173.4438,157.2114 Q174.0688,157.0551 174.8969,156.6801 L174.8969,158.8989 Q174.1625,159.2114 173.3656,159.3676 Q172.5844,159.5239 171.8188,159.5239 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="191.65" y="157.258">B</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="134.5" x2="225.5" y1="168.602" y2="168.602"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00036/t00036.cc#L17" target="_top" title="a_int" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00036/t00036.cc#L17" xlink:show="new" xlink:title="a_int" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00036/t00036.cc#L17" target="_top" title="a_int" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00036/t00036.cc#L17" xlink:show="new" xlink:title="a_int" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="139.5" y="174.602"/>
|
||||
<ellipse cx="144.5" cy="179.602" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00036/t00036.cc#L17" target="_top" title="a_int" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00036/t00036.cc#L17" xlink:show="new" xlink:title="a_int" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00036/t00036.cc#L17" target="_top" title="a_int" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00036/t00036.cc#L17" xlink:show="new" xlink:title="a_int" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="67" x="153.5" y="184.3609">a_int : A<int></text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="134.5" x2="225.5" y1="191.5839" y2="191.5839"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00036/t00036.cc#L27" target="_top" title="C" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00036/t00036.cc#L27" xlink:show="new" xlink:title="C" xlink:type="simple">
|
||||
<rect codeLine="28" fill="#FEFECE" filter="url(#f1hnksvp21y4zc)" height="48" id="C_0000001428" style="stroke:#A80036;stroke-width:1.5;" width="40" x="354" y="144.102"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00036/t00036.cc#L27" target="_top" title="C" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00036/t00036.cc#L27" xlink:show="new" xlink:title="C" xlink:type="simple">
|
||||
<rect codeLine="26" fill="#FEFECE" filter="url(#f1gm22jjvr4l44)" height="48" id="C_0000001428" style="stroke:#A80036;stroke-width:1.5;" width="40" x="354" y="144.102"/>
|
||||
<ellipse cx="369" cy="160.102" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M368.4688,167.0239 Q366.7188,167.0239 365.5781,166.2895 Q364.4531,165.5395 363.8906,164.1957 Q363.3438,162.8364 363.3438,161.0395 Q363.3438,159.0082 364,157.5551 Q364.6563,156.102 365.9375,155.3207 Q367.2188,154.5395 369.0938,154.5395 Q369.9844,154.5395 370.6563,154.727 Q371.3281,154.8989 372.0156,155.2426 L371.2031,157.2582 Q370.5781,156.9457 370.0313,156.8207 Q369.5,156.6957 369.0156,156.6957 Q367.8438,156.6957 367.1406,157.227 Q366.4375,157.7582 366.1406,158.7114 Q365.8438,159.6645 365.8438,160.9301 Q365.8438,162.9457 366.5625,163.9145 Q367.2813,164.8676 368.875,164.8676 Q369.4688,164.8676 370.0938,164.7114 Q370.7188,164.5551 371.5469,164.1801 L371.5469,166.3989 Q370.8125,166.7114 370.0156,166.8676 Q369.2344,167.0239 368.4688,167.0239 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="383" y="164.758">C</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="355" x2="393" y1="176.102" y2="176.102"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="355" x2="393" y1="184.102" y2="184.102"/>
|
||||
</a>
|
||||
<path codeLine="34" d="M180,345.122 C180,357.292 180,372.742 180,387.562 " fill="none" id="C_0000001419-to-C_0000001413" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="30" d="M180,345.122 C180,357.292 180,372.742 180,387.562 " fill="none" id="C_0000001419-to-C_0000001413" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="none" points="187,387.692,180,407.692,173,387.692,187,387.692" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="35" d="M180,212.902 C180,240.382 180,274.692 180,296.992 " fill="none" id="C_0000001418-backto-C_0000001419" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="31" d="M180,212.902 C180,240.382 180,274.692 180,296.992 " fill="none" id="C_0000001418-backto-C_0000001419" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#FFFFFF" points="180,199.662,176,205.662,180,211.662,184,205.662,180,199.662" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<ellipse cx="186" cy="258.455" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="29" x="193" y="262.999">a_int</text>
|
||||
|
||||
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
@@ -1,6 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="application/ecmascript" contentStyleType="text/css" height="270px" preserveAspectRatio="none" style="width:252px;height:270px;background:#FFFFFF;" version="1.1" viewBox="0 0 252 270" width="252px" zoomAndPan="magnify">
|
||||
<defs>
|
||||
<filter height="300%" id="flxpu6olimadz" width="300%" x="-1" y="-1">
|
||||
<filter height="300%" id="f11v0oytfxk2tl" width="300%" x="-1" y="-1">
|
||||
<feGaussianBlur result="blurOut" stdDeviation="2.0"/>
|
||||
<feColorMatrix in="blurOut" result="blurOut2" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .4 0"/>
|
||||
<feOffset dx="4.0" dy="4.0" in="blurOut2" result="blurOut3"/>
|
||||
@@ -9,84 +9,84 @@
|
||||
<style type="text/css">a:hover { text-decoration: underline; }</style>
|
||||
</defs>
|
||||
<g>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00037/t00037.cc#L4" target="_top" title="ST" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00037/t00037.cc#L4" xlink:show="new" xlink:title="ST" xlink:type="simple">
|
||||
<rect codeLine="3" fill="#FEFECE" filter="url(#flxpu6olimadz)" height="62.9819" id="C_0000001434" style="stroke:#A80036;stroke-width:1.5;" width="169" x="51" y="194"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00037/t00037.cc#L4" target="_top" title="ST" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00037/t00037.cc#L4" xlink:show="new" xlink:title="ST" xlink:type="simple">
|
||||
<rect codeLine="2" fill="#FEFECE" filter="url(#f11v0oytfxk2tl)" height="62.9819" id="C_0000001434" style="stroke:#A80036;stroke-width:1.5;" width="169" x="51" y="194"/>
|
||||
<ellipse cx="124.25" cy="210" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M123.7188,216.9219 Q121.9688,216.9219 120.8281,216.1875 Q119.7031,215.4375 119.1406,214.0938 Q118.5938,212.7344 118.5938,210.9375 Q118.5938,208.9063 119.25,207.4531 Q119.9063,206 121.1875,205.2188 Q122.4688,204.4375 124.3438,204.4375 Q125.2344,204.4375 125.9063,204.625 Q126.5781,204.7969 127.2656,205.1406 L126.4531,207.1563 Q125.8281,206.8438 125.2813,206.7188 Q124.75,206.5938 124.2656,206.5938 Q123.0938,206.5938 122.3906,207.125 Q121.6875,207.6563 121.3906,208.6094 Q121.0938,209.5625 121.0938,210.8281 Q121.0938,212.8438 121.8125,213.8125 Q122.5313,214.7656 124.125,214.7656 Q124.7188,214.7656 125.3438,214.6094 Q125.9688,214.4531 126.7969,214.0781 L126.7969,216.2969 Q126.0625,216.6094 125.2656,216.7656 Q124.4844,216.9219 123.7188,216.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="14" x="144.75" y="214.656">ST</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="52" x2="219" y1="226" y2="226"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00037/t00037.cc#L10" target="_top" title="dimensions" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00037/t00037.cc#L10" xlink:show="new" xlink:title="dimensions" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00037/t00037.cc#L10" target="_top" title="dimensions" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00037/t00037.cc#L10" xlink:show="new" xlink:title="dimensions" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="57" y="232"/>
|
||||
<ellipse cx="62" cy="237" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00037/t00037.cc#L10" target="_top" title="dimensions" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00037/t00037.cc#L10" xlink:show="new" xlink:title="dimensions" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00037/t00037.cc#L10" target="_top" title="dimensions" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00037/t00037.cc#L10" xlink:show="new" xlink:title="dimensions" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="143" x="71" y="241.7589">dimensions : «anonymous»</text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="52" x2="219" y1="248.9819" y2="248.9819"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00037/t00037.cc#L5" target="_top" title="" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00037/t00037.cc#L5" xlink:show="new" xlink:title="" xlink:type="simple">
|
||||
<rect codeLine="8" fill="#FEFECE" filter="url(#flxpu6olimadz)" height="107.9276" id="C_0000001436" style="stroke:#A80036;stroke-width:1.5;" width="125" x="7" y="7"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00037/t00037.cc#L5" target="_top" title="" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00037/t00037.cc#L5" xlink:show="new" xlink:title="" xlink:type="simple">
|
||||
<rect codeLine="6" fill="#FEFECE" filter="url(#f11v0oytfxk2tl)" height="107.9276" id="C_0000001436" style="stroke:#A80036;stroke-width:1.5;" width="125" x="7" y="7"/>
|
||||
<ellipse cx="22" cy="23" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M21.4688,29.9219 Q19.7188,29.9219 18.5781,29.1875 Q17.4531,28.4375 16.8906,27.0938 Q16.3438,25.7344 16.3438,23.9375 Q16.3438,21.9063 17,20.4531 Q17.6563,19 18.9375,18.2188 Q20.2188,17.4375 22.0938,17.4375 Q22.9844,17.4375 23.6563,17.625 Q24.3281,17.7969 25.0156,18.1406 L24.2031,20.1563 Q23.5781,19.8438 23.0313,19.7188 Q22.5,19.5938 22.0156,19.5938 Q20.8438,19.5938 20.1406,20.125 Q19.4375,20.6563 19.1406,21.6094 Q18.8438,22.5625 18.8438,23.8281 Q18.8438,25.8438 19.5625,26.8125 Q20.2813,27.7656 21.875,27.7656 Q22.4688,27.7656 23.0938,27.6094 Q23.7188,27.4531 24.5469,27.0781 L24.5469,29.2969 Q23.8125,29.6094 23.0156,29.7656 Q22.2344,29.9219 21.4688,29.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="93" x="36" y="27.656"><<anonymous>></text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="131" y1="39" y2="39"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00037/t00037.cc#L6" target="_top" title="t" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00037/t00037.cc#L6" xlink:show="new" xlink:title="t" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00037/t00037.cc#L6" target="_top" title="t" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00037/t00037.cc#L6" xlink:show="new" xlink:title="t" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="45"/>
|
||||
<ellipse cx="18" cy="50" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00037/t00037.cc#L6" target="_top" title="t" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00037/t00037.cc#L6" xlink:show="new" xlink:title="t" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00037/t00037.cc#L6" target="_top" title="t" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00037/t00037.cc#L6" xlink:show="new" xlink:title="t" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="50" x="27" y="54.7589">t : double</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00037/t00037.cc#L7" target="_top" title="x" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00037/t00037.cc#L7" xlink:show="new" xlink:title="x" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00037/t00037.cc#L7" target="_top" title="x" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00037/t00037.cc#L7" xlink:show="new" xlink:title="x" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="59.9819"/>
|
||||
<ellipse cx="18" cy="64.9819" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00037/t00037.cc#L7" target="_top" title="x" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00037/t00037.cc#L7" xlink:show="new" xlink:title="x" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00037/t00037.cc#L7" target="_top" title="x" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00037/t00037.cc#L7" xlink:show="new" xlink:title="x" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="52" x="27" y="69.7408">x : double</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00037/t00037.cc#L8" target="_top" title="y" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00037/t00037.cc#L8" xlink:show="new" xlink:title="y" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00037/t00037.cc#L8" target="_top" title="y" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00037/t00037.cc#L8" xlink:show="new" xlink:title="y" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="74.9638"/>
|
||||
<ellipse cx="18" cy="79.9638" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00037/t00037.cc#L8" target="_top" title="y" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00037/t00037.cc#L8" xlink:show="new" xlink:title="y" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00037/t00037.cc#L8" target="_top" title="y" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00037/t00037.cc#L8" xlink:show="new" xlink:title="y" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="52" x="27" y="84.7227">y : double</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00037/t00037.cc#L9" target="_top" title="z" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00037/t00037.cc#L9" xlink:show="new" xlink:title="z" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00037/t00037.cc#L9" target="_top" title="z" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00037/t00037.cc#L9" xlink:show="new" xlink:title="z" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="89.9457"/>
|
||||
<ellipse cx="18" cy="94.9457" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00037/t00037.cc#L9" target="_top" title="z" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00037/t00037.cc#L9" xlink:show="new" xlink:title="z" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00037/t00037.cc#L9" target="_top" title="z" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00037/t00037.cc#L9" xlink:show="new" xlink:title="z" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="51" x="27" y="99.7046">z : double</text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="131" y1="106.9276" y2="106.9276"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00037/t00037.cc#L13" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00037/t00037.cc#L13" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<rect codeLine="16" fill="#FEFECE" filter="url(#flxpu6olimadz)" height="77.9638" id="C_0000001442" style="stroke:#A80036;stroke-width:1.5;" width="71" x="167" y="22"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00037/t00037.cc#L13" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00037/t00037.cc#L13" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<rect codeLine="13" fill="#FEFECE" filter="url(#f11v0oytfxk2tl)" height="77.9638" id="C_0000001442" style="stroke:#A80036;stroke-width:1.5;" width="71" x="167" y="22"/>
|
||||
<ellipse cx="195.95" cy="38" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M195.4188,44.9219 Q193.6688,44.9219 192.5281,44.1875 Q191.4031,43.4375 190.8406,42.0938 Q190.2938,40.7344 190.2938,38.9375 Q190.2938,36.9063 190.95,35.4531 Q191.6063,34 192.8875,33.2188 Q194.1688,32.4375 196.0438,32.4375 Q196.9344,32.4375 197.6063,32.625 Q198.2781,32.7969 198.9656,33.1406 L198.1531,35.1563 Q197.5281,34.8438 196.9813,34.7188 Q196.45,34.5938 195.9656,34.5938 Q194.7938,34.5938 194.0906,35.125 Q193.3875,35.6563 193.0906,36.6094 Q192.7938,37.5625 192.7938,38.8281 Q192.7938,40.8438 193.5125,41.8125 Q194.2313,42.7656 195.825,42.7656 Q196.4188,42.7656 197.0438,42.6094 Q197.6688,42.4531 198.4969,42.0781 L198.4969,44.2969 Q197.7625,44.6094 196.9656,44.7656 Q196.1844,44.9219 195.4188,44.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="213.05" y="42.656">A</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="168" x2="237" y1="54" y2="54"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00037/t00037.cc#L22" target="_top" title="st" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00037/t00037.cc#L22" xlink:show="new" xlink:title="st" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00037/t00037.cc#L22" target="_top" title="st" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00037/t00037.cc#L22" xlink:show="new" xlink:title="st" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="173" y="60"/>
|
||||
<ellipse cx="178" cy="65" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00037/t00037.cc#L22" target="_top" title="st" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00037/t00037.cc#L22" xlink:show="new" xlink:title="st" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00037/t00037.cc#L22" target="_top" title="st" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00037/t00037.cc#L22" xlink:show="new" xlink:title="st" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="30" x="187" y="69.7589">st : ST</text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="168" x2="237" y1="76.9819" y2="76.9819"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00037/t00037.cc#L14" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00037/t00037.cc#L14" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00037/t00037.cc#L14" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00037/t00037.cc#L14" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="173" y="82.9819"/>
|
||||
<ellipse cx="178" cy="87.9819" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00037/t00037.cc#L14" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00037/t00037.cc#L14" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00037/t00037.cc#L14" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00037/t00037.cc#L14" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" text-decoration="underline" textLength="45" x="187" y="92.7408">A() : void</text>
|
||||
</a>
|
||||
<path codeLine="23" d="M91.11,115.21 C99.6,136.11 109.24,159.84 117.36,179.83 " fill="none" id="C_0000001436-to-C_0000001434" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="17" d="M91.11,115.21 C99.6,136.11 109.24,159.84 117.36,179.83 " fill="none" id="C_0000001436-to-C_0000001434" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<ellipse cx="120.0808" cy="186.5375" fill="#FFFFFF" rx="8" ry="8" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.0;" x1="117.0716" x2="123.09" y1="179.125" y2="193.95"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.0;" x1="127.4933" x2="112.6683" y1="183.5283" y2="189.5467"/>
|
||||
<path codeLine="25" d="M181.74,112.34 C170.73,139.06 157.55,171.01 148.09,193.97 " fill="none" id="C_0000001442-backto-C_0000001434" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="18" d="M181.74,112.34 C170.73,139.06 157.55,171.01 148.09,193.97 " fill="none" id="C_0000001442-backto-C_0000001434" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#FFFFFF" points="186.79,100.1,180.8039,104.1208,182.213,111.1929,188.1991,107.1721,186.79,100.1" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<ellipse cx="172.5" cy="155.353" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="11" x="179.5" y="159.897">st</text>
|
||||
|
||||
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
@@ -1,6 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="application/ecmascript" contentStyleType="text/css" height="329px" preserveAspectRatio="none" style="width:1925px;height:329px;background:#FFFFFF;" version="1.1" viewBox="0 0 1925 329" width="1925px" zoomAndPan="magnify">
|
||||
<defs>
|
||||
<filter height="300%" id="ffrp30vf0l6sy" width="300%" x="-1" y="-1">
|
||||
<filter height="300%" id="fzzbd81thv6ls" width="300%" x="-1" y="-1">
|
||||
<feGaussianBlur result="blurOut" stdDeviation="2.0"/>
|
||||
<feColorMatrix in="blurOut" result="blurOut2" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .4 0"/>
|
||||
<feOffset dx="4.0" dy="4.0" in="blurOut2" result="blurOut3"/>
|
||||
@@ -9,8 +9,8 @@
|
||||
<style type="text/css">a:hover { text-decoration: underline; }</style>
|
||||
</defs>
|
||||
<g>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00038/t00038.cc#L8" target="_top" title="color_t" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00038/t00038.cc#L8" xlink:show="new" xlink:title="color_t" xlink:type="simple">
|
||||
<rect codeLine="2" fill="#FEFECE" filter="url(#ffrp30vf0l6sy)" height="92.9457" id="C_0000001448" style="stroke:#A80036;stroke-width:1.5;" width="156" x="159.5" y="223"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00038/t00038.cc#L8" target="_top" title="color_t" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00038/t00038.cc#L8" xlink:show="new" xlink:title="color_t" xlink:type="simple">
|
||||
<rect codeLine="2" fill="#FEFECE" filter="url(#fzzbd81thv6ls)" height="92.9457" id="C_0000001448" style="stroke:#A80036;stroke-width:1.5;" width="156" x="159.5" y="223"/>
|
||||
<ellipse cx="174.5" cy="239" fill="#EB937F" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M170.8594,245.5 L170.8594,233.3594 L178.5156,233.3594 L178.5156,235.4844 L173.2344,235.4844 L173.2344,238.1406 L178.25,238.1406 L178.25,240.2656 L173.2344,240.2656 L173.2344,243.375 L178.5156,243.375 L178.5156,245.5 L170.8594,245.5 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="124" x="188.5" y="243.656">thirdparty::ns1::color_t</text>
|
||||
@@ -20,16 +20,16 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="23" x="165.5" y="300.7227">blue</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="160.5" x2="314.5" y1="307.9457" y2="307.9457"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00038/t00038.cc#L10" target="_top" title="E" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00038/t00038.cc#L10" xlink:show="new" xlink:title="E" xlink:type="simple">
|
||||
<rect codeLine="8" fill="#FEFECE" filter="url(#ffrp30vf0l6sy)" height="48" id="C_0000001452" style="stroke:#A80036;stroke-width:1.5;" width="126" x="174.5" y="7"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00038/t00038.cc#L10" target="_top" title="E" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00038/t00038.cc#L10" xlink:show="new" xlink:title="E" xlink:type="simple">
|
||||
<rect codeLine="8" fill="#FEFECE" filter="url(#fzzbd81thv6ls)" height="48" id="C_0000001452" style="stroke:#A80036;stroke-width:1.5;" width="126" x="174.5" y="7"/>
|
||||
<ellipse cx="189.5" cy="23" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M188.9688,29.9219 Q187.2188,29.9219 186.0781,29.1875 Q184.9531,28.4375 184.3906,27.0938 Q183.8438,25.7344 183.8438,23.9375 Q183.8438,21.9063 184.5,20.4531 Q185.1563,19 186.4375,18.2188 Q187.7188,17.4375 189.5938,17.4375 Q190.4844,17.4375 191.1563,17.625 Q191.8281,17.7969 192.5156,18.1406 L191.7031,20.1563 Q191.0781,19.8438 190.5313,19.7188 Q190,19.5938 189.5156,19.5938 Q188.3438,19.5938 187.6406,20.125 Q186.9375,20.6563 186.6406,21.6094 Q186.3438,22.5625 186.3438,23.8281 Q186.3438,25.8438 187.0625,26.8125 Q187.7813,27.7656 189.375,27.7656 Q189.9688,27.7656 190.5938,27.6094 Q191.2188,27.4531 192.0469,27.0781 L192.0469,29.2969 Q191.3125,29.6094 190.5156,29.7656 Q189.7344,29.9219 188.9688,29.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="94" x="203.5" y="27.656">thirdparty::ns1::E</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="175.5" x2="299.5" y1="39" y2="39"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="175.5" x2="299.5" y1="47" y2="47"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00038/t00038.cc#L22" target="_top" title="property_t" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00038/t00038.cc#L22" xlink:show="new" xlink:title="property_t" xlink:type="simple">
|
||||
<rect codeLine="13" fill="#FEFECE" filter="url(#ffrp30vf0l6sy)" height="92.9457" id="C_0000001459" style="stroke:#A80036;stroke-width:1.5;" width="89" x="1084" y="223"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00038/t00038.cc#L22" target="_top" title="property_t" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00038/t00038.cc#L22" xlink:show="new" xlink:title="property_t" xlink:type="simple">
|
||||
<rect codeLine="11" fill="#FEFECE" filter="url(#fzzbd81thv6ls)" height="92.9457" id="C_0000001459" style="stroke:#A80036;stroke-width:1.5;" width="89" x="1084" y="223"/>
|
||||
<ellipse cx="1099" cy="239" fill="#EB937F" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M1095.3594,245.5 L1095.3594,233.3594 L1103.0156,233.3594 L1103.0156,235.4844 L1097.7344,235.4844 L1097.7344,238.1406 L1102.75,238.1406 L1102.75,240.2656 L1097.7344,240.2656 L1097.7344,243.375 L1103.0156,243.375 L1103.0156,245.5 L1095.3594,245.5 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="57" x="1113" y="243.656">property_t</text>
|
||||
@@ -39,47 +39,47 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="57" x="1090" y="300.7227">property_c</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="1085" x2="1172" y1="307.9457" y2="307.9457"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00038/t00038.cc#L24" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00038/t00038.cc#L24" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<rect codeLine="20" fill="#FEFECE" filter="url(#ffrp30vf0l6sy)" height="48" id="C_0000001463" style="stroke:#A80036;stroke-width:1.5;" width="40" x="668.5" y="7"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00038/t00038.cc#L24" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00038/t00038.cc#L24" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<rect codeLine="17" fill="#FEFECE" filter="url(#fzzbd81thv6ls)" height="48" id="C_0000001463" style="stroke:#A80036;stroke-width:1.5;" width="40" x="668.5" y="7"/>
|
||||
<ellipse cx="683.5" cy="23" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M682.9688,29.9219 Q681.2188,29.9219 680.0781,29.1875 Q678.9531,28.4375 678.3906,27.0938 Q677.8438,25.7344 677.8438,23.9375 Q677.8438,21.9063 678.5,20.4531 Q679.1563,19 680.4375,18.2188 Q681.7188,17.4375 683.5938,17.4375 Q684.4844,17.4375 685.1563,17.625 Q685.8281,17.7969 686.5156,18.1406 L685.7031,20.1563 Q685.0781,19.8438 684.5313,19.7188 Q684,19.5938 683.5156,19.5938 Q682.3438,19.5938 681.6406,20.125 Q680.9375,20.6563 680.6406,21.6094 Q680.3438,22.5625 680.3438,23.8281 Q680.3438,25.8438 681.0625,26.8125 Q681.7813,27.7656 683.375,27.7656 Q683.9688,27.7656 684.5938,27.6094 Q685.2188,27.4531 686.0469,27.0781 L686.0469,29.2969 Q685.3125,29.6094 684.5156,29.7656 Q683.7344,29.9219 682.9688,29.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="697.5" y="27.656">A</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="669.5" x2="707.5" y1="39" y2="39"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="669.5" x2="707.5" y1="47" y2="47"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00038/t00038.cc#L26" target="_top" title="B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00038/t00038.cc#L26" xlink:show="new" xlink:title="B" xlink:type="simple">
|
||||
<rect codeLine="24" fill="#FEFECE" filter="url(#ffrp30vf0l6sy)" height="48" id="C_0000001467" style="stroke:#A80036;stroke-width:1.5;" width="40" x="1108.5" y="7"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00038/t00038.cc#L26" target="_top" title="B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00038/t00038.cc#L26" xlink:show="new" xlink:title="B" xlink:type="simple">
|
||||
<rect codeLine="20" fill="#FEFECE" filter="url(#fzzbd81thv6ls)" height="48" id="C_0000001467" style="stroke:#A80036;stroke-width:1.5;" width="40" x="1108.5" y="7"/>
|
||||
<ellipse cx="1123.5" cy="23" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M1122.9688,29.9219 Q1121.2188,29.9219 1120.0781,29.1875 Q1118.9531,28.4375 1118.3906,27.0938 Q1117.8438,25.7344 1117.8438,23.9375 Q1117.8438,21.9063 1118.5,20.4531 Q1119.1563,19 1120.4375,18.2188 Q1121.7188,17.4375 1123.5938,17.4375 Q1124.4844,17.4375 1125.1563,17.625 Q1125.8281,17.7969 1126.5156,18.1406 L1125.7031,20.1563 Q1125.0781,19.8438 1124.5313,19.7188 Q1124,19.5938 1123.5156,19.5938 Q1122.3438,19.5938 1121.6406,20.125 Q1120.9375,20.6563 1120.6406,21.6094 Q1120.3438,22.5625 1120.3438,23.8281 Q1120.3438,25.8438 1121.0625,26.8125 Q1121.7813,27.7656 1123.375,27.7656 Q1123.9688,27.7656 1124.5938,27.6094 Q1125.2188,27.4531 1126.0469,27.0781 L1126.0469,29.2969 Q1125.3125,29.6094 1124.5156,29.7656 Q1123.7344,29.9219 1122.9688,29.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="1137.5" y="27.656">B</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="1109.5" x2="1147.5" y1="39" y2="39"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="1109.5" x2="1147.5" y1="47" y2="47"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00038/t00038.cc#L28" target="_top" title="C" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00038/t00038.cc#L28" xlink:show="new" xlink:title="C" xlink:type="simple">
|
||||
<rect codeLine="28" fill="#FEFECE" filter="url(#ffrp30vf0l6sy)" height="48" id="C_0000001471" style="stroke:#A80036;stroke-width:1.5;" width="40" x="1627.5" y="7"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00038/t00038.cc#L28" target="_top" title="C" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00038/t00038.cc#L28" xlink:show="new" xlink:title="C" xlink:type="simple">
|
||||
<rect codeLine="23" fill="#FEFECE" filter="url(#fzzbd81thv6ls)" height="48" id="C_0000001471" style="stroke:#A80036;stroke-width:1.5;" width="40" x="1627.5" y="7"/>
|
||||
<ellipse cx="1642.5" cy="23" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M1641.9688,29.9219 Q1640.2188,29.9219 1639.0781,29.1875 Q1637.9531,28.4375 1637.3906,27.0938 Q1636.8438,25.7344 1636.8438,23.9375 Q1636.8438,21.9063 1637.5,20.4531 Q1638.1563,19 1639.4375,18.2188 Q1640.7188,17.4375 1642.5938,17.4375 Q1643.4844,17.4375 1644.1563,17.625 Q1644.8281,17.7969 1645.5156,18.1406 L1644.7031,20.1563 Q1644.0781,19.8438 1643.5313,19.7188 Q1643,19.5938 1642.5156,19.5938 Q1641.3438,19.5938 1640.6406,20.125 Q1639.9375,20.6563 1639.6406,21.6094 Q1639.3438,22.5625 1639.3438,23.8281 Q1639.3438,25.8438 1640.0625,26.8125 Q1640.7813,27.7656 1642.375,27.7656 Q1642.9688,27.7656 1643.5938,27.6094 Q1644.2188,27.4531 1645.0469,27.0781 L1645.0469,29.2969 Q1644.3125,29.6094 1643.5156,29.7656 Q1642.7344,29.9219 1641.9688,29.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="1656.5" y="27.656">C</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="1628.5" x2="1666.5" y1="39" y2="39"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="1628.5" x2="1666.5" y1="47" y2="47"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00038/t00038.cc#L31" target="_top" title="key_t" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00038/t00038.cc#L31" xlink:show="new" xlink:title="key_t" xlink:type="simple">
|
||||
<rect codeLine="32" fill="#FEFECE" filter="url(#ffrp30vf0l6sy)" height="62.9819" id="C_0000001475" style="stroke:#A80036;stroke-width:1.5;" width="106" x="1594.5" y="238"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00038/t00038.cc#L31" target="_top" title="key_t" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00038/t00038.cc#L31" xlink:show="new" xlink:title="key_t" xlink:type="simple">
|
||||
<rect codeLine="26" fill="#FEFECE" filter="url(#fzzbd81thv6ls)" height="62.9819" id="C_0000001475" style="stroke:#A80036;stroke-width:1.5;" width="106" x="1594.5" y="238"/>
|
||||
<ellipse cx="1630.2" cy="254" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M1629.6688,260.9219 Q1627.9188,260.9219 1626.7781,260.1875 Q1625.6531,259.4375 1625.0906,258.0938 Q1624.5438,256.7344 1624.5438,254.9375 Q1624.5438,252.9063 1625.2,251.4531 Q1625.8563,250 1627.1375,249.2188 Q1628.4188,248.4375 1630.2938,248.4375 Q1631.1844,248.4375 1631.8563,248.625 Q1632.5281,248.7969 1633.2156,249.1406 L1632.4031,251.1563 Q1631.7781,250.8438 1631.2313,250.7188 Q1630.7,250.5938 1630.2156,250.5938 Q1629.0438,250.5938 1628.3406,251.125 Q1627.6375,251.6563 1627.3406,252.6094 Q1627.0438,253.5625 1627.0438,254.8281 Q1627.0438,256.8438 1627.7625,257.8125 Q1628.4813,258.7656 1630.075,258.7656 Q1630.6688,258.7656 1631.2938,258.6094 Q1631.9188,258.4531 1632.7469,258.0781 L1632.7469,260.2969 Q1632.0125,260.6094 1631.2156,260.7656 Q1630.4344,260.9219 1629.6688,260.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="28" x="1648.8" y="258.656">key_t</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="1595.5" x2="1699.5" y1="270" y2="270"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00038/t00038.cc#L32" target="_top" title="key" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00038/t00038.cc#L32" xlink:show="new" xlink:title="key" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00038/t00038.cc#L32" target="_top" title="key" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00038/t00038.cc#L32" xlink:show="new" xlink:title="key" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="1600.5" y="276"/>
|
||||
<ellipse cx="1605.5" cy="281" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00038/t00038.cc#L32" target="_top" title="key" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00038/t00038.cc#L32" xlink:show="new" xlink:title="key" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00038/t00038.cc#L32" target="_top" title="key" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00038/t00038.cc#L32" xlink:show="new" xlink:title="key" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="80" x="1614.5" y="285.7589">key : std::string</text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="1595.5" x2="1699.5" y1="292.9819" y2="292.9819"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00038/t00038.cc#L35" target="_top" title="map" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00038/t00038.cc#L35" xlink:show="new" xlink:title="map" xlink:type="simple">
|
||||
<rect codeLine="37" fill="#FEFECE" filter="url(#ffrp30vf0l6sy)" height="48" id="C_0000001479" style="stroke:#A80036;stroke-width:1.5;" width="67" x="818" y="245.5"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00038/t00038.cc#L35" target="_top" title="map" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00038/t00038.cc#L35" xlink:show="new" xlink:title="map" xlink:type="simple">
|
||||
<rect codeLine="30" fill="#FEFECE" filter="url(#fzzbd81thv6ls)" height="48" id="C_0000001479" style="stroke:#A80036;stroke-width:1.5;" width="67" x="818" y="245.5"/>
|
||||
<ellipse cx="833" cy="261.5" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M832.4688,268.4219 Q830.7188,268.4219 829.5781,267.6875 Q828.4531,266.9375 827.8906,265.5938 Q827.3438,264.2344 827.3438,262.4375 Q827.3438,260.4063 828,258.9531 Q828.6563,257.5 829.9375,256.7188 Q831.2188,255.9375 833.0938,255.9375 Q833.9844,255.9375 834.6563,256.125 Q835.3281,256.2969 836.0156,256.6406 L835.2031,258.6563 Q834.5781,258.3438 834.0313,258.2188 Q833.5,258.0938 833.0156,258.0938 Q831.8438,258.0938 831.1406,258.625 Q830.4375,259.1563 830.1406,260.1094 Q829.8438,261.0625 829.8438,262.3281 Q829.8438,264.3438 830.5625,265.3125 Q831.2813,266.2656 832.875,266.2656 Q833.4688,266.2656 834.0938,266.1094 Q834.7188,265.9531 835.5469,265.5781 L835.5469,267.7969 Q834.8125,268.1094 834.0156,268.2656 Q833.2344,268.4219 832.4688,268.4219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="25" x="847" y="266.156">map</text>
|
||||
@@ -88,8 +88,8 @@
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="819" x2="884" y1="277.5" y2="277.5"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="819" x2="884" y1="285.5" y2="285.5"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00038/t00038.cc#L39" target="_top" title="map" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00038/t00038.cc#L39" xlink:show="new" xlink:title="map" xlink:type="simple">
|
||||
<rect codeLine="41" fill="#FEFECE" filter="url(#ffrp30vf0l6sy)" height="48" id="C_0000001482" style="stroke:#A80036;stroke-width:1.5;" width="461" x="7" y="115"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00038/t00038.cc#L39" target="_top" title="map" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00038/t00038.cc#L39" xlink:show="new" xlink:title="map" xlink:type="simple">
|
||||
<rect codeLine="33" fill="#FEFECE" filter="url(#fzzbd81thv6ls)" height="48" id="C_0000001482" style="stroke:#A80036;stroke-width:1.5;" width="461" x="7" y="115"/>
|
||||
<ellipse cx="22" cy="131" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M21.4688,137.9219 Q19.7188,137.9219 18.5781,137.1875 Q17.4531,136.4375 16.8906,135.0938 Q16.3438,133.7344 16.3438,131.9375 Q16.3438,129.9063 17,128.4531 Q17.6563,127 18.9375,126.2188 Q20.2188,125.4375 22.0938,125.4375 Q22.9844,125.4375 23.6563,125.625 Q24.3281,125.7969 25.0156,126.1406 L24.2031,128.1563 Q23.5781,127.8438 23.0313,127.7188 Q22.5,127.5938 22.0156,127.5938 Q20.8438,127.5938 20.1406,128.125 Q19.4375,128.6563 19.1406,129.6094 Q18.8438,130.5625 18.8438,131.8281 Q18.8438,133.8438 19.5625,134.8125 Q20.2813,135.7656 21.875,135.7656 Q22.4688,135.7656 23.0938,135.6094 Q23.7188,135.4531 24.5469,135.0781 L24.5469,137.2969 Q23.8125,137.6094 23.0156,137.7656 Q22.2344,137.9219 21.4688,137.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="25" x="36" y="135.656">map</text>
|
||||
@@ -98,8 +98,8 @@
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="467" y1="147" y2="147"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="467" y1="155" y2="155"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00038/t00038.cc#L43" target="_top" title="map" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00038/t00038.cc#L43" xlink:show="new" xlink:title="map" xlink:type="simple">
|
||||
<rect codeLine="45" fill="#FEFECE" filter="url(#ffrp30vf0l6sy)" height="48" id="C_0000001492" style="stroke:#A80036;stroke-width:1.5;" width="370" x="503.5" y="115"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00038/t00038.cc#L43" target="_top" title="map" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00038/t00038.cc#L43" xlink:show="new" xlink:title="map" xlink:type="simple">
|
||||
<rect codeLine="36" fill="#FEFECE" filter="url(#fzzbd81thv6ls)" height="48" id="C_0000001492" style="stroke:#A80036;stroke-width:1.5;" width="370" x="503.5" y="115"/>
|
||||
<ellipse cx="518.5" cy="131" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M517.9688,137.9219 Q516.2188,137.9219 515.0781,137.1875 Q513.9531,136.4375 513.3906,135.0938 Q512.8438,133.7344 512.8438,131.9375 Q512.8438,129.9063 513.5,128.4531 Q514.1563,127 515.4375,126.2188 Q516.7188,125.4375 518.5938,125.4375 Q519.4844,125.4375 520.1563,125.625 Q520.8281,125.7969 521.5156,126.1406 L520.7031,128.1563 Q520.0781,127.8438 519.5313,127.7188 Q519,127.5938 518.5156,127.5938 Q517.3438,127.5938 516.6406,128.125 Q515.9375,128.6563 515.6406,129.6094 Q515.3438,130.5625 515.3438,131.8281 Q515.3438,133.8438 516.0625,134.8125 Q516.7813,135.7656 518.375,135.7656 Q518.9688,135.7656 519.5938,135.6094 Q520.2188,135.4531 521.0469,135.0781 L521.0469,137.2969 Q520.3125,137.6094 519.5156,137.7656 Q518.7344,137.9219 517.9688,137.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="25" x="532.5" y="135.656">map</text>
|
||||
@@ -108,8 +108,8 @@
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="504.5" x2="872.5" y1="147" y2="147"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="504.5" x2="872.5" y1="155" y2="155"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00038/t00038.cc#L48" target="_top" title="map" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00038/t00038.cc#L48" xlink:show="new" xlink:title="map" xlink:type="simple">
|
||||
<rect codeLine="49" fill="#FEFECE" filter="url(#ffrp30vf0l6sy)" height="48" id="C_0000001502" style="stroke:#A80036;stroke-width:1.5;" width="439" x="909" y="115"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00038/t00038.cc#L48" target="_top" title="map" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00038/t00038.cc#L48" xlink:show="new" xlink:title="map" xlink:type="simple">
|
||||
<rect codeLine="39" fill="#FEFECE" filter="url(#fzzbd81thv6ls)" height="48" id="C_0000001502" style="stroke:#A80036;stroke-width:1.5;" width="439" x="909" y="115"/>
|
||||
<ellipse cx="924" cy="131" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M923.4688,137.9219 Q921.7188,137.9219 920.5781,137.1875 Q919.4531,136.4375 918.8906,135.0938 Q918.3438,133.7344 918.3438,131.9375 Q918.3438,129.9063 919,128.4531 Q919.6563,127 920.9375,126.2188 Q922.2188,125.4375 924.0938,125.4375 Q924.9844,125.4375 925.6563,125.625 Q926.3281,125.7969 927.0156,126.1406 L926.2031,128.1563 Q925.5781,127.8438 925.0313,127.7188 Q924.5,127.5938 924.0156,127.5938 Q922.8438,127.5938 922.1406,128.125 Q921.4375,128.6563 921.1406,129.6094 Q920.8438,130.5625 920.8438,131.8281 Q920.8438,133.8438 921.5625,134.8125 Q922.2813,135.7656 923.875,135.7656 Q924.4688,135.7656 925.0938,135.6094 Q925.7188,135.4531 926.5469,135.0781 L926.5469,137.2969 Q925.8125,137.6094 925.0156,137.7656 Q924.2344,137.9219 923.4688,137.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="25" x="938" y="135.656">map</text>
|
||||
@@ -118,8 +118,8 @@
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="910" x2="1347" y1="147" y2="147"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="910" x2="1347" y1="155" y2="155"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00038/t00038.cc#L54" target="_top" title="map" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00038/t00038.cc#L54" xlink:show="new" xlink:title="map" xlink:type="simple">
|
||||
<rect codeLine="53" fill="#FEFECE" filter="url(#ffrp30vf0l6sy)" height="48" id="C_0000001512" style="stroke:#A80036;stroke-width:1.5;" width="528" x="1383.5" y="115"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00038/t00038.cc#L54" target="_top" title="map" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00038/t00038.cc#L54" xlink:show="new" xlink:title="map" xlink:type="simple">
|
||||
<rect codeLine="42" fill="#FEFECE" filter="url(#fzzbd81thv6ls)" height="48" id="C_0000001512" style="stroke:#A80036;stroke-width:1.5;" width="528" x="1383.5" y="115"/>
|
||||
<ellipse cx="1398.5" cy="131" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M1397.9688,137.9219 Q1396.2188,137.9219 1395.0781,137.1875 Q1393.9531,136.4375 1393.3906,135.0938 Q1392.8438,133.7344 1392.8438,131.9375 Q1392.8438,129.9063 1393.5,128.4531 Q1394.1563,127 1395.4375,126.2188 Q1396.7188,125.4375 1398.5938,125.4375 Q1399.4844,125.4375 1400.1563,125.625 Q1400.8281,125.7969 1401.5156,126.1406 L1400.7031,128.1563 Q1400.0781,127.8438 1399.5313,127.7188 Q1399,127.5938 1398.5156,127.5938 Q1397.3438,127.5938 1396.6406,128.125 Q1395.9375,128.6563 1395.6406,129.6094 Q1395.3438,130.5625 1395.3438,131.8281 Q1395.3438,133.8438 1396.0625,134.8125 Q1396.7813,135.7656 1398.375,135.7656 Q1398.9688,135.7656 1399.5938,135.6094 Q1400.2188,135.4531 1401.0469,135.0781 L1401.0469,137.2969 Q1400.3125,137.6094 1399.5156,137.7656 Q1398.7344,137.9219 1397.9688,137.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="25" x="1412.5" y="135.656">map</text>
|
||||
@@ -128,31 +128,31 @@
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="1384.5" x2="1910.5" y1="147" y2="147"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="1384.5" x2="1910.5" y1="155" y2="155"/>
|
||||
</a>
|
||||
<path codeLine="64" d="M237.5,163.27 C237.5,178.41 237.5,198.76 237.5,217.53 " fill="none" id="C_0000001482-to-C_0000001448" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="44" d="M237.5,163.27 C237.5,178.41 237.5,198.76 237.5,217.53 " fill="none" id="C_0000001482-to-C_0000001448" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="237.5,222.77,241.5,213.77,237.5,217.77,233.5,213.77,237.5,222.77" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="65" d="M347.63,163.05 C480.39,190.83 698.11,236.4 798.17,257.34 " fill="none" id="C_0000001482-to-C_0000001479" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="45" d="M347.63,163.05 C480.39,190.83 698.11,236.4 798.17,257.34 " fill="none" id="C_0000001482-to-C_0000001479" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="none" points="799.79,250.53,817.94,261.48,796.93,264.23,799.79,250.53" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="66" d="M237.5,75.02 C237.5,88.58 237.5,103.04 237.5,114.68 " fill="none" id="C_0000001452-backto-C_0000001482" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="46" d="M237.5,75.02 C237.5,88.58 237.5,103.04 237.5,114.68 " fill="none" id="C_0000001452-backto-C_0000001482" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="none" points="230.5,75,237.5,55,244.5,75,230.5,75" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="68" d="M767.42,163.05 C857.8,189.44 1003.13,231.89 1078.92,254.02 " fill="none" id="C_0000001492-to-C_0000001459" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="47" d="M767.42,163.05 C857.8,189.44 1003.13,231.89 1078.92,254.02 " fill="none" id="C_0000001492-to-C_0000001459" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="1083.81,255.45,1076.29,249.09,1079.01,254.05,1074.05,256.77,1083.81,255.45" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="69" d="M718.02,163.27 C742.6,182.65 778,210.56 806.17,232.77 " fill="none" id="C_0000001492-to-C_0000001479" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="48" d="M718.02,163.27 C742.6,182.65 778,210.56 806.17,232.77 " fill="none" id="C_0000001492-to-C_0000001479" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="none" points="810.83,227.52,822.2,245.4,802.16,238.52,810.83,227.52" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="70" d="M688.5,75.02 C688.5,88.58 688.5,103.04 688.5,114.68 " fill="none" id="C_0000001463-backto-C_0000001492" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="49" d="M688.5,75.02 C688.5,88.58 688.5,103.04 688.5,114.68 " fill="none" id="C_0000001463-backto-C_0000001492" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="none" points="681.5,75,688.5,55,695.5,75,681.5,75" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="72" d="M1128.5,163.27 C1128.5,178.41 1128.5,198.76 1128.5,217.53 " fill="none" id="C_0000001502-to-C_0000001459" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="50" d="M1128.5,163.27 C1128.5,178.41 1128.5,198.76 1128.5,217.53 " fill="none" id="C_0000001502-to-C_0000001459" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="1128.5,222.77,1132.5,213.77,1128.5,217.77,1124.5,213.77,1128.5,222.77" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="73" d="M1078.66,163.12 C1029.18,186.07 953.67,221.1 903.47,244.39 " fill="none" id="C_0000001502-to-C_0000001479" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="51" d="M1078.66,163.12 C1029.18,186.07 953.67,221.1 903.47,244.39 " fill="none" id="C_0000001502-to-C_0000001479" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="none" points="906.34,250.78,885.25,252.84,900.45,238.08,906.34,250.78" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="74" d="M1128.5,75.02 C1128.5,88.58 1128.5,103.04 1128.5,114.68 " fill="none" id="C_0000001467-backto-C_0000001502" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="52" d="M1128.5,75.02 C1128.5,88.58 1128.5,103.04 1128.5,114.68 " fill="none" id="C_0000001467-backto-C_0000001502" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="none" points="1121.5,75,1128.5,55,1135.5,75,1121.5,75" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="76" d="M1647.5,163.27 C1647.5,182.55 1647.5,210.29 1647.5,232.45 " fill="none" id="C_0000001512-to-C_0000001475" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="53" d="M1647.5,163.27 C1647.5,182.55 1647.5,210.29 1647.5,232.45 " fill="none" id="C_0000001512-to-C_0000001475" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="1647.5,237.66,1651.5,228.66,1647.5,232.66,1643.5,228.66,1647.5,237.66" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="77" d="M1554.41,163.05 C1444.16,190.35 1264.58,234.81 1178.11,256.22 " fill="none" id="C_0000001512-to-C_0000001459" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="54" d="M1554.41,163.05 C1444.16,190.35 1264.58,234.81 1178.11,256.22 " fill="none" id="C_0000001512-to-C_0000001459" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="1173.06,257.47,1182.7579,259.188,1177.9132,256.2674,1180.8338,251.4228,1173.06,257.47" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="78" d="M1464.16,163.01 C1349.55,178.18 1199.06,199.53 1066.5,223 C1011.13,232.8 948.25,246.4 904.87,256.17 " fill="none" id="C_0000001512-to-C_0000001479" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path codeLine="55" d="M1464.16,163.01 C1349.55,178.18 1199.06,199.53 1066.5,223 C1011.13,232.8 948.25,246.4 904.87,256.17 " fill="none" id="C_0000001512-to-C_0000001479" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="none" points="906.3,263.02,885.25,260.63,903.2,249.37,906.3,263.02" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="79" d="M1647.5,75.02 C1647.5,88.58 1647.5,103.04 1647.5,114.68 " fill="none" id="C_0000001471-backto-C_0000001512" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="56" d="M1647.5,75.02 C1647.5,88.58 1647.5,103.04 1647.5,114.68 " fill="none" id="C_0000001471-backto-C_0000001512" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="none" points="1640.5,75,1647.5,55,1654.5,75,1640.5,75" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
@@ -1,6 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="application/ecmascript" contentStyleType="text/css" height="441px" preserveAspectRatio="none" style="width:597px;height:441px;background:#FFFFFF;" version="1.1" viewBox="0 0 597 441" width="597px" zoomAndPan="magnify">
|
||||
<defs>
|
||||
<filter height="300%" id="fk89es6kibct8" width="300%" x="-1" y="-1">
|
||||
<filter height="300%" id="f1h6tg5vh8g1ze" width="300%" x="-1" y="-1">
|
||||
<feGaussianBlur result="blurOut" stdDeviation="2.0"/>
|
||||
<feColorMatrix in="blurOut" result="blurOut2" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .4 0"/>
|
||||
<feOffset dx="4.0" dy="4.0" in="blurOut2" result="blurOut3"/>
|
||||
@@ -9,95 +9,95 @@
|
||||
<style type="text/css">a:hover { text-decoration: underline; }</style>
|
||||
</defs>
|
||||
<g>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00039/t00039.cc#L7" target="_top" title="C" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00039/t00039.cc#L7" xlink:show="new" xlink:title="C" xlink:type="simple">
|
||||
<rect codeLine="4" fill="#FEFECE" filter="url(#fk89es6kibct8)" height="48" id="C_0000001531" style="stroke:#A80036;stroke-width:1.5;" width="40" x="17.5" y="17.516"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00039/t00039.cc#L7" target="_top" title="C" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00039/t00039.cc#L7" xlink:show="new" xlink:title="C" xlink:type="simple">
|
||||
<rect codeLine="2" fill="#FEFECE" filter="url(#f1h6tg5vh8g1ze)" height="48" id="C_0000001531" style="stroke:#A80036;stroke-width:1.5;" width="40" x="17.5" y="17.516"/>
|
||||
<ellipse cx="32.5" cy="33.516" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M31.9688,40.4379 Q30.2188,40.4379 29.0781,39.7035 Q27.9531,38.9535 27.3906,37.6098 Q26.8438,36.2504 26.8438,34.4535 Q26.8438,32.4223 27.5,30.9691 Q28.1563,29.516 29.4375,28.7348 Q30.7188,27.9535 32.5938,27.9535 Q33.4844,27.9535 34.1563,28.141 Q34.8281,28.3129 35.5156,28.6566 L34.7031,30.6723 Q34.0781,30.3598 33.5313,30.2348 Q33,30.1098 32.5156,30.1098 Q31.3438,30.1098 30.6406,30.641 Q29.9375,31.1723 29.6406,32.1254 Q29.3438,33.0785 29.3438,34.3441 Q29.3438,36.3598 30.0625,37.3285 Q30.7813,38.2816 32.375,38.2816 Q32.9688,38.2816 33.5938,38.1254 Q34.2188,37.9691 35.0469,37.5941 L35.0469,39.8129 Q34.3125,40.1254 33.5156,40.2816 Q32.7344,40.4379 31.9688,40.4379 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="46.5" y="38.1721">C</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="18.5" x2="56.5" y1="49.516" y2="49.516"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="18.5" x2="56.5" y1="57.516" y2="57.516"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00039/t00039.cc#L10" target="_top" title="D" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00039/t00039.cc#L10" xlink:show="new" xlink:title="D" xlink:type="simple">
|
||||
<rect codeLine="8" fill="#FEFECE" filter="url(#fk89es6kibct8)" height="48" id="C_0000001535" style="stroke:#A80036;stroke-width:1.5;" width="41" x="99" y="17.516"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00039/t00039.cc#L10" target="_top" title="D" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00039/t00039.cc#L10" xlink:show="new" xlink:title="D" xlink:type="simple">
|
||||
<rect codeLine="5" fill="#FEFECE" filter="url(#f1h6tg5vh8g1ze)" height="48" id="C_0000001535" style="stroke:#A80036;stroke-width:1.5;" width="41" x="99" y="17.516"/>
|
||||
<ellipse cx="114" cy="33.516" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M113.4688,40.4379 Q111.7188,40.4379 110.5781,39.7035 Q109.4531,38.9535 108.8906,37.6098 Q108.3438,36.2504 108.3438,34.4535 Q108.3438,32.4223 109,30.9691 Q109.6563,29.516 110.9375,28.7348 Q112.2188,27.9535 114.0938,27.9535 Q114.9844,27.9535 115.6563,28.141 Q116.3281,28.3129 117.0156,28.6566 L116.2031,30.6723 Q115.5781,30.3598 115.0313,30.2348 Q114.5,30.1098 114.0156,30.1098 Q112.8438,30.1098 112.1406,30.641 Q111.4375,31.1723 111.1406,32.1254 Q110.8438,33.0785 110.8438,34.3441 Q110.8438,36.3598 111.5625,37.3285 Q112.2813,38.2816 113.875,38.2816 Q114.4688,38.2816 115.0938,38.1254 Q115.7188,37.9691 116.5469,37.5941 L116.5469,39.8129 Q115.8125,40.1254 115.0156,40.2816 Q114.2344,40.4379 113.4688,40.4379 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="9" x="128" y="38.1721">D</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="100" x2="139" y1="49.516" y2="49.516"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="100" x2="139" y1="57.516" y2="57.516"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00039/t00039.cc#L13" target="_top" title="E" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00039/t00039.cc#L13" xlink:show="new" xlink:title="E" xlink:type="simple">
|
||||
<rect codeLine="12" fill="#FEFECE" filter="url(#fk89es6kibct8)" height="48" id="C_0000001539" style="stroke:#A80036;stroke-width:1.5;" width="39" x="181" y="17.516"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00039/t00039.cc#L13" target="_top" title="E" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00039/t00039.cc#L13" xlink:show="new" xlink:title="E" xlink:type="simple">
|
||||
<rect codeLine="8" fill="#FEFECE" filter="url(#f1h6tg5vh8g1ze)" height="48" id="C_0000001539" style="stroke:#A80036;stroke-width:1.5;" width="39" x="181" y="17.516"/>
|
||||
<ellipse cx="196" cy="33.516" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M195.4688,40.4379 Q193.7188,40.4379 192.5781,39.7035 Q191.4531,38.9535 190.8906,37.6098 Q190.3438,36.2504 190.3438,34.4535 Q190.3438,32.4223 191,30.9691 Q191.6563,29.516 192.9375,28.7348 Q194.2188,27.9535 196.0938,27.9535 Q196.9844,27.9535 197.6563,28.141 Q198.3281,28.3129 199.0156,28.6566 L198.2031,30.6723 Q197.5781,30.3598 197.0313,30.2348 Q196.5,30.1098 196.0156,30.1098 Q194.8438,30.1098 194.1406,30.641 Q193.4375,31.1723 193.1406,32.1254 Q192.8438,33.0785 192.8438,34.3441 Q192.8438,36.3598 193.5625,37.3285 Q194.2813,38.2816 195.875,38.2816 Q196.4688,38.2816 197.0938,38.1254 Q197.7188,37.9691 198.5469,37.5941 L198.5469,39.8129 Q197.8125,40.1254 197.0156,40.2816 Q196.2344,40.4379 195.4688,40.4379 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="7" x="210" y="38.1721">E</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="182" x2="219" y1="49.516" y2="49.516"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="182" x2="219" y1="57.516" y2="57.516"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00039/t00039.cc#L21" target="_top" title="CD" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00039/t00039.cc#L21" xlink:show="new" xlink:title="CD" xlink:type="simple">
|
||||
<rect codeLine="17" fill="#FEFECE" filter="url(#fk89es6kibct8)" height="48" id="C_0000001548" style="stroke:#A80036;stroke-width:1.5;" width="49" x="7" y="140.516"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00039/t00039.cc#L21" target="_top" title="CD" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00039/t00039.cc#L21" xlink:show="new" xlink:title="CD" xlink:type="simple">
|
||||
<rect codeLine="11" fill="#FEFECE" filter="url(#f1h6tg5vh8g1ze)" height="48" id="C_0000001548" style="stroke:#A80036;stroke-width:1.5;" width="49" x="7" y="140.516"/>
|
||||
<ellipse cx="22" cy="156.516" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M21.4688,163.4379 Q19.7188,163.4379 18.5781,162.7035 Q17.4531,161.9535 16.8906,160.6098 Q16.3438,159.2504 16.3438,157.4535 Q16.3438,155.4223 17,153.9691 Q17.6563,152.516 18.9375,151.7348 Q20.2188,150.9535 22.0938,150.9535 Q22.9844,150.9535 23.6563,151.141 Q24.3281,151.3129 25.0156,151.6566 L24.2031,153.6723 Q23.5781,153.3598 23.0313,153.2348 Q22.5,153.1098 22.0156,153.1098 Q20.8438,153.1098 20.1406,153.641 Q19.4375,154.1723 19.1406,155.1254 Q18.8438,156.0785 18.8438,157.3441 Q18.8438,159.3598 19.5625,160.3285 Q20.2813,161.2816 21.875,161.2816 Q22.4688,161.2816 23.0938,161.1254 Q23.7188,160.9691 24.5469,160.5941 L24.5469,162.8129 Q23.8125,163.1254 23.0156,163.2816 Q22.2344,163.4379 21.4688,163.4379 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="17" x="36" y="161.1721">CD</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="55" y1="172.516" y2="172.516"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="55" y1="180.516" y2="180.516"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00039/t00039.cc#L24" target="_top" title="DE" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00039/t00039.cc#L24" xlink:show="new" xlink:title="DE" xlink:type="simple">
|
||||
<rect codeLine="21" fill="#FEFECE" filter="url(#fk89es6kibct8)" height="48" id="C_0000001552" style="stroke:#A80036;stroke-width:1.5;" width="48" x="182.5" y="140.516"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00039/t00039.cc#L24" target="_top" title="DE" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00039/t00039.cc#L24" xlink:show="new" xlink:title="DE" xlink:type="simple">
|
||||
<rect codeLine="14" fill="#FEFECE" filter="url(#f1h6tg5vh8g1ze)" height="48" id="C_0000001552" style="stroke:#A80036;stroke-width:1.5;" width="48" x="182.5" y="140.516"/>
|
||||
<ellipse cx="197.5" cy="156.516" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M196.9688,163.4379 Q195.2188,163.4379 194.0781,162.7035 Q192.9531,161.9535 192.3906,160.6098 Q191.8438,159.2504 191.8438,157.4535 Q191.8438,155.4223 192.5,153.9691 Q193.1563,152.516 194.4375,151.7348 Q195.7188,150.9535 197.5938,150.9535 Q198.4844,150.9535 199.1563,151.141 Q199.8281,151.3129 200.5156,151.6566 L199.7031,153.6723 Q199.0781,153.3598 198.5313,153.2348 Q198,153.1098 197.5156,153.1098 Q196.3438,153.1098 195.6406,153.641 Q194.9375,154.1723 194.6406,155.1254 Q194.3438,156.0785 194.3438,157.3441 Q194.3438,159.3598 195.0625,160.3285 Q195.7813,161.2816 197.375,161.2816 Q197.9688,161.2816 198.5938,161.1254 Q199.2188,160.9691 200.0469,160.5941 L200.0469,162.8129 Q199.3125,163.1254 198.5156,163.2816 Q197.7344,163.4379 196.9688,163.4379 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="16" x="211.5" y="161.1721">DE</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="183.5" x2="229.5" y1="172.516" y2="172.516"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="183.5" x2="229.5" y1="180.516" y2="180.516"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00039/t00039.cc#L27" target="_top" title="CDE" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00039/t00039.cc#L27" xlink:show="new" xlink:title="CDE" xlink:type="simple">
|
||||
<rect codeLine="25" fill="#FEFECE" filter="url(#fk89es6kibct8)" height="48" id="C_0000001556" style="stroke:#A80036;stroke-width:1.5;" width="56" x="91.5" y="140.516"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00039/t00039.cc#L27" target="_top" title="CDE" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00039/t00039.cc#L27" xlink:show="new" xlink:title="CDE" xlink:type="simple">
|
||||
<rect codeLine="17" fill="#FEFECE" filter="url(#f1h6tg5vh8g1ze)" height="48" id="C_0000001556" style="stroke:#A80036;stroke-width:1.5;" width="56" x="91.5" y="140.516"/>
|
||||
<ellipse cx="106.5" cy="156.516" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M105.9688,163.4379 Q104.2188,163.4379 103.0781,162.7035 Q101.9531,161.9535 101.3906,160.6098 Q100.8438,159.2504 100.8438,157.4535 Q100.8438,155.4223 101.5,153.9691 Q102.1563,152.516 103.4375,151.7348 Q104.7188,150.9535 106.5938,150.9535 Q107.4844,150.9535 108.1563,151.141 Q108.8281,151.3129 109.5156,151.6566 L108.7031,153.6723 Q108.0781,153.3598 107.5313,153.2348 Q107,153.1098 106.5156,153.1098 Q105.3438,153.1098 104.6406,153.641 Q103.9375,154.1723 103.6406,155.1254 Q103.3438,156.0785 103.3438,157.3441 Q103.3438,159.3598 104.0625,160.3285 Q104.7813,161.2816 106.375,161.2816 Q106.9688,161.2816 107.5938,161.1254 Q108.2188,160.9691 109.0469,160.5941 L109.0469,162.8129 Q108.3125,163.1254 107.5156,163.2816 Q106.7344,163.4379 105.9688,163.4379 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="24" x="120.5" y="161.1721">CDE</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="92.5" x2="146.5" y1="172.516" y2="172.516"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="92.5" x2="146.5" y1="180.516" y2="180.516"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00039/t00039.cc#L30" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00039/t00039.cc#L30" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<rect codeLine="29" fill="#FEFECE" filter="url(#fk89es6kibct8)" height="48" id="C_0000001560" style="stroke:#A80036;stroke-width:1.5;" width="40" x="269.5" y="17.516"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00039/t00039.cc#L30" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00039/t00039.cc#L30" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<rect codeLine="20" fill="#FEFECE" filter="url(#f1h6tg5vh8g1ze)" height="48" id="C_0000001560" style="stroke:#A80036;stroke-width:1.5;" width="40" x="269.5" y="17.516"/>
|
||||
<ellipse cx="284.5" cy="33.516" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M283.9688,40.4379 Q282.2188,40.4379 281.0781,39.7035 Q279.9531,38.9535 279.3906,37.6098 Q278.8438,36.2504 278.8438,34.4535 Q278.8438,32.4223 279.5,30.9691 Q280.1563,29.516 281.4375,28.7348 Q282.7188,27.9535 284.5938,27.9535 Q285.4844,27.9535 286.1563,28.141 Q286.8281,28.3129 287.5156,28.6566 L286.7031,30.6723 Q286.0781,30.3598 285.5313,30.2348 Q285,30.1098 284.5156,30.1098 Q283.3438,30.1098 282.6406,30.641 Q281.9375,31.1723 281.6406,32.1254 Q281.3438,33.0785 281.3438,34.3441 Q281.3438,36.3598 282.0625,37.3285 Q282.7813,38.2816 284.375,38.2816 Q284.9688,38.2816 285.5938,38.1254 Q286.2188,37.9691 287.0469,37.5941 L287.0469,39.8129 Q286.3125,40.1254 285.5156,40.2816 Q284.7344,40.4379 283.9688,40.4379 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="298.5" y="38.1721">A</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="270.5" x2="308.5" y1="49.516" y2="49.516"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="270.5" x2="308.5" y1="57.516" y2="57.516"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00039/t00039.cc#L33" target="_top" title="AA" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00039/t00039.cc#L33" xlink:show="new" xlink:title="AA" xlink:type="simple">
|
||||
<rect codeLine="33" fill="#FEFECE" filter="url(#fk89es6kibct8)" height="48" id="C_0000001564" style="stroke:#A80036;stroke-width:1.5;" width="48" x="265.5" y="140.516"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00039/t00039.cc#L33" target="_top" title="AA" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00039/t00039.cc#L33" xlink:show="new" xlink:title="AA" xlink:type="simple">
|
||||
<rect codeLine="23" fill="#FEFECE" filter="url(#f1h6tg5vh8g1ze)" height="48" id="C_0000001564" style="stroke:#A80036;stroke-width:1.5;" width="48" x="265.5" y="140.516"/>
|
||||
<ellipse cx="280.5" cy="156.516" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M279.9688,163.4379 Q278.2188,163.4379 277.0781,162.7035 Q275.9531,161.9535 275.3906,160.6098 Q274.8438,159.2504 274.8438,157.4535 Q274.8438,155.4223 275.5,153.9691 Q276.1563,152.516 277.4375,151.7348 Q278.7188,150.9535 280.5938,150.9535 Q281.4844,150.9535 282.1563,151.141 Q282.8281,151.3129 283.5156,151.6566 L282.7031,153.6723 Q282.0781,153.3598 281.5313,153.2348 Q281,153.1098 280.5156,153.1098 Q279.3438,153.1098 278.6406,153.641 Q277.9375,154.1723 277.6406,155.1254 Q277.3438,156.0785 277.3438,157.3441 Q277.3438,159.3598 278.0625,160.3285 Q278.7813,161.2816 280.375,161.2816 Q280.9688,161.2816 281.5938,161.1254 Q282.2188,160.9691 283.0469,160.5941 L283.0469,162.8129 Q282.3125,163.1254 281.5156,163.2816 Q280.7344,163.4379 279.9688,163.4379 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="16" x="294.5" y="161.1721">AA</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="266.5" x2="312.5" y1="172.516" y2="172.516"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="266.5" x2="312.5" y1="180.516" y2="180.516"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00039/t00039.cc#L36" target="_top" title="AAA" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00039/t00039.cc#L36" xlink:show="new" xlink:title="AAA" xlink:type="simple">
|
||||
<rect codeLine="37" fill="#FEFECE" filter="url(#fk89es6kibct8)" height="62.9819" id="C_0000001568" style="stroke:#A80036;stroke-width:1.5;" width="56" x="261.5" y="256.016"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00039/t00039.cc#L36" target="_top" title="AAA" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00039/t00039.cc#L36" xlink:show="new" xlink:title="AAA" xlink:type="simple">
|
||||
<rect codeLine="26" fill="#FEFECE" filter="url(#f1h6tg5vh8g1ze)" height="62.9819" id="C_0000001568" style="stroke:#A80036;stroke-width:1.5;" width="56" x="261.5" y="256.016"/>
|
||||
<ellipse cx="276.5" cy="272.016" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M275.9688,278.9379 Q274.2188,278.9379 273.0781,278.2035 Q271.9531,277.4535 271.3906,276.1098 Q270.8438,274.7504 270.8438,272.9535 Q270.8438,270.9223 271.5,269.4691 Q272.1563,268.016 273.4375,267.2348 Q274.7188,266.4535 276.5938,266.4535 Q277.4844,266.4535 278.1563,266.641 Q278.8281,266.8129 279.5156,267.1566 L278.7031,269.1723 Q278.0781,268.8598 277.5313,268.7348 Q277,268.6098 276.5156,268.6098 Q275.3438,268.6098 274.6406,269.141 Q273.9375,269.6723 273.6406,270.6254 Q273.3438,271.5785 273.3438,272.8441 Q273.3438,274.8598 274.0625,275.8285 Q274.7813,276.7816 276.375,276.7816 Q276.9688,276.7816 277.5938,276.6254 Q278.2188,276.4691 279.0469,276.0941 L279.0469,278.3129 Q278.3125,278.6254 277.5156,278.7816 Q276.7344,278.9379 275.9688,278.9379 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="24" x="290.5" y="276.6721">AAA</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="262.5" x2="316.5" y1="288.016" y2="288.016"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00039/t00039.cc#L37" target="_top" title="b" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00039/t00039.cc#L37" xlink:show="new" xlink:title="b" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00039/t00039.cc#L37" target="_top" title="b" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00039/t00039.cc#L37" xlink:show="new" xlink:title="b" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="267.5" y="294.016"/>
|
||||
<ellipse cx="272.5" cy="299.016" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00039/t00039.cc#L37" target="_top" title="b" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00039/t00039.cc#L37" xlink:show="new" xlink:title="b" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00039/t00039.cc#L37" target="_top" title="b" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00039/t00039.cc#L37" xlink:show="new" xlink:title="b" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="29" x="281.5" y="303.7749">b : B*</text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="262.5" x2="316.5" y1="310.9979" y2="310.9979"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00039/t00039.cc#L41" target="_top" title="AAAA" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00039/t00039.cc#L41" xlink:show="new" xlink:title="AAAA" xlink:type="simple">
|
||||
<rect codeLine="42" fill="#FEFECE" filter="url(#fk89es6kibct8)" height="48" id="C_0000001573" style="stroke:#A80036;stroke-width:1.5;" width="90" x="244.5" y="379.016"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00039/t00039.cc#L41" target="_top" title="AAAA" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00039/t00039.cc#L41" xlink:show="new" xlink:title="AAAA" xlink:type="simple">
|
||||
<rect codeLine="30" fill="#FEFECE" filter="url(#f1h6tg5vh8g1ze)" height="48" id="C_0000001573" style="stroke:#A80036;stroke-width:1.5;" width="90" x="244.5" y="379.016"/>
|
||||
<ellipse cx="259.5" cy="395.016" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M258.9688,401.9379 Q257.2188,401.9379 256.0781,401.2035 Q254.9531,400.4535 254.3906,399.1098 Q253.8438,397.7504 253.8438,395.9535 Q253.8438,393.9223 254.5,392.4691 Q255.1563,391.016 256.4375,390.2348 Q257.7188,389.4535 259.5938,389.4535 Q260.4844,389.4535 261.1563,389.641 Q261.8281,389.8129 262.5156,390.1566 L261.7031,392.1723 Q261.0781,391.8598 260.5313,391.7348 Q260,391.6098 259.5156,391.6098 Q258.3438,391.6098 257.6406,392.141 Q256.9375,392.6723 256.6406,393.6254 Q256.3438,394.5785 256.3438,395.8441 Q256.3438,397.8598 257.0625,398.8285 Q257.7813,399.7816 259.375,399.7816 Q259.9688,399.7816 260.5938,399.6254 Q261.2188,399.4691 262.0469,399.0941 L262.0469,401.3129 Q261.3125,401.6254 260.5156,401.7816 Q259.7344,401.9379 258.9688,401.9379 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="58" x="273.5" y="399.6721">ns2::AAAA</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="245.5" x2="333.5" y1="411.016" y2="411.016"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="245.5" x2="333.5" y1="419.016" y2="419.016"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00039/t00039.cc#L46" target="_top" title="F" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00039/t00039.cc#L46" xlink:show="new" xlink:title="F" xlink:type="simple">
|
||||
<rect codeLine="46" fill="#FEFECE" filter="url(#fk89es6kibct8)" height="62.9819" id="C_0000001578" style="stroke:#A80036;stroke-width:1.5;" width="74" x="434.5" y="10.016"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00039/t00039.cc#L46" target="_top" title="F" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00039/t00039.cc#L46" xlink:show="new" xlink:title="F" xlink:type="simple">
|
||||
<rect codeLine="33" fill="#FEFECE" filter="url(#f1h6tg5vh8g1ze)" height="62.9819" id="C_0000001578" style="stroke:#A80036;stroke-width:1.5;" width="74" x="434.5" y="10.016"/>
|
||||
<ellipse cx="449.5" cy="26.016" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M448.9688,32.9379 Q447.2188,32.9379 446.0781,32.2035 Q444.9531,31.4535 444.3906,30.1098 Q443.8438,28.7504 443.8438,26.9535 Q443.8438,24.9223 444.5,23.4691 Q445.1563,22.016 446.4375,21.2348 Q447.7188,20.4535 449.5938,20.4535 Q450.4844,20.4535 451.1563,20.641 Q451.8281,20.8129 452.5156,21.1566 L451.7031,23.1723 Q451.0781,22.8598 450.5313,22.7348 Q450,22.6098 449.5156,22.6098 Q448.3438,22.6098 447.6406,23.141 Q446.9375,23.6723 446.6406,24.6254 Q446.3438,25.5785 446.3438,26.8441 Q446.3438,28.8598 447.0625,29.8285 Q447.7813,30.7816 449.375,30.7816 Q449.9688,30.7816 450.5938,30.6254 Q451.2188,30.4691 452.0469,30.0941 L452.0469,32.3129 Q451.3125,32.6254 450.5156,32.7816 Q449.7344,32.9379 448.9688,32.9379 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="32" x="463.5" y="30.6721">ns3::F</text>
|
||||
@@ -105,16 +105,16 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="6" x="504.5" y="20.8441">T</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="435.5" x2="507.5" y1="42.016" y2="42.016"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00039/t00039.cc#L47" target="_top" title="t" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00039/t00039.cc#L47" xlink:show="new" xlink:title="t" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00039/t00039.cc#L47" target="_top" title="t" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00039/t00039.cc#L47" xlink:show="new" xlink:title="t" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="440.5" y="48.016"/>
|
||||
<ellipse cx="445.5" cy="53.016" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00039/t00039.cc#L47" target="_top" title="t" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00039/t00039.cc#L47" xlink:show="new" xlink:title="t" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00039/t00039.cc#L47" target="_top" title="t" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00039/t00039.cc#L47" xlink:show="new" xlink:title="t" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="25" x="454.5" y="57.7749">t : T*</text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="435.5" x2="507.5" y1="64.9979" y2="64.9979"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00039/t00039.cc#L50" target="_top" title="FF" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00039/t00039.cc#L50" xlink:show="new" xlink:title="FF" xlink:type="simple">
|
||||
<rect codeLine="50" fill="#FEFECE" filter="url(#fk89es6kibct8)" height="62.9819" id="C_0000001582" style="stroke:#A80036;stroke-width:1.5;" width="93" x="361" y="133.016"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00039/t00039.cc#L50" target="_top" title="FF" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00039/t00039.cc#L50" xlink:show="new" xlink:title="FF" xlink:type="simple">
|
||||
<rect codeLine="37" fill="#FEFECE" filter="url(#f1h6tg5vh8g1ze)" height="62.9819" id="C_0000001582" style="stroke:#A80036;stroke-width:1.5;" width="93" x="361" y="133.016"/>
|
||||
<ellipse cx="376" cy="149.016" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M375.4688,155.9379 Q373.7188,155.9379 372.5781,155.2035 Q371.4531,154.4535 370.8906,153.1098 Q370.3438,151.7504 370.3438,149.9535 Q370.3438,147.9223 371,146.4691 Q371.6563,145.016 372.9375,144.2348 Q374.2188,143.4535 376.0938,143.4535 Q376.9844,143.4535 377.6563,143.641 Q378.3281,143.8129 379.0156,144.1566 L378.2031,146.1723 Q377.5781,145.8598 377.0313,145.7348 Q376.5,145.6098 376.0156,145.6098 Q374.8438,145.6098 374.1406,146.141 Q373.4375,146.6723 373.1406,147.6254 Q372.8438,148.5785 372.8438,149.8441 Q372.8438,151.8598 373.5625,152.8285 Q374.2813,153.7816 375.875,153.7816 Q376.4688,153.7816 377.0938,153.6254 Q377.7188,153.4691 378.5469,153.0941 L378.5469,155.3129 Q377.8125,155.6254 377.0156,155.7816 Q376.2344,155.9379 375.4688,155.9379 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="38" x="390" y="153.6721">ns3::FF</text>
|
||||
@@ -122,16 +122,16 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="19" x="437" y="143.8441">T,M</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="362" x2="453" y1="165.016" y2="165.016"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00039/t00039.cc#L51" target="_top" title="m" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00039/t00039.cc#L51" xlink:show="new" xlink:title="m" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00039/t00039.cc#L51" target="_top" title="m" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00039/t00039.cc#L51" xlink:show="new" xlink:title="m" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="367" y="171.016"/>
|
||||
<ellipse cx="372" cy="176.016" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00039/t00039.cc#L51" target="_top" title="m" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00039/t00039.cc#L51" xlink:show="new" xlink:title="m" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00039/t00039.cc#L51" target="_top" title="m" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00039/t00039.cc#L51" xlink:show="new" xlink:title="m" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="35" x="381" y="180.7749">m : M*</text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="362" x2="453" y1="187.9979" y2="187.9979"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00039/t00039.cc#L54" target="_top" title="FE" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00039/t00039.cc#L54" xlink:show="new" xlink:title="FE" xlink:type="simple">
|
||||
<rect codeLine="54" fill="#FEFECE" filter="url(#fk89es6kibct8)" height="62.9819" id="C_0000001586" style="stroke:#A80036;stroke-width:1.5;" width="94" x="489.5" y="133.016"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00039/t00039.cc#L54" target="_top" title="FE" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00039/t00039.cc#L54" xlink:show="new" xlink:title="FE" xlink:type="simple">
|
||||
<rect codeLine="41" fill="#FEFECE" filter="url(#f1h6tg5vh8g1ze)" height="62.9819" id="C_0000001586" style="stroke:#A80036;stroke-width:1.5;" width="94" x="489.5" y="133.016"/>
|
||||
<ellipse cx="504.5" cy="149.016" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M503.9688,155.9379 Q502.2188,155.9379 501.0781,155.2035 Q499.9531,154.4535 499.3906,153.1098 Q498.8438,151.7504 498.8438,149.9535 Q498.8438,147.9223 499.5,146.4691 Q500.1563,145.016 501.4375,144.2348 Q502.7188,143.4535 504.5938,143.4535 Q505.4844,143.4535 506.1563,143.641 Q506.8281,143.8129 507.5156,144.1566 L506.7031,146.1723 Q506.0781,145.8598 505.5313,145.7348 Q505,145.6098 504.5156,145.6098 Q503.3438,145.6098 502.6406,146.141 Q501.9375,146.6723 501.6406,147.6254 Q501.3438,148.5785 501.3438,149.8441 Q501.3438,151.8598 502.0625,152.8285 Q502.7813,153.7816 504.375,153.7816 Q504.9688,153.7816 505.5938,153.6254 Q506.2188,153.4691 507.0469,153.0941 L507.0469,155.3129 Q506.3125,155.6254 505.5156,155.7816 Q504.7344,155.9379 503.9688,155.9379 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="39" x="518.5" y="153.6721">ns3::FE</text>
|
||||
@@ -139,16 +139,16 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="19" x="566.5" y="143.8441">T,M</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="490.5" x2="582.5" y1="165.016" y2="165.016"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00039/t00039.cc#L55" target="_top" title="m" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00039/t00039.cc#L55" xlink:show="new" xlink:title="m" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00039/t00039.cc#L55" target="_top" title="m" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00039/t00039.cc#L55" xlink:show="new" xlink:title="m" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="495.5" y="171.016"/>
|
||||
<ellipse cx="500.5" cy="176.016" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00039/t00039.cc#L55" target="_top" title="m" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00039/t00039.cc#L55" xlink:show="new" xlink:title="m" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00039/t00039.cc#L55" target="_top" title="m" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00039/t00039.cc#L55" xlink:show="new" xlink:title="m" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="35" x="509.5" y="180.7749">m : M*</text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="490.5" x2="582.5" y1="187.9979" y2="187.9979"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00039/t00039.cc#L58" target="_top" title="FFF" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00039/t00039.cc#L58" xlink:show="new" xlink:title="FFF" xlink:type="simple">
|
||||
<rect codeLine="58" fill="#FEFECE" filter="url(#fk89es6kibct8)" height="62.9819" id="C_0000001590" style="stroke:#A80036;stroke-width:1.5;" width="110" x="352.5" y="256.016"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00039/t00039.cc#L58" target="_top" title="FFF" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00039/t00039.cc#L58" xlink:show="new" xlink:title="FFF" xlink:type="simple">
|
||||
<rect codeLine="45" fill="#FEFECE" filter="url(#f1h6tg5vh8g1ze)" height="62.9819" id="C_0000001590" style="stroke:#A80036;stroke-width:1.5;" width="110" x="352.5" y="256.016"/>
|
||||
<ellipse cx="367.5" cy="272.016" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M366.9688,278.9379 Q365.2188,278.9379 364.0781,278.2035 Q362.9531,277.4535 362.3906,276.1098 Q361.8438,274.7504 361.8438,272.9535 Q361.8438,270.9223 362.5,269.4691 Q363.1563,268.016 364.4375,267.2348 Q365.7188,266.4535 367.5938,266.4535 Q368.4844,266.4535 369.1563,266.641 Q369.8281,266.8129 370.5156,267.1566 L369.7031,269.1723 Q369.0781,268.8598 368.5313,268.7348 Q368,268.6098 367.5156,268.6098 Q366.3438,268.6098 365.6406,269.141 Q364.9375,269.6723 364.6406,270.6254 Q364.3438,271.5785 364.3438,272.8441 Q364.3438,274.8598 365.0625,275.8285 Q365.7813,276.7816 367.375,276.7816 Q367.9688,276.7816 368.5938,276.6254 Q369.2188,276.4691 370.0469,276.0941 L370.0469,278.3129 Q369.3125,278.6254 368.5156,278.7816 Q367.7344,278.9379 366.9688,278.9379 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="44" x="381.5" y="276.6721">ns3::FFF</text>
|
||||
@@ -156,39 +156,39 @@
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="30" x="434.5" y="266.8441">T,M,N</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="353.5" x2="461.5" y1="288.016" y2="288.016"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00039/t00039.cc#L59" target="_top" title="n" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00039/t00039.cc#L59" xlink:show="new" xlink:title="n" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00039/t00039.cc#L59" target="_top" title="n" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00039/t00039.cc#L59" xlink:show="new" xlink:title="n" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="358.5" y="294.016"/>
|
||||
<ellipse cx="363.5" cy="299.016" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00039/t00039.cc#L59" target="_top" title="n" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00039/t00039.cc#L59" xlink:show="new" xlink:title="n" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00039/t00039.cc#L59" target="_top" title="n" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00039/t00039.cc#L59" xlink:show="new" xlink:title="n" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="30" x="372.5" y="303.7749">n : N*</text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="353.5" x2="461.5" y1="310.9979" y2="310.9979"/>
|
||||
<path codeLine="68" d="M35.36,85.596 C34.45,103.976 33.43,124.696 32.66,140.146 " fill="none" id="C_0000001531-backto-C_0000001548" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="48" d="M35.36,85.596 C34.45,103.976 33.43,124.696 32.66,140.146 " fill="none" id="C_0000001531-backto-C_0000001548" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="none" points="28.38,85.186,36.36,65.556,42.36,85.886,28.38,85.186" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="69" d="M90.97,81.746 C76.95,101.026 60.53,123.606 48.5,140.146 " fill="none" id="C_0000001535-backto-C_0000001548" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="49" d="M90.97,81.746 C76.95,101.026 60.53,123.606 48.5,140.146 " fill="none" id="C_0000001535-backto-C_0000001548" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="none" points="85.32,77.616,102.74,65.556,96.64,85.856,85.32,77.616" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="71" d="M147.92,82.036 C161.73,101.246 177.86,123.686 189.7,140.146 " fill="none" id="C_0000001535-backto-C_0000001552" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="50" d="M147.92,82.036 C161.73,101.246 177.86,123.686 189.7,140.146 " fill="none" id="C_0000001535-backto-C_0000001552" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="none" points="142.06,85.886,136.07,65.556,153.43,77.716,142.06,85.886" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="72" d="M202.64,85.596 C203.55,103.976 204.57,124.696 205.34,140.146 " fill="none" id="C_0000001539-backto-C_0000001552" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="51" d="M202.64,85.596 C203.55,103.976 204.57,124.696 205.34,140.146 " fill="none" id="C_0000001539-backto-C_0000001552" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="none" points="195.64,85.886,201.64,65.556,209.62,85.186,195.64,85.886" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="74" d="M64.48,82.326 C77.46,101.476 92.57,123.766 103.66,140.146 " fill="none" id="C_0000001531-backto-C_0000001556" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="52" d="M64.48,82.326 C77.46,101.476 92.57,123.766 103.66,140.146 " fill="none" id="C_0000001531-backto-C_0000001556" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="none" points="58.54,86.046,53.12,65.556,70.13,78.186,58.54,86.046" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="75" d="M119.5,85.596 C119.5,103.976 119.5,124.696 119.5,140.146 " fill="none" id="C_0000001535-backto-C_0000001556" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="53" d="M119.5,85.596 C119.5,103.976 119.5,124.696 119.5,140.146 " fill="none" id="C_0000001535-backto-C_0000001556" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="none" points="112.5,85.556,119.5,65.556,126.5,85.556,112.5,85.556" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="76" d="M173.85,82.326 C161.03,101.476 146.11,123.766 135.14,140.146 " fill="none" id="C_0000001539-backto-C_0000001556" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="54" d="M173.85,82.326 C161.03,101.476 146.11,123.766 135.14,140.146 " fill="none" id="C_0000001539-backto-C_0000001556" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="none" points="168.13,78.286,185.07,65.556,179.77,86.076,168.13,78.286" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="79" d="M289.5,85.596 C289.5,103.976 289.5,124.696 289.5,140.146 " fill="none" id="C_0000001560-backto-C_0000001564" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="55" d="M289.5,85.596 C289.5,103.976 289.5,124.696 289.5,140.146 " fill="none" id="C_0000001560-backto-C_0000001564" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="none" points="282.5,85.556,289.5,65.556,296.5,85.556,282.5,85.556" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="81" d="M289.5,208.656 C289.5,224.226 289.5,241.486 289.5,255.776 " fill="none" id="C_0000001564-backto-C_0000001568" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="56" d="M289.5,208.656 C289.5,224.226 289.5,241.486 289.5,255.776 " fill="none" id="C_0000001564-backto-C_0000001568" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="none" points="282.5,208.556,289.5,188.556,296.5,208.556,282.5,208.556" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="83" d="M289.5,339.366 C289.5,353.156 289.5,367.416 289.5,378.846 " fill="none" id="C_0000001568-backto-C_0000001573" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="57" d="M289.5,339.366 C289.5,353.156 289.5,367.416 289.5,378.846 " fill="none" id="C_0000001568-backto-C_0000001573" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="none" points="282.5,339.226,289.5,319.226,296.5,339.226,282.5,339.226" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="85" d="M445.9,90.906 C438.39,105.106 430.39,120.236 423.64,132.996 " fill="none" id="C_0000001578-backto-C_0000001582" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="58" d="M445.9,90.906 C438.39,105.106 430.39,120.236 423.64,132.996 " fill="none" id="C_0000001578-backto-C_0000001582" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="none" points="439.81,87.456,455.35,73.046,452.19,94.006,439.81,87.456" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="86" d="M497.5,90.906 C505.12,105.106 513.25,120.236 520.1,132.996 " fill="none" id="C_0000001578-backto-C_0000001586" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="59" d="M497.5,90.906 C505.12,105.106 513.25,120.236 520.1,132.996 " fill="none" id="C_0000001578-backto-C_0000001586" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="none" points="491.2,93.976,487.9,73.046,503.53,87.356,491.2,93.976" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="87" d="M407.5,216.306 C407.5,229.806 407.5,243.956 407.5,255.996 " fill="none" id="C_0000001582-backto-C_0000001590" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="60" d="M407.5,216.306 C407.5,229.806 407.5,243.956 407.5,255.996 " fill="none" id="C_0000001582-backto-C_0000001590" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="none" points="400.5,216.046,407.5,196.046,414.5,216.046,400.5,216.046" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 35 KiB |
@@ -1,6 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="application/ecmascript" contentStyleType="text/css" height="344px" preserveAspectRatio="none" style="width:249px;height:344px;background:#FFFFFF;" version="1.1" viewBox="0 0 249 344" width="249px" zoomAndPan="magnify">
|
||||
<defs>
|
||||
<filter height="300%" id="fjf3g8vliuml7" width="300%" x="-1" y="-1">
|
||||
<filter height="300%" id="ffdmlkm7gtqvt" width="300%" x="-1" y="-1">
|
||||
<feGaussianBlur result="blurOut" stdDeviation="2.0"/>
|
||||
<feColorMatrix in="blurOut" result="blurOut2" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .4 0"/>
|
||||
<feOffset dx="4.0" dy="4.0" in="blurOut2" result="blurOut3"/>
|
||||
@@ -9,76 +9,76 @@
|
||||
<style type="text/css">a:hover { text-decoration: underline; }</style>
|
||||
</defs>
|
||||
<g>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00040/t00040.cc#L6" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00040/t00040.cc#L6" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<rect codeLine="3" fill="#FEFECE" filter="url(#fjf3g8vliuml7)" height="77.9638" id="C_0000001598" style="stroke:#A80036;stroke-width:1.5;" width="83" x="13" y="7"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00040/t00040.cc#L6" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00040/t00040.cc#L6" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<rect codeLine="2" fill="#FEFECE" filter="url(#ffdmlkm7gtqvt)" height="77.9638" id="C_0000001598" style="stroke:#A80036;stroke-width:1.5;" width="83" x="13" y="7"/>
|
||||
<ellipse cx="47.35" cy="23" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M46.8188,29.9219 Q45.0688,29.9219 43.9281,29.1875 Q42.8031,28.4375 42.2406,27.0938 Q41.6938,25.7344 41.6938,23.9375 Q41.6938,21.9063 42.35,20.4531 Q43.0063,19 44.2875,18.2188 Q45.5688,17.4375 47.4438,17.4375 Q48.3344,17.4375 49.0063,17.625 Q49.6781,17.7969 50.3656,18.1406 L49.5531,20.1563 Q48.9281,19.8438 48.3813,19.7188 Q47.85,19.5938 47.3656,19.5938 Q46.1938,19.5938 45.4906,20.125 Q44.7875,20.6563 44.4906,21.6094 Q44.1938,22.5625 44.1938,23.8281 Q44.1938,25.8438 44.9125,26.8125 Q45.6313,27.7656 47.225,27.7656 Q47.8188,27.7656 48.4438,27.6094 Q49.0688,27.4531 49.8969,27.0781 L49.8969,29.2969 Q49.1625,29.6094 48.3656,29.7656 Q47.5844,29.9219 46.8188,29.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="65.65" y="27.656">A</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="14" x2="95" y1="39" y2="39"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00040/t00040.cc#L11" target="_top" title="ii_" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00040/t00040.cc#L11" xlink:show="new" xlink:title="ii_" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00040/t00040.cc#L11" target="_top" title="ii_" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00040/t00040.cc#L11" xlink:show="new" xlink:title="ii_" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="19" y="45"/>
|
||||
<polygon fill="none" points="24,45,28,49,24,53,20,49" style="stroke:#B38D22;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00040/t00040.cc#L11" target="_top" title="ii_" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00040/t00040.cc#L11" xlink:show="new" xlink:title="ii_" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00040/t00040.cc#L11" target="_top" title="ii_" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00040/t00040.cc#L11" xlink:show="new" xlink:title="ii_" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="34" x="33" y="54.7589">ii_ : int</text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="14" x2="95" y1="61.9819" y2="61.9819"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00040/t00040.cc#L8" target="_top" title="get_a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00040/t00040.cc#L8" xlink:show="new" xlink:title="get_a" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00040/t00040.cc#L8" target="_top" title="get_a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00040/t00040.cc#L8" xlink:show="new" xlink:title="get_a" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="19" y="67.9819"/>
|
||||
<ellipse cx="24" cy="72.9819" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00040/t00040.cc#L8" target="_top" title="get_a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00040/t00040.cc#L8" xlink:show="new" xlink:title="get_a" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00040/t00040.cc#L8" target="_top" title="get_a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00040/t00040.cc#L8" xlink:show="new" xlink:title="get_a" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="57" x="33" y="77.7408">get_a() : int</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00040/t00040.cc#L19" target="_top" title="AA" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00040/t00040.cc#L19" xlink:show="new" xlink:title="AA" xlink:type="simple">
|
||||
<rect codeLine="9" fill="#FEFECE" filter="url(#fjf3g8vliuml7)" height="48" id="C_0000001602" style="stroke:#A80036;stroke-width:1.5;" width="48" x="30.5" y="145"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00040/t00040.cc#L19" target="_top" title="AA" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00040/t00040.cc#L19" xlink:show="new" xlink:title="AA" xlink:type="simple">
|
||||
<rect codeLine="7" fill="#FEFECE" filter="url(#ffdmlkm7gtqvt)" height="48" id="C_0000001602" style="stroke:#A80036;stroke-width:1.5;" width="48" x="30.5" y="145"/>
|
||||
<ellipse cx="45.5" cy="161" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M44.9688,167.9219 Q43.2188,167.9219 42.0781,167.1875 Q40.9531,166.4375 40.3906,165.0938 Q39.8438,163.7344 39.8438,161.9375 Q39.8438,159.9063 40.5,158.4531 Q41.1563,157 42.4375,156.2188 Q43.7188,155.4375 45.5938,155.4375 Q46.4844,155.4375 47.1563,155.625 Q47.8281,155.7969 48.5156,156.1406 L47.7031,158.1563 Q47.0781,157.8438 46.5313,157.7188 Q46,157.5938 45.5156,157.5938 Q44.3438,157.5938 43.6406,158.125 Q42.9375,158.6563 42.6406,159.6094 Q42.3438,160.5625 42.3438,161.8281 Q42.3438,163.8438 43.0625,164.8125 Q43.7813,165.7656 45.375,165.7656 Q45.9688,165.7656 46.5938,165.6094 Q47.2188,165.4531 48.0469,165.0781 L48.0469,167.2969 Q47.3125,167.6094 46.5156,167.7656 Q45.7344,167.9219 44.9688,167.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="16" x="59.5" y="165.656">AA</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="31.5" x2="77.5" y1="177" y2="177"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="31.5" x2="77.5" y1="185" y2="185"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00040/t00040.cc#L23" target="_top" title="AAA" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00040/t00040.cc#L23" xlink:show="new" xlink:title="AAA" xlink:type="simple">
|
||||
<rect codeLine="13" fill="#FEFECE" filter="url(#fjf3g8vliuml7)" height="77.9638" id="C_0000001606" style="stroke:#A80036;stroke-width:1.5;" width="95" x="7" y="253"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00040/t00040.cc#L23" target="_top" title="AAA" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00040/t00040.cc#L23" xlink:show="new" xlink:title="AAA" xlink:type="simple">
|
||||
<rect codeLine="10" fill="#FEFECE" filter="url(#ffdmlkm7gtqvt)" height="77.9638" id="C_0000001606" style="stroke:#A80036;stroke-width:1.5;" width="95" x="7" y="253"/>
|
||||
<ellipse cx="39.55" cy="269" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M39.0188,275.9219 Q37.2688,275.9219 36.1281,275.1875 Q35.0031,274.4375 34.4406,273.0938 Q33.8938,271.7344 33.8938,269.9375 Q33.8938,267.9063 34.55,266.4531 Q35.2063,265 36.4875,264.2188 Q37.7688,263.4375 39.6438,263.4375 Q40.5344,263.4375 41.2063,263.625 Q41.8781,263.7969 42.5656,264.1406 L41.7531,266.1563 Q41.1281,265.8438 40.5813,265.7188 Q40.05,265.5938 39.5656,265.5938 Q38.3938,265.5938 37.6906,266.125 Q36.9875,266.6563 36.6906,267.6094 Q36.3938,268.5625 36.3938,269.8281 Q36.3938,271.8438 37.1125,272.8125 Q37.8313,273.7656 39.425,273.7656 Q40.0188,273.7656 40.6438,273.6094 Q41.2688,273.4531 42.0969,273.0781 L42.0969,275.2969 Q41.3625,275.6094 40.5656,275.7656 Q39.7844,275.9219 39.0188,275.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="24" x="57.45" y="273.656">AAA</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="101" y1="285" y2="285"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00040/t00040.cc#L26" target="_top" title="b" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00040/t00040.cc#L26" xlink:show="new" xlink:title="b" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00040/t00040.cc#L26" target="_top" title="b" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00040/t00040.cc#L26" xlink:show="new" xlink:title="b" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="291"/>
|
||||
<ellipse cx="18" cy="296" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00040/t00040.cc#L26" target="_top" title="b" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00040/t00040.cc#L26" xlink:show="new" xlink:title="b" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00040/t00040.cc#L26" target="_top" title="b" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00040/t00040.cc#L26" xlink:show="new" xlink:title="b" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="29" x="27" y="300.7589">b : B*</text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="101" y1="307.9819" y2="307.9819"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00040/t00040.cc#L25" target="_top" title="get_aaa" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00040/t00040.cc#L25" xlink:show="new" xlink:title="get_aaa" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00040/t00040.cc#L25" target="_top" title="get_aaa" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00040/t00040.cc#L25" xlink:show="new" xlink:title="get_aaa" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="313.9819"/>
|
||||
<ellipse cx="18" cy="318.9819" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00040/t00040.cc#L25" target="_top" title="get_aaa" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00040/t00040.cc#L25" xlink:show="new" xlink:title="get_aaa" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00040/t00040.cc#L25" target="_top" title="get_aaa" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00040/t00040.cc#L25" xlink:show="new" xlink:title="get_aaa" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="69" x="27" y="323.7408">get_aaa() : int</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00040/t00040.cc#L32" target="_top" title="R" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00040/t00040.cc#L32" xlink:show="new" xlink:title="R" xlink:type="simple">
|
||||
<rect codeLine="19" fill="#FEFECE" filter="url(#fjf3g8vliuml7)" height="62.9819" id="C_0000001610" style="stroke:#A80036;stroke-width:1.5;" width="104" x="131.5" y="14.5"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00040/t00040.cc#L32" target="_top" title="R" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00040/t00040.cc#L32" xlink:show="new" xlink:title="R" xlink:type="simple">
|
||||
<rect codeLine="15" fill="#FEFECE" filter="url(#ffdmlkm7gtqvt)" height="62.9819" id="C_0000001610" style="stroke:#A80036;stroke-width:1.5;" width="104" x="131.5" y="14.5"/>
|
||||
<ellipse cx="175.75" cy="30.5" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M175.2188,37.4219 Q173.4688,37.4219 172.3281,36.6875 Q171.2031,35.9375 170.6406,34.5938 Q170.0938,33.2344 170.0938,31.4375 Q170.0938,29.4063 170.75,27.9531 Q171.4063,26.5 172.6875,25.7188 Q173.9688,24.9375 175.8438,24.9375 Q176.7344,24.9375 177.4063,25.125 Q178.0781,25.2969 178.7656,25.6406 L177.9531,27.6563 Q177.3281,27.3438 176.7813,27.2188 Q176.25,27.0938 175.7656,27.0938 Q174.5938,27.0938 173.8906,27.625 Q173.1875,28.1563 172.8906,29.1094 Q172.5938,30.0625 172.5938,31.3281 Q172.5938,33.3438 173.3125,34.3125 Q174.0313,35.2656 175.625,35.2656 Q176.2188,35.2656 176.8438,35.1094 Q177.4688,34.9531 178.2969,34.5781 L178.2969,36.7969 Q177.5625,37.1094 176.7656,37.2656 Q175.9844,37.4219 175.2188,37.4219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="7" x="196.25" y="35.156">R</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="132.5" x2="234.5" y1="46.5" y2="46.5"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="132.5" x2="234.5" y1="54.5" y2="54.5"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00040/t00040.cc#L33" target="_top" title="foo" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00040/t00040.cc#L33" xlink:show="new" xlink:title="foo" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00040/t00040.cc#L33" target="_top" title="foo" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00040/t00040.cc#L33" xlink:show="new" xlink:title="foo" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="137.5" y="60.5"/>
|
||||
<ellipse cx="142.5" cy="65.5" fill="#84BE84" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00040/t00040.cc#L33" target="_top" title="foo" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00040/t00040.cc#L33" xlink:show="new" xlink:title="foo" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00040/t00040.cc#L33" target="_top" title="foo" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00040/t00040.cc#L33" xlink:show="new" xlink:title="foo" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="78" x="151.5" y="70.2589">foo(A* a) : void</text>
|
||||
</a>
|
||||
<path codeLine="25" d="M54.5,105.31 C54.5,119.3 54.5,133.44 54.5,144.74 " fill="none" id="C_0000001598-backto-C_0000001602" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="18" d="M54.5,105.31 C54.5,119.3 54.5,133.44 54.5,144.74 " fill="none" id="C_0000001598-backto-C_0000001602" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="none" points="47.5,105.29,54.5,85.29,61.5,105.29,47.5,105.29" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="27" d="M54.5,213.24 C54.5,226.17 54.5,240.24 54.5,252.81 " fill="none" id="C_0000001602-backto-C_0000001606" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="19" d="M54.5,213.24 C54.5,226.17 54.5,240.24 54.5,252.81 " fill="none" id="C_0000001602-backto-C_0000001606" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="none" points="47.5,213.04,54.5,193.04,61.5,213.04,47.5,213.04" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
@@ -1,6 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="application/ecmascript" contentStyleType="text/css" height="368px" preserveAspectRatio="none" style="width:395px;height:368px;background:#FFFFFF;" version="1.1" viewBox="0 0 395 368" width="395px" zoomAndPan="magnify">
|
||||
<defs>
|
||||
<filter height="300%" id="fxxdhefv1spyn" width="300%" x="-1" y="-1">
|
||||
<filter height="300%" id="f1hvit7gpnjr41" width="300%" x="-1" y="-1">
|
||||
<feGaussianBlur result="blurOut" stdDeviation="2.0"/>
|
||||
<feColorMatrix in="blurOut" result="blurOut2" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .4 0"/>
|
||||
<feOffset dx="4.0" dy="4.0" in="blurOut2" result="blurOut3"/>
|
||||
@@ -9,116 +9,116 @@
|
||||
<style type="text/css">a:hover { text-decoration: underline; }</style>
|
||||
</defs>
|
||||
<g>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00041/t00041.cc#L12" target="_top" title="R" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00041/t00041.cc#L12" xlink:show="new" xlink:title="R" xlink:type="simple">
|
||||
<rect codeLine="6" fill="#FEFECE" filter="url(#fxxdhefv1spyn)" height="48" id="C_0000001630" style="stroke:#A80036;stroke-width:1.5;" width="39" x="51" y="14.5"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00041/t00041.cc#L12" target="_top" title="R" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00041/t00041.cc#L12" xlink:show="new" xlink:title="R" xlink:type="simple">
|
||||
<rect codeLine="2" fill="#FEFECE" filter="url(#f1hvit7gpnjr41)" height="48" id="C_0000001630" style="stroke:#A80036;stroke-width:1.5;" width="39" x="51" y="14.5"/>
|
||||
<ellipse cx="66" cy="30.5" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M65.4688,37.4219 Q63.7188,37.4219 62.5781,36.6875 Q61.4531,35.9375 60.8906,34.5938 Q60.3438,33.2344 60.3438,31.4375 Q60.3438,29.4063 61,27.9531 Q61.6563,26.5 62.9375,25.7188 Q64.2188,24.9375 66.0938,24.9375 Q66.9844,24.9375 67.6563,25.125 Q68.3281,25.2969 69.0156,25.6406 L68.2031,27.6563 Q67.5781,27.3438 67.0313,27.2188 Q66.5,27.0938 66.0156,27.0938 Q64.8438,27.0938 64.1406,27.625 Q63.4375,28.1563 63.1406,29.1094 Q62.8438,30.0625 62.8438,31.3281 Q62.8438,33.3438 63.5625,34.3125 Q64.2813,35.2656 65.875,35.2656 Q66.4688,35.2656 67.0938,35.1094 Q67.7188,34.9531 68.5469,34.5781 L68.5469,36.7969 Q67.8125,37.1094 67.0156,37.2656 Q66.2344,37.4219 65.4688,37.4219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="7" x="80" y="35.156">R</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="52" x2="89" y1="46.5" y2="46.5"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="52" x2="89" y1="54.5" y2="54.5"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00041/t00041.cc#L17" target="_top" title="D" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00041/t00041.cc#L17" xlink:show="new" xlink:title="D" xlink:type="simple">
|
||||
<rect codeLine="10" fill="#FEFECE" filter="url(#fxxdhefv1spyn)" height="62.9819" id="C_0000001634" style="stroke:#A80036;stroke-width:1.5;" width="65" x="125" y="7"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00041/t00041.cc#L17" target="_top" title="D" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00041/t00041.cc#L17" xlink:show="new" xlink:title="D" xlink:type="simple">
|
||||
<rect codeLine="5" fill="#FEFECE" filter="url(#f1hvit7gpnjr41)" height="62.9819" id="C_0000001634" style="stroke:#A80036;stroke-width:1.5;" width="65" x="125" y="7"/>
|
||||
<ellipse cx="150.8" cy="23" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M150.2688,29.9219 Q148.5188,29.9219 147.3781,29.1875 Q146.2531,28.4375 145.6906,27.0938 Q145.1438,25.7344 145.1438,23.9375 Q145.1438,21.9063 145.8,20.4531 Q146.4563,19 147.7375,18.2188 Q149.0188,17.4375 150.8938,17.4375 Q151.7844,17.4375 152.4563,17.625 Q153.1281,17.7969 153.8156,18.1406 L153.0031,20.1563 Q152.3781,19.8438 151.8313,19.7188 Q151.3,19.5938 150.8156,19.5938 Q149.6438,19.5938 148.9406,20.125 Q148.2375,20.6563 147.9406,21.6094 Q147.6438,22.5625 147.6438,23.8281 Q147.6438,25.8438 148.3625,26.8125 Q149.0813,27.7656 150.675,27.7656 Q151.2688,27.7656 151.8938,27.6094 Q152.5188,27.4531 153.3469,27.0781 L153.3469,29.2969 Q152.6125,29.6094 151.8156,29.7656 Q151.0344,29.9219 150.2688,29.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="9" x="167.2" y="27.656">D</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="126" x2="189" y1="39" y2="39"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00041/t00041.cc#L18" target="_top" title="rr" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00041/t00041.cc#L18" xlink:show="new" xlink:title="rr" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00041/t00041.cc#L18" target="_top" title="rr" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00041/t00041.cc#L18" xlink:show="new" xlink:title="rr" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="131" y="45"/>
|
||||
<ellipse cx="136" cy="50" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00041/t00041.cc#L18" target="_top" title="rr" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00041/t00041.cc#L18" xlink:show="new" xlink:title="rr" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00041/t00041.cc#L18" target="_top" title="rr" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00041/t00041.cc#L18" xlink:show="new" xlink:title="rr" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="39" x="145" y="54.7589">rr : RR*</text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="126" x2="189" y1="61.9819" y2="61.9819"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00041/t00041.cc#L21" target="_top" title="E" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00041/t00041.cc#L21" xlink:show="new" xlink:title="E" xlink:type="simple">
|
||||
<rect codeLine="15" fill="#FEFECE" filter="url(#fxxdhefv1spyn)" height="48" id="C_0000001638" style="stroke:#A80036;stroke-width:1.5;" width="39" x="7" y="306"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00041/t00041.cc#L21" target="_top" title="E" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00041/t00041.cc#L21" xlink:show="new" xlink:title="E" xlink:type="simple">
|
||||
<rect codeLine="9" fill="#FEFECE" filter="url(#f1hvit7gpnjr41)" height="48" id="C_0000001638" style="stroke:#A80036;stroke-width:1.5;" width="39" x="7" y="306"/>
|
||||
<ellipse cx="22" cy="322" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M21.4688,328.9219 Q19.7188,328.9219 18.5781,328.1875 Q17.4531,327.4375 16.8906,326.0938 Q16.3438,324.7344 16.3438,322.9375 Q16.3438,320.9063 17,319.4531 Q17.6563,318 18.9375,317.2188 Q20.2188,316.4375 22.0938,316.4375 Q22.9844,316.4375 23.6563,316.625 Q24.3281,316.7969 25.0156,317.1406 L24.2031,319.1563 Q23.5781,318.8438 23.0313,318.7188 Q22.5,318.5938 22.0156,318.5938 Q20.8438,318.5938 20.1406,319.125 Q19.4375,319.6563 19.1406,320.6094 Q18.8438,321.5625 18.8438,322.8281 Q18.8438,324.8438 19.5625,325.8125 Q20.2813,326.7656 21.875,326.7656 Q22.4688,326.7656 23.0938,326.6094 Q23.7188,326.4531 24.5469,326.0781 L24.5469,328.2969 Q23.8125,328.6094 23.0156,328.7656 Q22.2344,328.9219 21.4688,328.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="7" x="36" y="326.656">E</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="45" y1="338" y2="338"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="45" y1="346" y2="346"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00041/t00041.cc#L24" target="_top" title="F" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00041/t00041.cc#L24" xlink:show="new" xlink:title="F" xlink:type="simple">
|
||||
<rect codeLine="19" fill="#FEFECE" filter="url(#fxxdhefv1spyn)" height="48" id="C_0000001642" style="stroke:#A80036;stroke-width:1.5;" width="38" x="81.5" y="306"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00041/t00041.cc#L24" target="_top" title="F" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00041/t00041.cc#L24" xlink:show="new" xlink:title="F" xlink:type="simple">
|
||||
<rect codeLine="12" fill="#FEFECE" filter="url(#f1hvit7gpnjr41)" height="48" id="C_0000001642" style="stroke:#A80036;stroke-width:1.5;" width="38" x="81.5" y="306"/>
|
||||
<ellipse cx="96.5" cy="322" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M95.9688,328.9219 Q94.2188,328.9219 93.0781,328.1875 Q91.9531,327.4375 91.3906,326.0938 Q90.8438,324.7344 90.8438,322.9375 Q90.8438,320.9063 91.5,319.4531 Q92.1563,318 93.4375,317.2188 Q94.7188,316.4375 96.5938,316.4375 Q97.4844,316.4375 98.1563,316.625 Q98.8281,316.7969 99.5156,317.1406 L98.7031,319.1563 Q98.0781,318.8438 97.5313,318.7188 Q97,318.5938 96.5156,318.5938 Q95.3438,318.5938 94.6406,319.125 Q93.9375,319.6563 93.6406,320.6094 Q93.3438,321.5625 93.3438,322.8281 Q93.3438,324.8438 94.0625,325.8125 Q94.7813,326.7656 96.375,326.7656 Q96.9688,326.7656 97.5938,326.6094 Q98.2188,326.4531 99.0469,326.0781 L99.0469,328.2969 Q98.3125,328.6094 97.5156,328.7656 Q96.7344,328.9219 95.9688,328.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="6" x="110.5" y="326.656">F</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="82.5" x2="118.5" y1="338" y2="338"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="82.5" x2="118.5" y1="346" y2="346"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00041/t00041.cc#L27" target="_top" title="RR" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00041/t00041.cc#L27" xlink:show="new" xlink:title="RR" xlink:type="simple">
|
||||
<rect codeLine="23" fill="#FEFECE" filter="url(#fxxdhefv1spyn)" height="77.9638" id="C_0000001646" style="stroke:#A80036;stroke-width:1.5;" width="53" x="74" y="149"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00041/t00041.cc#L27" target="_top" title="RR" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00041/t00041.cc#L27" xlink:show="new" xlink:title="RR" xlink:type="simple">
|
||||
<rect codeLine="15" fill="#FEFECE" filter="url(#f1hvit7gpnjr41)" height="77.9638" id="C_0000001646" style="stroke:#A80036;stroke-width:1.5;" width="53" x="74" y="149"/>
|
||||
<ellipse cx="92.15" cy="165" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M91.6188,171.9219 Q89.8688,171.9219 88.7281,171.1875 Q87.6031,170.4375 87.0406,169.0938 Q86.4938,167.7344 86.4938,165.9375 Q86.4938,163.9063 87.15,162.4531 Q87.8063,161 89.0875,160.2188 Q90.3688,159.4375 92.2438,159.4375 Q93.1344,159.4375 93.8063,159.625 Q94.4781,159.7969 95.1656,160.1406 L94.3531,162.1563 Q93.7281,161.8438 93.1813,161.7188 Q92.65,161.5938 92.1656,161.5938 Q90.9938,161.5938 90.2906,162.125 Q89.5875,162.6563 89.2906,163.6094 Q88.9938,164.5625 88.9938,165.8281 Q88.9938,167.8438 89.7125,168.8125 Q90.4313,169.7656 92.025,169.7656 Q92.6188,169.7656 93.2438,169.6094 Q93.8688,169.4531 94.6969,169.0781 L94.6969,171.2969 Q93.9625,171.6094 93.1656,171.7656 Q92.3844,171.9219 91.6188,171.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="14" x="106.85" y="169.656">RR</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="75" x2="126" y1="181" y2="181"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00041/t00041.cc#L28" target="_top" title="e" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00041/t00041.cc#L28" xlink:show="new" xlink:title="e" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00041/t00041.cc#L28" target="_top" title="e" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00041/t00041.cc#L28" xlink:show="new" xlink:title="e" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="80" y="187"/>
|
||||
<ellipse cx="85" cy="192" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00041/t00041.cc#L28" target="_top" title="e" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00041/t00041.cc#L28" xlink:show="new" xlink:title="e" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00041/t00041.cc#L28" target="_top" title="e" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00041/t00041.cc#L28" xlink:show="new" xlink:title="e" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="27" x="94" y="196.7589">e : E*</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00041/t00041.cc#L29" target="_top" title="f" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00041/t00041.cc#L29" xlink:show="new" xlink:title="f" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00041/t00041.cc#L29" target="_top" title="f" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00041/t00041.cc#L29" xlink:show="new" xlink:title="f" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="80" y="201.9819"/>
|
||||
<ellipse cx="85" cy="206.9819" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00041/t00041.cc#L29" target="_top" title="f" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00041/t00041.cc#L29" xlink:show="new" xlink:title="f" xlink:type="simple">
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00041/t00041.cc#L29" target="_top" title="f" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00041/t00041.cc#L29" xlink:show="new" xlink:title="f" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="25" x="94" y="211.7408">f : F*</text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="75" x2="126" y1="218.9638" y2="218.9638"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00041/t00041.cc#L32" target="_top" title="RRR" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00041/t00041.cc#L32" xlink:show="new" xlink:title="RRR" xlink:type="simple">
|
||||
<rect codeLine="29" fill="#FEFECE" filter="url(#fxxdhefv1spyn)" height="48" id="C_0000001650" style="stroke:#A80036;stroke-width:1.5;" width="53" x="155" y="306"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00041/t00041.cc#L32" target="_top" title="RRR" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00041/t00041.cc#L32" xlink:show="new" xlink:title="RRR" xlink:type="simple">
|
||||
<rect codeLine="20" fill="#FEFECE" filter="url(#f1hvit7gpnjr41)" height="48" id="C_0000001650" style="stroke:#A80036;stroke-width:1.5;" width="53" x="155" y="306"/>
|
||||
<ellipse cx="170" cy="322" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M169.4688,328.9219 Q167.7188,328.9219 166.5781,328.1875 Q165.4531,327.4375 164.8906,326.0938 Q164.3438,324.7344 164.3438,322.9375 Q164.3438,320.9063 165,319.4531 Q165.6563,318 166.9375,317.2188 Q168.2188,316.4375 170.0938,316.4375 Q170.9844,316.4375 171.6563,316.625 Q172.3281,316.7969 173.0156,317.1406 L172.2031,319.1563 Q171.5781,318.8438 171.0313,318.7188 Q170.5,318.5938 170.0156,318.5938 Q168.8438,318.5938 168.1406,319.125 Q167.4375,319.6563 167.1406,320.6094 Q166.8438,321.5625 166.8438,322.8281 Q166.8438,324.8438 167.5625,325.8125 Q168.2813,326.7656 169.875,326.7656 Q170.4688,326.7656 171.0938,326.6094 Q171.7188,326.4531 172.5469,326.0781 L172.5469,328.2969 Q171.8125,328.6094 171.0156,328.7656 Q170.2344,328.9219 169.4688,328.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="21" x="184" y="326.656">RRR</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="156" x2="207" y1="338" y2="338"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="156" x2="207" y1="346" y2="346"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00041/t00041.cc#L36" target="_top" title="N" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00041/t00041.cc#L36" xlink:show="new" xlink:title="N" xlink:type="simple">
|
||||
<rect codeLine="33" fill="#FEFECE" filter="url(#fxxdhefv1spyn)" height="48" id="C_0000001655" style="stroke:#A80036;stroke-width:1.5;" width="67" x="267" y="14.5"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00041/t00041.cc#L36" target="_top" title="N" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00041/t00041.cc#L36" xlink:show="new" xlink:title="N" xlink:type="simple">
|
||||
<rect codeLine="23" fill="#FEFECE" filter="url(#f1hvit7gpnjr41)" height="48" id="C_0000001655" style="stroke:#A80036;stroke-width:1.5;" width="67" x="267" y="14.5"/>
|
||||
<ellipse cx="282" cy="30.5" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M281.4688,37.4219 Q279.7188,37.4219 278.5781,36.6875 Q277.4531,35.9375 276.8906,34.5938 Q276.3438,33.2344 276.3438,31.4375 Q276.3438,29.4063 277,27.9531 Q277.6563,26.5 278.9375,25.7188 Q280.2188,24.9375 282.0938,24.9375 Q282.9844,24.9375 283.6563,25.125 Q284.3281,25.2969 285.0156,25.6406 L284.2031,27.6563 Q283.5781,27.3438 283.0313,27.2188 Q282.5,27.0938 282.0156,27.0938 Q280.8438,27.0938 280.1406,27.625 Q279.4375,28.1563 279.1406,29.1094 Q278.8438,30.0625 278.8438,31.3281 Q278.8438,33.3438 279.5625,34.3125 Q280.2813,35.2656 281.875,35.2656 Q282.4688,35.2656 283.0938,35.1094 Q283.7188,34.9531 284.5469,34.5781 L284.5469,36.7969 Q283.8125,37.1094 283.0156,37.2656 Q282.2344,37.4219 281.4688,37.4219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="35" x="296" y="35.156">ns1::N</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="268" x2="333" y1="46.5" y2="46.5"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="268" x2="333" y1="54.5" y2="54.5"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00041/t00041.cc#L39" target="_top" title="NN" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00041/t00041.cc#L39" xlink:show="new" xlink:title="NN" xlink:type="simple">
|
||||
<rect codeLine="36" fill="#FEFECE" filter="url(#fxxdhefv1spyn)" height="48" id="C_0000001659" style="stroke:#A80036;stroke-width:1.5;" width="76" x="192.5" y="164"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00041/t00041.cc#L39" target="_top" title="NN" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00041/t00041.cc#L39" xlink:show="new" xlink:title="NN" xlink:type="simple">
|
||||
<rect codeLine="26" fill="#FEFECE" filter="url(#f1hvit7gpnjr41)" height="48" id="C_0000001659" style="stroke:#A80036;stroke-width:1.5;" width="76" x="192.5" y="164"/>
|
||||
<ellipse cx="207.5" cy="180" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M206.9688,186.9219 Q205.2188,186.9219 204.0781,186.1875 Q202.9531,185.4375 202.3906,184.0938 Q201.8438,182.7344 201.8438,180.9375 Q201.8438,178.9063 202.5,177.4531 Q203.1563,176 204.4375,175.2188 Q205.7188,174.4375 207.5938,174.4375 Q208.4844,174.4375 209.1563,174.625 Q209.8281,174.7969 210.5156,175.1406 L209.7031,177.1563 Q209.0781,176.8438 208.5313,176.7188 Q208,176.5938 207.5156,176.5938 Q206.3438,176.5938 205.6406,177.125 Q204.9375,177.6563 204.6406,178.6094 Q204.3438,179.5625 204.3438,180.8281 Q204.3438,182.8438 205.0625,183.8125 Q205.7813,184.7656 207.375,184.7656 Q207.9688,184.7656 208.5938,184.6094 Q209.2188,184.4531 210.0469,184.0781 L210.0469,186.2969 Q209.3125,186.6094 208.5156,186.7656 Q207.7344,186.9219 206.9688,186.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="44" x="221.5" y="184.656">ns1::NN</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="193.5" x2="267.5" y1="196" y2="196"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="193.5" x2="267.5" y1="204" y2="204"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00041/t00041.cc#L42" target="_top" title="NM" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t00041/t00041.cc#L42" xlink:show="new" xlink:title="NM" xlink:type="simple">
|
||||
<rect codeLine="39" fill="#FEFECE" filter="url(#fxxdhefv1spyn)" height="48" id="C_0000001663" style="stroke:#A80036;stroke-width:1.5;" width="78" x="303.5" y="164"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00041/t00041.cc#L42" target="_top" title="NM" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00041/t00041.cc#L42" xlink:show="new" xlink:title="NM" xlink:type="simple">
|
||||
<rect codeLine="29" fill="#FEFECE" filter="url(#f1hvit7gpnjr41)" height="48" id="C_0000001663" style="stroke:#A80036;stroke-width:1.5;" width="78" x="303.5" y="164"/>
|
||||
<ellipse cx="318.5" cy="180" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M317.9688,186.9219 Q316.2188,186.9219 315.0781,186.1875 Q313.9531,185.4375 313.3906,184.0938 Q312.8438,182.7344 312.8438,180.9375 Q312.8438,178.9063 313.5,177.4531 Q314.1563,176 315.4375,175.2188 Q316.7188,174.4375 318.5938,174.4375 Q319.4844,174.4375 320.1563,174.625 Q320.8281,174.7969 321.5156,175.1406 L320.7031,177.1563 Q320.0781,176.8438 319.5313,176.7188 Q319,176.5938 318.5156,176.5938 Q317.3438,176.5938 316.6406,177.125 Q315.9375,177.6563 315.6406,178.6094 Q315.3438,179.5625 315.3438,180.8281 Q315.3438,182.8438 316.0625,183.8125 Q316.7813,184.7656 318.375,184.7656 Q318.9688,184.7656 319.5938,184.6094 Q320.2188,184.4531 321.0469,184.0781 L321.0469,186.2969 Q320.3125,186.6094 319.5156,186.7656 Q318.7344,186.9219 317.9688,186.9219 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="46" x="332.5" y="184.656">ns1::NM</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="304.5" x2="380.5" y1="196" y2="196"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="304.5" x2="380.5" y1="204" y2="204"/>
|
||||
</a>
|
||||
<path codeLine="47" d="M145.69,70.06 C137.4,91.5 126.22,120.46 117.04,144.19 " fill="none" id="C_0000001634-to-C_0000001646" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="31" d="M145.69,70.06 C137.4,91.5 126.22,120.46 117.04,144.19 " fill="none" id="C_0000001634-to-C_0000001646" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#A80036" points="115.24,148.86,122.2156,141.9073,117.0426,144.1962,114.7536,139.0232,115.24,148.86" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<ellipse cx="140.5" cy="110.353" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="10" x="147.5" y="114.897">rr</text>
|
||||
<path codeLine="51" d="M80.28,227.26 C67.95,250.59 52.46,279.89 41.27,301.05 " fill="none" id="C_0000001646-to-C_0000001638" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="32" d="M80.28,227.26 C67.95,250.59 52.46,279.89 41.27,301.05 " fill="none" id="C_0000001646-to-C_0000001638" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#A80036" points="38.81,305.71,46.539,299.6056,41.137,301.2845,39.4581,295.8825,38.81,305.71" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="14" x="64.5" y="271.897">+e</text>
|
||||
<path codeLine="52" d="M100.5,227.26 C100.5,250.39 100.5,279.4 100.5,300.52 " fill="none" id="C_0000001646-to-C_0000001642" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="33" d="M100.5,227.26 C100.5,250.39 100.5,279.4 100.5,300.52 " fill="none" id="C_0000001646-to-C_0000001642" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#A80036" points="100.5,305.71,104.5257,296.7215,100.5143,300.71,96.5257,296.6986,100.5,305.71" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="11" x="101.5" y="271.897">+f</text>
|
||||
<path codeLine="53" d="M79.2,82.27 C83.48,103.34 88.61,128.52 92.75,148.92 " fill="none" id="C_0000001630-backto-C_0000001646" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="34" d="M79.2,82.27 C83.48,103.34 88.61,128.52 92.75,148.92 " fill="none" id="C_0000001630-backto-C_0000001646" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="none" points="72.31,83.54,75.19,62.55,86.03,80.75,72.31,83.54" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="55" d="M132.82,244.85 C145.09,266.08 158.42,289.11 168.02,305.71 " fill="none" id="C_0000001646-backto-C_0000001650" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="35" d="M132.82,244.85 C145.09,266.08 158.42,289.11 168.02,305.71 " fill="none" id="C_0000001646-backto-C_0000001650" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="none" points="126.59,248.07,122.63,227.26,138.71,241.06,126.59,248.07" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="57" d="M280.85,80.9 C268.16,107.64 252.12,141.45 241.59,163.63 " fill="none" id="C_0000001655-backto-C_0000001659" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="36" d="M280.85,80.9 C268.16,107.64 252.12,141.45 241.59,163.63 " fill="none" id="C_0000001655-backto-C_0000001659" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="none" points="274.66,77.61,289.56,62.55,287.31,83.62,274.66,77.61" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="58" d="M312.62,82.08 C320.18,108.63 329.62,141.78 335.84,163.63 " fill="none" id="C_0000001655-backto-C_0000001663" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="37" d="M312.62,82.08 C320.18,108.63 329.62,141.78 335.84,163.63 " fill="none" id="C_0000001655-backto-C_0000001663" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="none" points="305.81,83.7,307.06,62.55,319.27,79.87,305.81,83.7" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
61
docs/test_cases/t00042.md
Normal file
@@ -0,0 +1,61 @@
|
||||
# t00042 - Specialization class template diagram filter test
|
||||
## Config
|
||||
```yaml
|
||||
compilation_database_dir: ..
|
||||
output_directory: puml
|
||||
diagrams:
|
||||
t00042_class:
|
||||
type: class
|
||||
generate_packages: false
|
||||
glob:
|
||||
- ../../tests/t00042/t00042.cc
|
||||
using_namespace:
|
||||
- clanguml::t00042
|
||||
include:
|
||||
specializations:
|
||||
- clanguml::t00042::A<T>
|
||||
- clanguml::t00042::B<T,K>
|
||||
relationships:
|
||||
- instantiation
|
||||
exclude:
|
||||
specializations:
|
||||
- clanguml::t00042::C<T>
|
||||
```
|
||||
## Source code
|
||||
File t00042.cc
|
||||
```cpp
|
||||
#include <string>
|
||||
|
||||
namespace clanguml::t00042 {
|
||||
|
||||
template <typename T> struct A {
|
||||
T a;
|
||||
};
|
||||
|
||||
template <> struct A<void> {
|
||||
void *a;
|
||||
};
|
||||
|
||||
template <typename T, typename K> struct B {
|
||||
T b;
|
||||
K bb;
|
||||
};
|
||||
|
||||
template <typename T> struct C {
|
||||
T c;
|
||||
};
|
||||
|
||||
struct R {
|
||||
A<double> a_double;
|
||||
A<std::string> a_string;
|
||||
|
||||
B<int, float> b_int_float;
|
||||
|
||||
C<int> c_int;
|
||||
};
|
||||
|
||||
} // namespace clanguml::t00042
|
||||
|
||||
```
|
||||
## Generated UML diagrams
|
||||

|
||||
103
docs/test_cases/t00042_class.svg
Normal file
@@ -0,0 +1,103 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="application/ecmascript" contentStyleType="text/css" height="224px" preserveAspectRatio="none" style="width:461px;height:224px;background:#FFFFFF;" version="1.1" viewBox="0 0 461 224" width="461px" zoomAndPan="magnify">
|
||||
<defs>
|
||||
<filter height="300%" id="f1v7258mwpnfin" width="300%" x="-1" y="-1">
|
||||
<feGaussianBlur result="blurOut" stdDeviation="2.0"/>
|
||||
<feColorMatrix in="blurOut" result="blurOut2" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .4 0"/>
|
||||
<feOffset dx="4.0" dy="4.0" in="blurOut2" result="blurOut3"/>
|
||||
<feBlend in="SourceGraphic" in2="blurOut3" mode="normal"/>
|
||||
</filter>
|
||||
<style type="text/css">a:hover { text-decoration: underline; }</style>
|
||||
</defs>
|
||||
<g>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00042/t00042.cc#L5" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00042/t00042.cc#L5" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<rect codeLine="2" fill="#FEFECE" filter="url(#f1v7258mwpnfin)" height="62.9819" id="C_0000001669" style="stroke:#A80036;stroke-width:1.5;" width="50" x="128" y="140.516"/>
|
||||
<ellipse cx="143" cy="156.516" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M142.4688,163.4379 Q140.7188,163.4379 139.5781,162.7035 Q138.4531,161.9535 137.8906,160.6098 Q137.3438,159.2504 137.3438,157.4535 Q137.3438,155.4223 138,153.9691 Q138.6563,152.516 139.9375,151.7348 Q141.2188,150.9535 143.0938,150.9535 Q143.9844,150.9535 144.6563,151.141 Q145.3281,151.3129 146.0156,151.6566 L145.2031,153.6723 Q144.5781,153.3598 144.0313,153.2348 Q143.5,153.1098 143.0156,153.1098 Q141.8438,153.1098 141.1406,153.641 Q140.4375,154.1723 140.1406,155.1254 Q139.8438,156.0785 139.8438,157.3441 Q139.8438,159.3598 140.5625,160.3285 Q141.2813,161.2816 142.875,161.2816 Q143.4688,161.2816 144.0938,161.1254 Q144.7188,160.9691 145.5469,160.5941 L145.5469,162.8129 Q144.8125,163.1254 144.0156,163.2816 Q143.2344,163.4379 142.4688,163.4379 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="157" y="161.1721">A</text>
|
||||
<rect fill="#FFFFFF" height="18.3441" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:2.0,2.0;" width="8" x="173" y="137.516"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="6" x="174" y="151.3441">T</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="129" x2="177" y1="172.516" y2="172.516"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00042/t00042.cc#L6" target="_top" title="a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00042/t00042.cc#L6" xlink:show="new" xlink:title="a" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="134" y="178.516"/>
|
||||
<ellipse cx="139" cy="183.516" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00042/t00042.cc#L6" target="_top" title="a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00042/t00042.cc#L6" xlink:show="new" xlink:title="a" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="21" x="148" y="188.2749">a : T</text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="129" x2="177" y1="195.4979" y2="195.4979"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00042/t00042.cc#L9" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00042/t00042.cc#L9" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<rect codeLine="6" fill="#FEFECE" filter="url(#f1v7258mwpnfin)" height="62.9819" id="C_0000001672" style="stroke:#A80036;stroke-width:1.5;" width="70" x="7" y="10.016"/>
|
||||
<ellipse cx="23.35" cy="26.016" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M22.8188,32.9379 Q21.0688,32.9379 19.9281,32.2035 Q18.8031,31.4535 18.2406,30.1098 Q17.6938,28.7504 17.6938,26.9535 Q17.6938,24.9223 18.35,23.4691 Q19.0063,22.016 20.2875,21.2348 Q21.5688,20.4535 23.4438,20.4535 Q24.3344,20.4535 25.0063,20.641 Q25.6781,20.8129 26.3656,21.1566 L25.5531,23.1723 Q24.9281,22.8598 24.3813,22.7348 Q23.85,22.6098 23.3656,22.6098 Q22.1938,22.6098 21.4906,23.141 Q20.7875,23.6723 20.4906,24.6254 Q20.1938,25.5785 20.1938,26.8441 Q20.1938,28.8598 20.9125,29.8285 Q21.6313,30.7816 23.225,30.7816 Q23.8188,30.7816 24.4438,30.6254 Q25.0688,30.4691 25.8969,30.0941 L25.8969,32.3129 Q25.1625,32.6254 24.3656,32.7816 Q23.5844,32.9379 22.8188,32.9379 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="37.65" y="30.6721">A</text>
|
||||
<rect fill="#FFFFFF" height="18.3441" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:2.0,2.0;" width="25" x="55" y="7.016"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="23" x="56" y="20.8441">void</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="76" y1="42.016" y2="42.016"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00042/t00042.cc#L10" target="_top" title="a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00042/t00042.cc#L10" xlink:show="new" xlink:title="a" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="13" y="48.016"/>
|
||||
<ellipse cx="18" cy="53.016" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00042/t00042.cc#L10" target="_top" title="a" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00042/t00042.cc#L10" xlink:show="new" xlink:title="a" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="44" x="27" y="57.7749">a : void*</text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="8" x2="76" y1="64.9979" y2="64.9979"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00042/t00042.cc#L13" target="_top" title="B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00042/t00042.cc#L13" xlink:show="new" xlink:title="B" xlink:type="simple">
|
||||
<rect codeLine="10" fill="#FEFECE" filter="url(#f1v7258mwpnfin)" height="77.9638" id="C_0000001681" style="stroke:#A80036;stroke-width:1.5;" width="60" x="374" y="133.016"/>
|
||||
<ellipse cx="389" cy="149.016" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M388.4688,155.9379 Q386.7188,155.9379 385.5781,155.2035 Q384.4531,154.4535 383.8906,153.1098 Q383.3438,151.7504 383.3438,149.9535 Q383.3438,147.9223 384,146.4691 Q384.6563,145.016 385.9375,144.2348 Q387.2188,143.4535 389.0938,143.4535 Q389.9844,143.4535 390.6563,143.641 Q391.3281,143.8129 392.0156,144.1566 L391.2031,146.1723 Q390.5781,145.8598 390.0313,145.7348 Q389.5,145.6098 389.0156,145.6098 Q387.8438,145.6098 387.1406,146.141 Q386.4375,146.6723 386.1406,147.6254 Q385.8438,148.5785 385.8438,149.8441 Q385.8438,151.8598 386.5625,152.8285 Q387.2813,153.7816 388.875,153.7816 Q389.4688,153.7816 390.0938,153.6254 Q390.7188,153.4691 391.5469,153.0941 L391.5469,155.3129 Q390.8125,155.6254 390.0156,155.7816 Q389.2344,155.9379 388.4688,155.9379 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="403" y="153.6721">B</text>
|
||||
<rect fill="#FFFFFF" height="18.3441" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:2.0,2.0;" width="18" x="419" y="130.016"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="16" x="420" y="143.8441">T,K</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="375" x2="433" y1="165.016" y2="165.016"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00042/t00042.cc#L14" target="_top" title="b" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00042/t00042.cc#L14" xlink:show="new" xlink:title="b" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="380" y="171.016"/>
|
||||
<ellipse cx="385" cy="176.016" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00042/t00042.cc#L14" target="_top" title="b" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00042/t00042.cc#L14" xlink:show="new" xlink:title="b" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="22" x="394" y="180.7749">b : T</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00042/t00042.cc#L15" target="_top" title="bb" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00042/t00042.cc#L15" xlink:show="new" xlink:title="bb" xlink:type="simple">
|
||||
<rect fill="#FEFECE" height="10" style="stroke:none;stroke-width:1.0;" width="20" x="380" y="185.9979"/>
|
||||
<ellipse cx="385" cy="190.9979" rx="3" ry="3" style="stroke:#038048;stroke-width:1.0;fill:none;"/>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00042/t00042.cc#L15" target="_top" title="bb" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t00042/t00042.cc#L15" xlink:show="new" xlink:title="bb" xlink:type="simple">
|
||||
<text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacing" textLength="30" x="394" y="195.7568">bb : K</text>
|
||||
</a>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="375" x2="433" y1="202.9798" y2="202.9798"/>
|
||||
<rect codeLine="15" fill="#FEFECE" filter="url(#f1v7258mwpnfin)" height="48" id="C_0000001690" style="stroke:#A80036;stroke-width:1.5;" width="81" x="112.5" y="17.516"/>
|
||||
<ellipse cx="127.5" cy="33.516" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M126.9688,40.4379 Q125.2188,40.4379 124.0781,39.7035 Q122.9531,38.9535 122.3906,37.6098 Q121.8438,36.2504 121.8438,34.4535 Q121.8438,32.4223 122.5,30.9691 Q123.1563,29.516 124.4375,28.7348 Q125.7188,27.9535 127.5938,27.9535 Q128.4844,27.9535 129.1563,28.141 Q129.8281,28.3129 130.5156,28.6566 L129.7031,30.6723 Q129.0781,30.3598 128.5313,30.2348 Q128,30.1098 127.5156,30.1098 Q126.3438,30.1098 125.6406,30.641 Q124.9375,31.1723 124.6406,32.1254 Q124.3438,33.0785 124.3438,34.3441 Q124.3438,36.3598 125.0625,37.3285 Q125.7813,38.2816 127.375,38.2816 Q127.9688,38.2816 128.5938,38.1254 Q129.2188,37.9691 130.0469,37.5941 L130.0469,39.8129 Q129.3125,40.1254 128.5156,40.2816 Q127.7344,40.4379 126.9688,40.4379 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="141.5" y="38.1721">A</text>
|
||||
<rect fill="#FFFFFF" height="18.3441" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:2.0,2.0;" width="39" x="157.5" y="14.516"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="37" x="158.5" y="28.3441">double</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="113.5" x2="192.5" y1="49.516" y2="49.516"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="113.5" x2="192.5" y1="57.516" y2="57.516"/>
|
||||
<rect codeLine="18" fill="#FEFECE" filter="url(#f1v7258mwpnfin)" height="48" id="C_0000001692" style="stroke:#A80036;stroke-width:1.5;" width="97" x="228.5" y="17.516"/>
|
||||
<ellipse cx="243.5" cy="33.516" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M242.9688,40.4379 Q241.2188,40.4379 240.0781,39.7035 Q238.9531,38.9535 238.3906,37.6098 Q237.8438,36.2504 237.8438,34.4535 Q237.8438,32.4223 238.5,30.9691 Q239.1563,29.516 240.4375,28.7348 Q241.7188,27.9535 243.5938,27.9535 Q244.4844,27.9535 245.1563,28.141 Q245.8281,28.3129 246.5156,28.6566 L245.7031,30.6723 Q245.0781,30.3598 244.5313,30.2348 Q244,30.1098 243.5156,30.1098 Q242.3438,30.1098 241.6406,30.641 Q240.9375,31.1723 240.6406,32.1254 Q240.3438,33.0785 240.3438,34.3441 Q240.3438,36.3598 241.0625,37.3285 Q241.7813,38.2816 243.375,38.2816 Q243.9688,38.2816 244.5938,38.1254 Q245.2188,37.9691 246.0469,37.5941 L246.0469,39.8129 Q245.3125,40.1254 244.5156,40.2816 Q243.7344,40.4379 242.9688,40.4379 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="257.5" y="38.1721">A</text>
|
||||
<rect fill="#FFFFFF" height="18.3441" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:2.0,2.0;" width="55" x="273.5" y="14.516"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="53" x="274.5" y="28.3441">std::string</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="229.5" x2="324.5" y1="49.516" y2="49.516"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="229.5" x2="324.5" y1="57.516" y2="57.516"/>
|
||||
<rect codeLine="21" fill="#FEFECE" filter="url(#f1v7258mwpnfin)" height="48" id="C_0000001695" style="stroke:#A80036;stroke-width:1.5;" width="86" x="361" y="17.516"/>
|
||||
<ellipse cx="376" cy="33.516" fill="#ADD1B2" rx="11" ry="11" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M375.4688,40.4379 Q373.7188,40.4379 372.5781,39.7035 Q371.4531,38.9535 370.8906,37.6098 Q370.3438,36.2504 370.3438,34.4535 Q370.3438,32.4223 371,30.9691 Q371.6563,29.516 372.9375,28.7348 Q374.2188,27.9535 376.0938,27.9535 Q376.9844,27.9535 377.6563,28.141 Q378.3281,28.3129 379.0156,28.6566 L378.2031,30.6723 Q377.5781,30.3598 377.0313,30.2348 Q376.5,30.1098 376.0156,30.1098 Q374.8438,30.1098 374.1406,30.641 Q373.4375,31.1723 373.1406,32.1254 Q372.8438,33.0785 372.8438,34.3441 Q372.8438,36.3598 373.5625,37.3285 Q374.2813,38.2816 375.875,38.2816 Q376.4688,38.2816 377.0938,38.1254 Q377.7188,37.9691 378.5469,37.5941 L378.5469,39.8129 Q377.8125,40.1254 377.0156,40.2816 Q376.2344,40.4379 375.4688,40.4379 Z " fill="#000000"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacing" textLength="8" x="390" y="38.1721">B</text>
|
||||
<rect fill="#FFFFFF" height="18.3441" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:2.0,2.0;" width="44" x="406" y="14.516"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="42" x="407" y="28.3441">int,float</text>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="362" x2="446" y1="49.516" y2="49.516"/>
|
||||
<line style="stroke:#A80036;stroke-width:1.5;" x1="362" x2="446" y1="57.516" y2="57.516"/>
|
||||
<path codeLine="23" d="M68.59,73.296 C82.34,89.216 99.37,108.936 114.53,126.476 " fill="none" id="C_0000001672-to-C_0000001669" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="none" points="120,122.106,127.77,141.816,109.4,131.256,120,122.106" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="24" d="M153,65.786 C153,80.916 153,101.256 153,120.026 " fill="none" id="C_0000001690-to-C_0000001669" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="none" points="160,120.176,153,140.176,146,120.176,160,120.176" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="25" d="M254.54,65.786 C237.25,83.716 212.9,108.936 192.38,130.206 " fill="none" id="C_0000001692-to-C_0000001669" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="none" points="197.2,135.286,178.28,144.816,187.13,125.566,197.2,135.286" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path codeLine="26" d="M404,65.786 C404,78.976 404,96.126 404,112.736 " fill="none" id="C_0000001695-to-C_0000001681" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="none" points="411,112.796,404,132.796,397,112.796,411,112.796" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 17 KiB |
@@ -1,6 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="application/ecmascript" contentStyleType="text/css" height="271px" preserveAspectRatio="none" style="width:812px;height:271px;background:#FFFFFF;" version="1.1" viewBox="0 0 812 271" width="812px" zoomAndPan="magnify">
|
||||
<defs>
|
||||
<filter height="300%" id="fhwuby4nshlea" width="300%" x="-1" y="-1">
|
||||
<filter height="300%" id="f1fsttn3u91i4k" width="300%" x="-1" y="-1">
|
||||
<feGaussianBlur result="blurOut" stdDeviation="2.0"/>
|
||||
<feColorMatrix in="blurOut" result="blurOut2" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .4 0"/>
|
||||
<feOffset dx="4.0" dy="4.0" in="blurOut2" result="blurOut3"/>
|
||||
@@ -9,67 +9,67 @@
|
||||
<style type="text/css">a:hover { text-decoration: underline; }</style>
|
||||
</defs>
|
||||
<g>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30001/t30001.cc#L3" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30001/t30001.cc#L3" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#fhwuby4nshlea)" points="38.5,50,54.5,50,61.5,75.0679,351.5,75.0679,351.5,264,38.5,264,38.5,50" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30001/t30001.cc#L3" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30001/t30001.cc#L3" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f1fsttn3u91i4k)" points="38.5,50,54.5,50,61.5,75.0679,351.5,75.0679,351.5,264,38.5,264,38.5,50" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="38.5" x2="61.5" y1="75.0679" y2="75.0679"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="10" x="42.5" y="66.9659">A</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30001/t30001.cc#L5" target="_top" title="This is namespace AA in namespace A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30001/t30001.cc#L5" xlink:show="new" xlink:title="This is namespace AA in namespace A" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#fhwuby4nshlea)" points="119.5,104,145.5,104,152.5,129.0679,319.5,129.0679,319.5,232,119.5,232,119.5,104" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30001/t30001.cc#L5" target="_top" title="This is namespace AA in namespace A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30001/t30001.cc#L5" xlink:show="new" xlink:title="This is namespace AA in namespace A" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f1fsttn3u91i4k)" points="119.5,104,145.5,104,152.5,129.0679,319.5,129.0679,319.5,232,119.5,232,119.5,104" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="119.5" x2="152.5" y1="129.0679" y2="129.0679"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="20" x="123.5" y="120.9659">AA</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30001/t30001.cc#L14" target="_top" title="B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30001/t30001.cc#L14" xlink:show="new" xlink:title="B" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#fhwuby4nshlea)" points="482.5,50,497.5,50,504.5,75.0679,795.5,75.0679,795.5,264,482.5,264,482.5,50" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30001/t30001.cc#L14" target="_top" title="B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30001/t30001.cc#L14" xlink:show="new" xlink:title="B" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f1fsttn3u91i4k)" points="482.5,50,497.5,50,504.5,75.0679,795.5,75.0679,795.5,264,482.5,264,482.5,50" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="482.5" x2="504.5" y1="75.0679" y2="75.0679"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="9" x="486.5" y="66.9659">B</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30001/t30001.cc#L16" target="_top" title="This is namespace AA in namespace B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30001/t30001.cc#L16" xlink:show="new" xlink:title="This is namespace AA in namespace B" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#fhwuby4nshlea)" points="563.5,104,589.5,104,596.5,129.0679,763.5,129.0679,763.5,232,563.5,232,563.5,104" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30001/t30001.cc#L16" target="_top" title="This is namespace AA in namespace B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30001/t30001.cc#L16" xlink:show="new" xlink:title="This is namespace AA in namespace B" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f1fsttn3u91i4k)" points="563.5,104,589.5,104,596.5,129.0679,763.5,129.0679,763.5,232,563.5,232,563.5,104" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="563.5" x2="596.5" y1="129.0679" y2="129.0679"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="20" x="567.5" y="120.9659">AA</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30001/t30001.cc#L6" target="_top" title="AAA" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30001/t30001.cc#L6" xlink:show="new" xlink:title="AAA" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#fhwuby4nshlea)" points="245.5,150,281.5,150,288.5,175.0679,295.5,175.0679,295.5,208.1358,245.5,208.1358,245.5,150" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30001/t30001.cc#L6" target="_top" title="AAA" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30001/t30001.cc#L6" xlink:show="new" xlink:title="AAA" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f1fsttn3u91i4k)" points="245.5,150,281.5,150,288.5,175.0679,295.5,175.0679,295.5,208.1358,245.5,208.1358,245.5,150" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="245.5" x2="288.5" y1="175.0679" y2="175.0679"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="249.5" y="166.9659">AAA</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30001/t30001.cc#L8" target="_top" title="BBB" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30001/t30001.cc#L8" xlink:show="new" xlink:title="BBB" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#fhwuby4nshlea)" points="163,150,196,150,203,175.0679,210,175.0679,210,208.1358,163,208.1358,163,150" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30001/t30001.cc#L8" target="_top" title="BBB" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30001/t30001.cc#L8" xlink:show="new" xlink:title="BBB" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f1fsttn3u91i4k)" points="163,150,196,150,203,175.0679,210,175.0679,210,208.1358,163,208.1358,163,150" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="163" x2="203" y1="175.0679" y2="175.0679"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="27" x="167" y="166.9659">BBB</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30001/t30001.cc#L11" target="_top" title="BB" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30001/t30001.cc#L11" xlink:show="new" xlink:title="BB" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#fhwuby4nshlea)" points="54.5,150,78.5,150,85.5,175.0679,92.5,175.0679,92.5,208.1358,54.5,208.1358,54.5,150" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30001/t30001.cc#L11" target="_top" title="BB" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30001/t30001.cc#L11" xlink:show="new" xlink:title="BB" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f1fsttn3u91i4k)" points="54.5,150,78.5,150,85.5,175.0679,92.5,175.0679,92.5,208.1358,54.5,208.1358,54.5,150" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="54.5" x2="85.5" y1="175.0679" y2="175.0679"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="18" x="58.5" y="166.9659">BB</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30001/t30001.cc#L17" target="_top" title="AAA" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30001/t30001.cc#L17" xlink:show="new" xlink:title="AAA" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#fhwuby4nshlea)" points="689.5,150,725.5,150,732.5,175.0679,739.5,175.0679,739.5,208.1358,689.5,208.1358,689.5,150" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30001/t30001.cc#L17" target="_top" title="AAA" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30001/t30001.cc#L17" xlink:show="new" xlink:title="AAA" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f1fsttn3u91i4k)" points="689.5,150,725.5,150,732.5,175.0679,739.5,175.0679,739.5,208.1358,689.5,208.1358,689.5,150" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="689.5" x2="732.5" y1="175.0679" y2="175.0679"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="693.5" y="166.9659">AAA</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30001/t30001.cc#L19" target="_top" title="BBB" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30001/t30001.cc#L19" xlink:show="new" xlink:title="BBB" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#fhwuby4nshlea)" points="607,150,640,150,647,175.0679,654,175.0679,654,208.1358,607,208.1358,607,150" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30001/t30001.cc#L19" target="_top" title="BBB" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30001/t30001.cc#L19" xlink:show="new" xlink:title="BBB" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f1fsttn3u91i4k)" points="607,150,640,150,647,175.0679,654,175.0679,654,208.1358,607,208.1358,607,150" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="607" x2="647" y1="175.0679" y2="175.0679"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="27" x="611" y="166.9659">BBB</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30001/t30001.cc#L22" target="_top" title="BB" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30001/t30001.cc#L22" xlink:show="new" xlink:title="BB" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#fhwuby4nshlea)" points="498.5,150,522.5,150,529.5,175.0679,536.5,175.0679,536.5,208.1358,498.5,208.1358,498.5,150" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30001/t30001.cc#L22" target="_top" title="BB" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30001/t30001.cc#L22" xlink:show="new" xlink:title="BB" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f1fsttn3u91i4k)" points="498.5,150,522.5,150,529.5,175.0679,536.5,175.0679,536.5,208.1358,498.5,208.1358,498.5,150" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="498.5" x2="529.5" y1="175.0679" y2="175.0679"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="18" x="502.5" y="166.9659">BB</text>
|
||||
</a>
|
||||
<path d="M367.5,165 L367.5,192.706 L463.5,192.706 L463.5,175 L453.5,165 L367.5,165 " fill="#FBFB77" filter="url(#fhwuby4nshlea)" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M367.5,165 L367.5,192.706 L463.5,192.706 L463.5,175 L453.5,165 L367.5,165 " fill="#FBFB77" filter="url(#f1fsttn3u91i4k)" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M453.5,165 L453.5,175 L463.5,175 L453.5,165 " fill="#FBFB77" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="75" x="373.5" y="183.897">A AAA note...</text>
|
||||
<path d="M6,6 L6,33.706 L249,33.706 L249,16 L239,6 L6,6 " fill="#FBFB77" filter="url(#fhwuby4nshlea)" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M6,6 L6,33.706 L249,33.706 L249,16 L239,6 L6,6 " fill="#FBFB77" filter="url(#f1fsttn3u91i4k)" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M239,6 L239,16 L249,16 L239,6 " fill="#FBFB77" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="222" x="12" y="24.897">This is namespace AA in namespace A</text>
|
||||
<path d="M450,6 L450,33.706 L693,33.706 L693,16 L683,6 L450,6 " fill="#FBFB77" filter="url(#fhwuby4nshlea)" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M450,6 L450,33.706 L693,33.706 L693,16 L683,6 L450,6 " fill="#FBFB77" filter="url(#f1fsttn3u91i4k)" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M683,6 L683,16 L693,16 L683,6 " fill="#FBFB77" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="222" x="456" y="24.897">This is namespace AA in namespace B</text>
|
||||
<path d="M295.71,179 C319.57,179 343.44,179 367.3,179 " fill="none" id="C_0000001692-GMN626" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path d="M127.5,34.12 C127.5,43.405 127.5,56.8337 127.5,71.8044 C127.5,79.2897 127.5,87.1605 127.5,95.0915 C127.5,97.0742 127.5,99.0608 127.5,101.046 C127.5,101.5423 127.5,102.0385 127.5,102.5345 C127.5,102.7826 127.5,103.0305 127.5,103.2785 " fill="none" id="GMN629-C_0000001691" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path d="M571.5,34.12 C571.5,43.405 571.5,56.8337 571.5,71.8044 C571.5,79.2897 571.5,87.1605 571.5,95.0915 C571.5,97.0742 571.5,99.0608 571.5,101.046 C571.5,101.5423 571.5,102.0385 571.5,102.5345 C571.5,102.7826 571.5,103.0305 571.5,103.2785 " fill="none" id="GMN632-C_0000001696" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path d="M295.71,179 C319.57,179 343.44,179 367.3,179 " fill="none" id="C_0000001736-GMN636" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path d="M127.5,34.12 C127.5,43.405 127.5,56.8337 127.5,71.8044 C127.5,79.2897 127.5,87.1605 127.5,95.0915 C127.5,97.0742 127.5,99.0608 127.5,101.046 C127.5,101.5423 127.5,102.0385 127.5,102.5345 C127.5,102.7826 127.5,103.0305 127.5,103.2785 " fill="none" id="GMN639-C_0000001735" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path d="M571.5,34.12 C571.5,43.405 571.5,56.8337 571.5,71.8044 C571.5,79.2897 571.5,87.1605 571.5,95.0915 C571.5,97.0742 571.5,99.0608 571.5,101.046 C571.5,101.5423 571.5,102.0385 571.5,102.5345 C571.5,102.7826 571.5,103.0305 571.5,103.2785 " fill="none" id="GMN642-C_0000001740" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
@@ -1,6 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="application/ecmascript" contentStyleType="text/css" height="401px" preserveAspectRatio="none" style="width:1059px;height:401px;background:#FFFFFF;" version="1.1" viewBox="0 0 1059 401" width="1059px" zoomAndPan="magnify">
|
||||
<defs>
|
||||
<filter height="300%" id="f4fo5vo2olbba" width="300%" x="-1" y="-1">
|
||||
<filter height="300%" id="f1hau4wx0nvmi" width="300%" x="-1" y="-1">
|
||||
<feGaussianBlur result="blurOut" stdDeviation="2.0"/>
|
||||
<feColorMatrix in="blurOut" result="blurOut2" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .4 0"/>
|
||||
<feOffset dx="4.0" dy="4.0" in="blurOut2" result="blurOut3"/>
|
||||
@@ -9,121 +9,121 @@
|
||||
<style type="text/css">a:hover { text-decoration: underline; }</style>
|
||||
</defs>
|
||||
<g>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30002/t30002.cc#L7" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30002/t30002.cc#L7" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f4fo5vo2olbba)" points="16,212.602,32,212.602,39,237.6699,1042,237.6699,1042,394.602,16,394.602,16,212.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30002/t30002.cc#L7" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30002/t30002.cc#L7" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f1hau4wx0nvmi)" points="16,212.602,32,212.602,39,237.6699,1042,237.6699,1042,394.602,16,394.602,16,212.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="16" x2="39" y1="237.6699" y2="237.6699"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="10" x="20" y="229.5679">A</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30002/t30002.cc#L7" target="_top" title="AA" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30002/t30002.cc#L7" xlink:show="new" xlink:title="AA" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f4fo5vo2olbba)" points="40,258.602,66,258.602,73,283.6699,1018,283.6699,1018,370.602,40,370.602,40,258.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30002/t30002.cc#L7" target="_top" title="AA" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30002/t30002.cc#L7" xlink:show="new" xlink:title="AA" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f1hau4wx0nvmi)" points="40,258.602,66,258.602,73,283.6699,1018,283.6699,1018,370.602,40,370.602,40,258.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="40" x2="73" y1="283.6699" y2="283.6699"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="20" x="44" y="275.5679">AA</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30002/t30002.cc#L61" target="_top" title="B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30002/t30002.cc#L61" xlink:show="new" xlink:title="B" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f4fo5vo2olbba)" points="481,6.602,496,6.602,503,31.6699,609,31.6699,609,188.602,481,188.602,481,6.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30002/t30002.cc#L61" target="_top" title="B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30002/t30002.cc#L61" xlink:show="new" xlink:title="B" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f1hau4wx0nvmi)" points="481,6.602,496,6.602,503,31.6699,609,31.6699,609,188.602,481,188.602,481,6.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="481" x2="503" y1="31.6699" y2="31.6699"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="9" x="485" y="23.5679">B</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30002/t30002.cc#L61" target="_top" title="BB" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30002/t30002.cc#L61" xlink:show="new" xlink:title="BB" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f4fo5vo2olbba)" points="505,52.602,529,52.602,536,77.6699,585,77.6699,585,164.602,505,164.602,505,52.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30002/t30002.cc#L61" target="_top" title="BB" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30002/t30002.cc#L61" xlink:show="new" xlink:title="BB" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f1hau4wx0nvmi)" points="505,52.602,529,52.602,536,77.6699,585,77.6699,585,164.602,505,164.602,505,52.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="505" x2="536" y1="77.6699" y2="77.6699"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="18" x="509" y="69.5679">BB</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30002/t30002.cc#L8" target="_top" title="A1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30002/t30002.cc#L8" xlink:show="new" xlink:title="A1" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f4fo5vo2olbba)" points="964,296.602,988,296.602,995,321.6699,1002,321.6699,1002,354.7378,964,354.7378,964,296.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30002/t30002.cc#L8" target="_top" title="A1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30002/t30002.cc#L8" xlink:show="new" xlink:title="A1" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f1hau4wx0nvmi)" points="964,296.602,988,296.602,995,321.6699,1002,321.6699,1002,354.7378,964,354.7378,964,296.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="964" x2="995" y1="321.6699" y2="321.6699"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="18" x="968" y="313.5679">A1</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30002/t30002.cc#L12" target="_top" title="A2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30002/t30002.cc#L12" xlink:show="new" xlink:title="A2" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f4fo5vo2olbba)" points="891,296.602,915,296.602,922,321.6699,929,321.6699,929,354.7378,891,354.7378,891,296.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30002/t30002.cc#L12" target="_top" title="A2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30002/t30002.cc#L12" xlink:show="new" xlink:title="A2" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f1hau4wx0nvmi)" points="891,296.602,915,296.602,922,321.6699,929,321.6699,929,354.7378,891,354.7378,891,296.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="891" x2="922" y1="321.6699" y2="321.6699"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="18" x="895" y="313.5679">A2</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30002/t30002.cc#L16" target="_top" title="A3" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30002/t30002.cc#L16" xlink:show="new" xlink:title="A3" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f4fo5vo2olbba)" points="818,296.602,842,296.602,849,321.6699,856,321.6699,856,354.7378,818,354.7378,818,296.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30002/t30002.cc#L16" target="_top" title="A3" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30002/t30002.cc#L16" xlink:show="new" xlink:title="A3" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f1hau4wx0nvmi)" points="818,296.602,842,296.602,849,321.6699,856,321.6699,856,354.7378,818,354.7378,818,296.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="818" x2="849" y1="321.6699" y2="321.6699"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="18" x="822" y="313.5679">A3</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30002/t30002.cc#L20" target="_top" title="A4" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30002/t30002.cc#L20" xlink:show="new" xlink:title="A4" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f4fo5vo2olbba)" points="745,296.602,769,296.602,776,321.6699,783,321.6699,783,354.7378,745,354.7378,745,296.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30002/t30002.cc#L20" target="_top" title="A4" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30002/t30002.cc#L20" xlink:show="new" xlink:title="A4" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f1hau4wx0nvmi)" points="745,296.602,769,296.602,776,321.6699,783,321.6699,783,354.7378,745,354.7378,745,296.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="745" x2="776" y1="321.6699" y2="321.6699"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="18" x="749" y="313.5679">A4</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30002/t30002.cc#L24" target="_top" title="A5" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30002/t30002.cc#L24" xlink:show="new" xlink:title="A5" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f4fo5vo2olbba)" points="672,296.602,696,296.602,703,321.6699,710,321.6699,710,354.7378,672,354.7378,672,296.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30002/t30002.cc#L24" target="_top" title="A5" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30002/t30002.cc#L24" xlink:show="new" xlink:title="A5" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f1hau4wx0nvmi)" points="672,296.602,696,296.602,703,321.6699,710,321.6699,710,354.7378,672,354.7378,672,296.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="672" x2="703" y1="321.6699" y2="321.6699"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="18" x="676" y="313.5679">A5</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30002/t30002.cc#L28" target="_top" title="A6" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30002/t30002.cc#L28" xlink:show="new" xlink:title="A6" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f4fo5vo2olbba)" points="599,296.602,623,296.602,630,321.6699,637,321.6699,637,354.7378,599,354.7378,599,296.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30002/t30002.cc#L28" target="_top" title="A6" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30002/t30002.cc#L28" xlink:show="new" xlink:title="A6" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f1hau4wx0nvmi)" points="599,296.602,623,296.602,630,321.6699,637,321.6699,637,354.7378,599,354.7378,599,296.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="599" x2="630" y1="321.6699" y2="321.6699"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="18" x="603" y="313.5679">A6</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30002/t30002.cc#L32" target="_top" title="A7" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30002/t30002.cc#L32" xlink:show="new" xlink:title="A7" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f4fo5vo2olbba)" points="526,296.602,550,296.602,557,321.6699,564,321.6699,564,354.7378,526,354.7378,526,296.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30002/t30002.cc#L32" target="_top" title="A7" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30002/t30002.cc#L32" xlink:show="new" xlink:title="A7" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f1hau4wx0nvmi)" points="526,296.602,550,296.602,557,321.6699,564,321.6699,564,354.7378,526,354.7378,526,296.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="526" x2="557" y1="321.6699" y2="321.6699"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="18" x="530" y="313.5679">A7</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30002/t30002.cc#L36" target="_top" title="A8" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30002/t30002.cc#L36" xlink:show="new" xlink:title="A8" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f4fo5vo2olbba)" points="453,296.602,477,296.602,484,321.6699,491,321.6699,491,354.7378,453,354.7378,453,296.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30002/t30002.cc#L36" target="_top" title="A8" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30002/t30002.cc#L36" xlink:show="new" xlink:title="A8" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f1hau4wx0nvmi)" points="453,296.602,477,296.602,484,321.6699,491,321.6699,491,354.7378,453,354.7378,453,296.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="453" x2="484" y1="321.6699" y2="321.6699"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="18" x="457" y="313.5679">A8</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30002/t30002.cc#L40" target="_top" title="A9" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30002/t30002.cc#L40" xlink:show="new" xlink:title="A9" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f4fo5vo2olbba)" points="380,296.602,404,296.602,411,321.6699,418,321.6699,418,354.7378,380,354.7378,380,296.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30002/t30002.cc#L40" target="_top" title="A9" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30002/t30002.cc#L40" xlink:show="new" xlink:title="A9" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f1hau4wx0nvmi)" points="380,296.602,404,296.602,411,321.6699,418,321.6699,418,354.7378,380,354.7378,380,296.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="380" x2="411" y1="321.6699" y2="321.6699"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="18" x="384" y="313.5679">A9</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30002/t30002.cc#L44" target="_top" title="A10" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30002/t30002.cc#L44" xlink:show="new" xlink:title="A10" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f4fo5vo2olbba)" points="299,296.602,331,296.602,338,321.6699,345,321.6699,345,354.7378,299,354.7378,299,296.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30002/t30002.cc#L44" target="_top" title="A10" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30002/t30002.cc#L44" xlink:show="new" xlink:title="A10" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f1hau4wx0nvmi)" points="299,296.602,331,296.602,338,321.6699,345,321.6699,345,354.7378,299,354.7378,299,296.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="299" x2="338" y1="321.6699" y2="321.6699"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="26" x="303" y="313.5679">A10</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30002/t30002.cc#L48" target="_top" title="A11" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30002/t30002.cc#L48" xlink:show="new" xlink:title="A11" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f4fo5vo2olbba)" points="218,296.602,250,296.602,257,321.6699,264,321.6699,264,354.7378,218,354.7378,218,296.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30002/t30002.cc#L48" target="_top" title="A11" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30002/t30002.cc#L48" xlink:show="new" xlink:title="A11" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f1hau4wx0nvmi)" points="218,296.602,250,296.602,257,321.6699,264,321.6699,264,354.7378,218,354.7378,218,296.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="218" x2="257" y1="321.6699" y2="321.6699"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="26" x="222" y="313.5679">A11</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30002/t30002.cc#L52" target="_top" title="A12" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30002/t30002.cc#L52" xlink:show="new" xlink:title="A12" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f4fo5vo2olbba)" points="137,296.602,169,296.602,176,321.6699,183,321.6699,183,354.7378,137,354.7378,137,296.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30002/t30002.cc#L52" target="_top" title="A12" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30002/t30002.cc#L52" xlink:show="new" xlink:title="A12" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f1hau4wx0nvmi)" points="137,296.602,169,296.602,176,321.6699,183,321.6699,183,354.7378,137,354.7378,137,296.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="137" x2="176" y1="321.6699" y2="321.6699"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="26" x="141" y="313.5679">A12</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30002/t30002.cc#L56" target="_top" title="A13" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30002/t30002.cc#L56" xlink:show="new" xlink:title="A13" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f4fo5vo2olbba)" points="56,296.602,88,296.602,95,321.6699,102,321.6699,102,354.7378,56,354.7378,56,296.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30002/t30002.cc#L56" target="_top" title="A13" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30002/t30002.cc#L56" xlink:show="new" xlink:title="A13" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f1hau4wx0nvmi)" points="56,296.602,88,296.602,95,321.6699,102,321.6699,102,354.7378,56,354.7378,56,296.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="56" x2="95" y1="321.6699" y2="321.6699"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="26" x="60" y="313.5679">A13</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30002/t30002.cc#L61" target="_top" title="BBB" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30002/t30002.cc#L61" xlink:show="new" xlink:title="BBB" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f4fo5vo2olbba)" points="521.5,90.602,554.5,90.602,561.5,115.6699,568.5,115.6699,568.5,148.7378,521.5,148.7378,521.5,90.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30002/t30002.cc#L61" target="_top" title="BBB" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30002/t30002.cc#L61" xlink:show="new" xlink:title="BBB" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f1hau4wx0nvmi)" points="521.5,90.602,554.5,90.602,561.5,115.6699,568.5,115.6699,568.5,148.7378,521.5,148.7378,521.5,90.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="521.5" x2="561.5" y1="115.6699" y2="115.6699"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="27" x="525.5" y="107.5679">BBB</text>
|
||||
</a>
|
||||
<path d="M568.56,122.412 C645.94,128.802 890.6,152.832 947,204.602 C971.03,226.662 979.26,264.072 981.96,291.262 " fill="none" id="C_0000001720-to-C_0000001705" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path d="M568.56,122.412 C645.94,128.802 890.6,152.832 947,204.602 C971.03,226.662 979.26,264.072 981.96,291.262 " fill="none" id="C_0000001764-to-C_0000001749" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="982.42,296.562,985.6345,287.2525,981.9918,291.5804,977.6639,287.9376,982.42,296.562" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M568.72,123.612 C636.56,132.682 829.33,161.752 874,204.602 C897.47,227.122 905.8,264.272 908.68,291.282 " fill="none" id="C_0000001720-to-C_0000001706" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path d="M568.72,123.612 C636.56,132.682 829.33,161.752 874,204.602 C897.47,227.122 905.8,264.272 908.68,291.282 " fill="none" id="C_0000001764-to-C_0000001750" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="909.18,296.542,912.315,287.2054,908.7093,291.5642,904.3505,287.9585,909.18,296.542" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M568.51,121.372 C618.57,124.302 736.35,138.282 801,204.602 C823.56,227.742 832.06,264.452 835.22,291.182 " fill="none" id="C_0000001720-to-C_0000001707" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path d="M568.51,121.372 C618.57,124.302 736.35,138.282 801,204.602 C823.56,227.742 832.06,264.452 835.22,291.182 " fill="none" id="C_0000001764-to-C_0000001751" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="835.78,296.382,838.7765,287,835.2357,291.4117,830.824,287.8709,835.78,296.382" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M568.68,124.942 C607.64,133.312 685.21,155.412 728,204.602 C749.08,228.832 757.82,265.032 761.44,291.332 " fill="none" id="C_0000001720-to-C_0000001708" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path d="M568.68,124.942 C607.64,133.312 685.21,155.412 728,204.602 C749.08,228.832 757.82,265.032 761.44,291.332 " fill="none" id="C_0000001764-to-C_0000001752" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="762.1,296.452,764.9093,287.0123,761.457,291.4935,756.9758,288.0411,762.1,296.452" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M568.72,132.792 C593.75,146.832 632.59,172.192 655,204.602 C673.04,230.682 682.2,265.972 686.76,291.522 " fill="none" id="C_0000001720-to-C_0000001709" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path d="M568.72,132.792 C593.75,146.832 632.59,172.192 655,204.602 C673.04,230.682 682.2,265.972 686.76,291.522 " fill="none" id="C_0000001764-to-C_0000001753" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="687.61,296.502,690.0357,286.9565,686.7672,291.5735,682.1501,288.305,687.61,296.502" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M545,148.972 C545,186.272 545,251.702 545,291.302 " fill="none" id="C_0000001720-to-C_0000001711" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path d="M545,148.972 C545,186.272 545,251.702 545,291.302 " fill="none" id="C_0000001764-to-C_0000001755" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="545,296.482,549,287.482,545,291.482,541,287.482,545,296.482" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M532.08,148.682 C524.86,164.862 515.95,185.692 509,204.602 C498.4,233.452 488.26,266.912 481.28,291.162 " fill="none" id="C_0000001720-to-C_0000001712" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path d="M532.08,148.682 C524.86,164.862 515.95,185.692 509,204.602 C498.4,233.452 488.26,266.912 481.28,291.162 " fill="none" id="C_0000001764-to-C_0000001756" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="479.84,296.192,486.1734,288.6495,481.223,291.3871,478.4855,286.4367,479.84,296.192" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M521.09,133.142 C496.32,147.302 458.2,172.612 436,204.602 C417.88,230.712 408.4,266.002 403.59,291.542 " fill="none" id="C_0000001720-to-C_0000001713" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path d="M521.09,133.142 C496.32,147.302 458.2,172.612 436,204.602 C417.88,230.712 408.4,266.002 403.59,291.542 " fill="none" id="C_0000001764-to-C_0000001757" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="402.69,296.522,408.2417,288.3869,403.5882,291.6033,400.3718,286.9498,402.69,296.522" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M558.38,148.632 C565.84,164.792 575,185.612 582,204.602 C592.61,233.372 602.45,266.842 609.15,291.122 " fill="none" id="C_0000001720-to-C_0000001710" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path d="M558.38,148.632 C565.84,164.792 575,185.612 582,204.602 C592.61,233.372 602.45,266.842 609.15,291.122 " fill="none" id="C_0000001764-to-C_0000001754" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="610.53,296.152,612.0259,286.4174,609.2168,291.3275,604.3067,288.5185,610.53,296.152" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M521.34,125.222 C482.78,133.972 406.35,156.532 363,204.602 C341.23,228.742 330.93,264.962 326.12,291.282 " fill="none" id="C_0000001720-to-C_0000001714" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path d="M521.34,125.222 C482.78,133.972 406.35,156.532 363,204.602 C341.23,228.742 330.93,264.962 326.12,291.282 " fill="none" id="C_0000001764-to-C_0000001758" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="325.22,296.412,330.7029,288.2304,326.0767,291.4859,322.8212,286.8597,325.22,296.412" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M521.44,121.332 C470.65,124.182 349.95,138.002 282,204.602 C258.56,227.572 248.52,264.482 244.22,291.302 " fill="none" id="C_0000001720-to-C_0000001715" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path d="M521.44,121.332 C470.65,124.182 349.95,138.002 282,204.602 C258.56,227.572 248.52,264.482 244.22,291.302 " fill="none" id="C_0000001764-to-C_0000001759" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="243.43,296.522,248.7196,288.2142,244.171,291.5772,240.808,287.0286,243.43,296.522" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M521.29,123.422 C451.52,132.152 248.87,160.842 201,204.602 C176.7,226.812 166.8,264.022 162.77,291.122 " fill="none" id="C_0000001720-to-C_0000001716" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path d="M521.29,123.422 C451.52,132.152 248.87,160.842 201,204.602 C176.7,226.812 166.8,264.022 162.77,291.122 " fill="none" id="C_0000001764-to-C_0000001760" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="162.04,296.402,167.2355,288.035,162.7251,291.4491,159.3109,286.9388,162.04,296.402" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M521.32,122.222 C441.07,128.152 181.09,151.202 120,204.602 C95.03,226.422 85.25,264.112 81.43,291.442 " fill="none" id="C_0000001720-to-C_0000001717" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path d="M521.32,122.222 C441.07,128.152 181.09,151.202 120,204.602 C95.03,226.422 85.25,264.112 81.43,291.442 " fill="none" id="C_0000001764-to-C_0000001761" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="80.78,296.412,85.9042,288.0011,81.423,291.4535,77.9707,286.9723,80.78,296.412" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
@@ -1,6 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="application/ecmascript" contentStyleType="text/css" height="350px" preserveAspectRatio="none" style="width:300px;height:350px;background:#FFFFFF;" version="1.1" viewBox="0 0 300 350" width="300px" zoomAndPan="magnify">
|
||||
<defs>
|
||||
<filter height="300%" id="f1i2tshh96ugvh" width="300%" x="-1" y="-1">
|
||||
<filter height="300%" id="ftzspda5ot4f1" width="300%" x="-1" y="-1">
|
||||
<feGaussianBlur result="blurOut" stdDeviation="2.0"/>
|
||||
<feColorMatrix in="blurOut" result="blurOut2" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .4 0"/>
|
||||
<feOffset dx="4.0" dy="4.0" in="blurOut2" result="blurOut3"/>
|
||||
@@ -9,39 +9,39 @@
|
||||
<style type="text/css">a:hover { text-decoration: underline; }</style>
|
||||
</defs>
|
||||
<g>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30003/t30003.cc#L4" target="_top" title="ns1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30003/t30003.cc#L4" xlink:show="new" xlink:title="ns1" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f1i2tshh96ugvh)" points="16,231.602,46,231.602,53,256.6699,283,256.6699,283,343.602,16,343.602,16,231.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30003/t30003.cc#L4" target="_top" title="ns1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30003/t30003.cc#L4" xlink:show="new" xlink:title="ns1" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#ftzspda5ot4f1)" points="16,231.602,46,231.602,53,256.6699,283,256.6699,283,343.602,16,343.602,16,231.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="16" x2="53" y1="256.6699" y2="256.6699"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="24" x="20" y="248.5679">ns1</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30003/t30003.cc#L21" target="_top" title="ns3" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30003/t30003.cc#L21" xlink:show="new" xlink:title="ns3" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f1i2tshh96ugvh)" points="158,6.602,188,6.602,195,31.6699,282,31.6699,282,207.602,158,207.602,158,6.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30003/t30003.cc#L21" target="_top" title="ns3" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30003/t30003.cc#L21" xlink:show="new" xlink:title="ns3" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#ftzspda5ot4f1)" points="158,6.602,188,6.602,195,31.6699,282,31.6699,282,207.602,158,207.602,158,6.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="158" x2="195" y1="31.6699" y2="31.6699"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="24" x="162" y="23.5679">ns3</text>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="84" x="182" y="48.6358">«deprecated»</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30003/t30003.cc#L23" target="_top" title="ns1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30003/t30003.cc#L23" xlink:show="new" xlink:title="ns1" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f1i2tshh96ugvh)" points="182,71.602,212,71.602,219,96.6699,258,96.6699,258,183.602,182,183.602,182,71.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30003/t30003.cc#L23" target="_top" title="ns1" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30003/t30003.cc#L23" xlink:show="new" xlink:title="ns1" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#ftzspda5ot4f1)" points="182,71.602,212,71.602,219,96.6699,258,96.6699,258,183.602,182,183.602,182,71.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="182" x2="219" y1="96.6699" y2="96.6699"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="24" x="186" y="88.5679">ns1</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30003/t30003.cc#L5" target="_top" title="ns2_v1_0_0" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30003/t30003.cc#L5" xlink:show="new" xlink:title="ns2_v1_0_0" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f1i2tshh96ugvh)" points="173,269.602,253,269.602,260,294.6699,267,294.6699,267,327.7378,173,327.7378,173,269.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30003/t30003.cc#L5" target="_top" title="ns2_v1_0_0" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30003/t30003.cc#L5" xlink:show="new" xlink:title="ns2_v1_0_0" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#ftzspda5ot4f1)" points="173,269.602,253,269.602,260,294.6699,267,294.6699,267,327.7378,173,327.7378,173,269.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="173" x2="260" y1="294.6699" y2="294.6699"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="74" x="177" y="286.5679">ns2_v1_0_0</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30003/t30003.cc#L10" target="_top" title="ns2_v0_9_0" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30003/t30003.cc#L10" xlink:show="new" xlink:title="ns2_v0_9_0" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f1i2tshh96ugvh)" points="32,269.602,112,269.602,119,294.6699,138,294.6699,138,327.7378,32,327.7378,32,269.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30003/t30003.cc#L10" target="_top" title="ns2_v0_9_0" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30003/t30003.cc#L10" xlink:show="new" xlink:title="ns2_v0_9_0" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#ftzspda5ot4f1)" points="32,269.602,112,269.602,119,294.6699,138,294.6699,138,327.7378,32,327.7378,32,269.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="32" x2="119" y1="294.6699" y2="294.6699"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="74" x="36" y="286.5679">ns2_v0_9_0</text>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-style="italic" lengthAdjust="spacing" textLength="84" x="47" y="311.6358">«deprecated»</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30003/t30003.cc#L23" target="_top" title="ns2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30003/t30003.cc#L23" xlink:show="new" xlink:title="ns2" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f1i2tshh96ugvh)" points="198,109.602,228,109.602,235,134.6699,242,134.6699,242,167.7378,198,167.7378,198,109.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30003/t30003.cc#L23" target="_top" title="ns2" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30003/t30003.cc#L23" xlink:show="new" xlink:title="ns2" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#ftzspda5ot4f1)" points="198,109.602,228,109.602,235,134.6699,242,134.6699,242,167.7378,198,167.7378,198,109.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="198" x2="235" y1="134.6699" y2="134.6699"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="24" x="202" y="126.5679">ns2</text>
|
||||
</a>
|
||||
<path d="M220,167.852 C220,194.922 220,235.792 220,264.402 " fill="none" id="C_0000001728-to-C_0000001724" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path d="M220,167.852 C220,194.922 220,235.792 220,264.402 " fill="none" id="C_0000001772-to-C_0000001768" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="220,269.602,224,260.602,220,264.602,216,260.602,220,269.602" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 6.3 KiB |
@@ -1,6 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="application/ecmascript" contentStyleType="text/css" height="331px" preserveAspectRatio="none" style="width:658px;height:331px;background:#FFFFFF;" version="1.1" viewBox="0 0 658 331" width="658px" zoomAndPan="magnify">
|
||||
<defs>
|
||||
<filter height="300%" id="f1ryvbm8ll3r66" width="300%" x="-1" y="-1">
|
||||
<filter height="300%" id="f15vhhbmmheyes" width="300%" x="-1" y="-1">
|
||||
<feGaussianBlur result="blurOut" stdDeviation="2.0"/>
|
||||
<feColorMatrix in="blurOut" result="blurOut2" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .4 0"/>
|
||||
<feOffset dx="4.0" dy="4.0" in="blurOut2" result="blurOut3"/>
|
||||
@@ -9,50 +9,50 @@
|
||||
<style type="text/css">a:hover { text-decoration: underline; }</style>
|
||||
</defs>
|
||||
<g>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30004/t30004.cc#L5" target="_top" title="@uml{style[#green]}" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30004/t30004.cc#L5" xlink:show="new" xlink:title="@uml{style[#green]}" xlink:type="simple">
|
||||
<polygon fill="#008000" filter="url(#f1ryvbm8ll3r66)" points="16,6.602,32,6.602,39,31.6699,641,31.6699,641,324.602,16,324.602,16,6.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30004/t30004.cc#L5" target="_top" title="@uml{style[#green]}" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30004/t30004.cc#L5" xlink:show="new" xlink:title="@uml{style[#green]}" xlink:type="simple">
|
||||
<polygon fill="#008000" filter="url(#f15vhhbmmheyes)" points="16,6.602,32,6.602,39,31.6699,641,31.6699,641,324.602,16,324.602,16,6.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="16" x2="39" y1="31.6699" y2="31.6699"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="10" x="20" y="23.5679">A</text>
|
||||
</a>
|
||||
<path d="M32.5,177.602 L32.5,205.308 L133.5,205.308 L133.5,187.602 L123.5,177.602 L32.5,177.602 " fill="#FBFB77" filter="url(#f1ryvbm8ll3r66)" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M32.5,177.602 L32.5,205.308 L133.5,205.308 L133.5,187.602 L123.5,177.602 L32.5,177.602 " fill="#FBFB77" filter="url(#f15vhhbmmheyes)" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M123.5,177.602 L123.5,187.602 L133.5,187.602 L123.5,177.602 " fill="#FBFB77" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="80" x="38.5" y="196.499">Package AAA.</text>
|
||||
<path d="M523.5,59.602 L523.5,87.308 L624.5,87.308 L624.5,69.602 L614.5,59.602 L523.5,59.602 " fill="#FBFB77" filter="url(#f1ryvbm8ll3r66)" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M523.5,59.602 L523.5,87.308 L624.5,87.308 L624.5,69.602 L614.5,59.602 L523.5,59.602 " fill="#FBFB77" filter="url(#f15vhhbmmheyes)" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M614.5,59.602 L614.5,69.602 L624.5,69.602 L614.5,59.602 " fill="#FBFB77" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="80" x="529.5" y="78.499">Package BBB.</text>
|
||||
<path d="M271,280.602 L271,308.308 L411,308.308 L411,290.602 L401,280.602 L271,280.602 " fill="#FBFB77" filter="url(#f1ryvbm8ll3r66)" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M271,280.602 L271,308.308 L411,308.308 L411,290.602 L401,280.602 L271,280.602 " fill="#FBFB77" filter="url(#f15vhhbmmheyes)" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M401,280.602 L401,290.602 L411,290.602 L401,280.602 " fill="#FBFB77" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="119" x="277" y="299.499">CCCC package note.</text>
|
||||
<path d="M275.5,59.602 L275.5,87.308 L406.5,87.308 L406.5,69.602 L396.5,59.602 L275.5,59.602 " fill="#FBFB77" filter="url(#f1ryvbm8ll3r66)" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M275.5,59.602 L275.5,87.308 L406.5,87.308 L406.5,69.602 L396.5,59.602 L275.5,59.602 " fill="#FBFB77" filter="url(#f15vhhbmmheyes)" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M396.5,59.602 L396.5,69.602 L406.5,69.602 L396.5,59.602 " fill="#FBFB77" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="110" x="281.5" y="78.499">Another CCC note.</text>
|
||||
<path d="M117.5,59.602 L117.5,87.308 L240.5,87.308 L240.5,69.602 L230.5,59.602 L117.5,59.602 " fill="#FBFB77" filter="url(#f1ryvbm8ll3r66)" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M117.5,59.602 L117.5,87.308 L240.5,87.308 L240.5,69.602 L230.5,59.602 L117.5,59.602 " fill="#FBFB77" filter="url(#f15vhhbmmheyes)" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M230.5,59.602 L230.5,69.602 L240.5,69.602 L230.5,59.602 " fill="#FBFB77" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="102" x="123.5" y="78.499">We skipped DDD.</text>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30004/t30004.cc#L8" target="_top" title="@uml{note[ bottom ] Package AAA.}" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30004/t30004.cc#L8" xlink:show="new" xlink:title="@uml{note[ bottom ] Package AAA.}" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f1ryvbm8ll3r66)" points="32,44.602,68,44.602,75,69.6699,82,69.6699,82,102.7378,32,102.7378,32,44.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30004/t30004.cc#L8" target="_top" title="@uml{note[ bottom ] Package AAA.}" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30004/t30004.cc#L8" xlink:show="new" xlink:title="@uml{note[ bottom ] Package AAA.}" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f15vhhbmmheyes)" points="32,44.602,68,44.602,75,69.6699,82,69.6699,82,102.7378,32,102.7378,32,44.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="32" x2="75" y1="69.6699" y2="69.6699"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="36" y="61.5679">AAA</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30004/t30004.cc#L12" target="_top" title="\uml{note[right] Package BBB.}" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30004/t30004.cc#L12" xlink:show="new" xlink:title="\uml{note[right] Package BBB.}" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f1ryvbm8ll3r66)" points="441.5,44.602,474.5,44.602,481.5,69.6699,488.5,69.6699,488.5,102.7378,441.5,102.7378,441.5,44.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30004/t30004.cc#L12" target="_top" title="\uml{note[right] Package BBB.}" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30004/t30004.cc#L12" xlink:show="new" xlink:title="\uml{note[right] Package BBB.}" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f15vhhbmmheyes)" points="441.5,44.602,474.5,44.602,481.5,69.6699,488.5,69.6699,488.5,102.7378,441.5,102.7378,441.5,44.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="441.5" x2="481.5" y1="69.6699" y2="69.6699"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="27" x="445.5" y="61.5679">BBB</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30004/t30004.cc#L18" target="_top" title="@uml{note:t30004_package[bottom] CCCC package note.} This is package CCC." xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30004/t30004.cc#L18" xlink:show="new" xlink:title="@uml{note:t30004_package[bottom] CCCC package note.} This is package CCC." xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f1ryvbm8ll3r66)" points="317.5,162.602,350.5,162.602,357.5,187.6699,364.5,187.6699,364.5,220.7378,317.5,220.7378,317.5,162.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30004/t30004.cc#L18" target="_top" title="@uml{note:t30004_package[bottom] CCCC package note.} This is package CCC." xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30004/t30004.cc#L18" xlink:show="new" xlink:title="@uml{note:t30004_package[bottom] CCCC package note.} This is package CCC." xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f15vhhbmmheyes)" points="317.5,162.602,350.5,162.602,357.5,187.6699,364.5,187.6699,364.5,220.7378,317.5,220.7378,317.5,162.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="317.5" x2="357.5" y1="187.6699" y2="187.6699"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="27" x="321.5" y="179.5679">CCC</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30004/t30004.cc#L27" target="_top" title="@uml{style[#pink;line:red;line.bold;text:red]} \uml{note[top] We skipped DDD.}" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30004/t30004.cc#L27" xlink:show="new" xlink:title="@uml{style[#pink;line:red;line.bold;text:red]} \uml{note[top] We skipped DDD.}" xlink:type="simple">
|
||||
<polygon fill="#FFC0CB" filter="url(#f1ryvbm8ll3r66)" points="169,162.602,199,162.602,206,187.6699,213,187.6699,213,220.7378,169,220.7378,169,162.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30004/t30004.cc#L27" target="_top" title="@uml{style[#pink;line:red;line.bold;text:red]} \uml{note[top] We skipped DDD.}" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30004/t30004.cc#L27" xlink:show="new" xlink:title="@uml{style[#pink;line:red;line.bold;text:red]} \uml{note[top] We skipped DDD.}" xlink:type="simple">
|
||||
<polygon fill="#FFC0CB" filter="url(#f15vhhbmmheyes)" points="169,162.602,199,162.602,206,187.6699,213,187.6699,213,220.7378,169,220.7378,169,162.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="169" x2="206" y1="187.6699" y2="187.6699"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="24" x="173" y="179.5679">EEE</text>
|
||||
</a>
|
||||
<path d="M63.29,102.682 C68.61,126.422 76,159.362 80.05,177.432 " fill="none" id="C_0000001732-GMN698" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path d="M488.84,73.602 C500.38,73.602 511.91,73.602 523.44,73.602 " fill="none" id="C_0000001733-GMN702" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path d="M341,220.732 C341,240.232 341,265.302 341,280.372 " fill="none" id="C_0000001734-GMN706" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path d="M341,87.912 C341,106.002 341,138.812 341,162.482 " fill="none" id="GMN709-C_0000001734" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path d="M180.38,87.912 C182.25,106.002 185.64,138.812 188.09,162.482 " fill="none" id="GMN713-C_0000001736" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path d="M63.29,102.682 C68.61,126.422 76,159.362 80.05,177.432 " fill="none" id="C_0000001776-GMN708" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path d="M488.84,73.602 C500.38,73.602 511.91,73.602 523.44,73.602 " fill="none" id="C_0000001777-GMN712" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path d="M341,220.732 C341,240.232 341,265.302 341,280.372 " fill="none" id="C_0000001778-GMN716" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path d="M341,87.912 C341,106.002 341,138.812 341,162.482 " fill="none" id="GMN719-C_0000001778" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path d="M180.38,87.912 C182.25,106.002 185.64,138.812 188.09,162.482 " fill="none" id="GMN723-C_0000001780" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 8.3 KiB After Width: | Height: | Size: 8.3 KiB |
@@ -1,6 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="application/ecmascript" contentStyleType="text/css" height="401px" preserveAspectRatio="none" style="width:313px;height:401px;background:#FFFFFF;" version="1.1" viewBox="0 0 313 401" width="313px" zoomAndPan="magnify">
|
||||
<defs>
|
||||
<filter height="300%" id="f13xz4pqqc72hk" width="300%" x="-1" y="-1">
|
||||
<filter height="300%" id="fnusygcnl6f4g" width="300%" x="-1" y="-1">
|
||||
<feGaussianBlur result="blurOut" stdDeviation="2.0"/>
|
||||
<feColorMatrix in="blurOut" result="blurOut2" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .4 0"/>
|
||||
<feOffset dx="4.0" dy="4.0" in="blurOut2" result="blurOut3"/>
|
||||
@@ -9,54 +9,54 @@
|
||||
<style type="text/css">a:hover { text-decoration: underline; }</style>
|
||||
</defs>
|
||||
<g>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30005/t30005.cc#L4" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30005/t30005.cc#L4" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f13xz4pqqc72hk)" points="91,212.602,107,212.602,114,237.6699,221,237.6699,221,394.602,91,394.602,91,212.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30005/t30005.cc#L4" target="_top" title="A" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30005/t30005.cc#L4" xlink:show="new" xlink:title="A" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#fnusygcnl6f4g)" points="91,212.602,107,212.602,114,237.6699,221,237.6699,221,394.602,91,394.602,91,212.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="91" x2="114" y1="237.6699" y2="237.6699"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="10" x="95" y="229.5679">A</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30005/t30005.cc#L4" target="_top" title="AA" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30005/t30005.cc#L4" xlink:show="new" xlink:title="AA" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f13xz4pqqc72hk)" points="115,258.602,141,258.602,148,283.6699,197,283.6699,197,370.602,115,370.602,115,258.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30005/t30005.cc#L4" target="_top" title="AA" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30005/t30005.cc#L4" xlink:show="new" xlink:title="AA" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#fnusygcnl6f4g)" points="115,258.602,141,258.602,148,283.6699,197,283.6699,197,370.602,115,370.602,115,258.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="115" x2="148" y1="283.6699" y2="283.6699"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="20" x="119" y="275.5679">AA</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30005/t30005.cc#L9" target="_top" title="B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30005/t30005.cc#L9" xlink:show="new" xlink:title="B" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f13xz4pqqc72hk)" points="16,6.602,31,6.602,38,31.6699,144,31.6699,144,188.602,16,188.602,16,6.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30005/t30005.cc#L9" target="_top" title="B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30005/t30005.cc#L9" xlink:show="new" xlink:title="B" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#fnusygcnl6f4g)" points="16,6.602,31,6.602,38,31.6699,144,31.6699,144,188.602,16,188.602,16,6.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="16" x2="38" y1="31.6699" y2="31.6699"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="9" x="20" y="23.5679">B</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30005/t30005.cc#L9" target="_top" title="BB" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30005/t30005.cc#L9" xlink:show="new" xlink:title="BB" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f13xz4pqqc72hk)" points="40,52.602,64,52.602,71,77.6699,120,77.6699,120,164.602,40,164.602,40,52.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30005/t30005.cc#L9" target="_top" title="BB" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30005/t30005.cc#L9" xlink:show="new" xlink:title="BB" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#fnusygcnl6f4g)" points="40,52.602,64,52.602,71,77.6699,120,77.6699,120,164.602,40,164.602,40,52.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="40" x2="71" y1="77.6699" y2="77.6699"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="18" x="44" y="69.5679">BB</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30005/t30005.cc#L17" target="_top" title="C" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30005/t30005.cc#L17" xlink:show="new" xlink:title="C" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f13xz4pqqc72hk)" points="168,6.602,183,6.602,190,31.6699,296,31.6699,296,188.602,168,188.602,168,6.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30005/t30005.cc#L17" target="_top" title="C" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30005/t30005.cc#L17" xlink:show="new" xlink:title="C" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#fnusygcnl6f4g)" points="168,6.602,183,6.602,190,31.6699,296,31.6699,296,188.602,168,188.602,168,6.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="168" x2="190" y1="31.6699" y2="31.6699"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="9" x="172" y="23.5679">C</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30005/t30005.cc#L17" target="_top" title="CC" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30005/t30005.cc#L17" xlink:show="new" xlink:title="CC" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f13xz4pqqc72hk)" points="192,52.602,216,52.602,223,77.6699,272,77.6699,272,164.602,192,164.602,192,52.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30005/t30005.cc#L17" target="_top" title="CC" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30005/t30005.cc#L17" xlink:show="new" xlink:title="CC" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#fnusygcnl6f4g)" points="192,52.602,216,52.602,223,77.6699,272,77.6699,272,164.602,192,164.602,192,52.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="192" x2="223" y1="77.6699" y2="77.6699"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="18" x="196" y="69.5679">CC</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30005/t30005.cc#L4" target="_top" title="AAA" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30005/t30005.cc#L4" xlink:show="new" xlink:title="AAA" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f13xz4pqqc72hk)" points="131,296.602,167,296.602,174,321.6699,181,321.6699,181,354.7378,131,354.7378,131,296.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30005/t30005.cc#L4" target="_top" title="AAA" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30005/t30005.cc#L4" xlink:show="new" xlink:title="AAA" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#fnusygcnl6f4g)" points="131,296.602,167,296.602,174,321.6699,181,321.6699,181,354.7378,131,354.7378,131,296.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="131" x2="174" y1="321.6699" y2="321.6699"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="135" y="313.5679">AAA</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30005/t30005.cc#L9" target="_top" title="BBB" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30005/t30005.cc#L9" xlink:show="new" xlink:title="BBB" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f13xz4pqqc72hk)" points="56.5,90.602,89.5,90.602,96.5,115.6699,103.5,115.6699,103.5,148.7378,56.5,148.7378,56.5,90.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30005/t30005.cc#L9" target="_top" title="BBB" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30005/t30005.cc#L9" xlink:show="new" xlink:title="BBB" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#fnusygcnl6f4g)" points="56.5,90.602,89.5,90.602,96.5,115.6699,103.5,115.6699,103.5,148.7378,56.5,148.7378,56.5,90.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="56.5" x2="96.5" y1="115.6699" y2="115.6699"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="27" x="60.5" y="107.5679">BBB</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30005/t30005.cc#L17" target="_top" title="CCC" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30005/t30005.cc#L17" xlink:show="new" xlink:title="CCC" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f13xz4pqqc72hk)" points="208.5,90.602,241.5,90.602,248.5,115.6699,255.5,115.6699,255.5,148.7378,208.5,148.7378,208.5,90.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30005/t30005.cc#L17" target="_top" title="CCC" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30005/t30005.cc#L17" xlink:show="new" xlink:title="CCC" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#fnusygcnl6f4g)" points="208.5,90.602,241.5,90.602,248.5,115.6699,255.5,115.6699,255.5,148.7378,208.5,148.7378,208.5,90.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="208.5" x2="248.5" y1="115.6699" y2="115.6699"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="27" x="212.5" y="107.5679">CCC</text>
|
||||
</a>
|
||||
<path d="M90.57,148.972 C104.52,186.422 129.04,252.232 143.78,291.792 " fill="none" id="C_0000001745-to-C_0000001742" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path d="M90.57,148.972 C104.52,186.422 129.04,252.232 143.78,291.792 " fill="none" id="C_0000001789-to-C_0000001786" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="145.52,296.482,146.1315,286.6521,143.7769,291.7957,138.6334,289.4411,145.52,296.482" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M221.43,148.972 C207.48,186.422 182.96,252.232 168.22,291.792 " fill="none" id="C_0000001748-to-C_0000001742" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path d="M221.43,148.972 C207.48,186.422 182.96,252.232 168.22,291.792 " fill="none" id="C_0000001792-to-C_0000001786" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="166.48,296.482,173.3666,289.4411,168.2231,291.7957,165.8685,286.6521,166.48,296.482" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 8.6 KiB After Width: | Height: | Size: 8.6 KiB |
@@ -1,6 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="application/ecmascript" contentStyleType="text/css" height="277px" preserveAspectRatio="none" style="width:265px;height:277px;background:#FFFFFF;" version="1.1" viewBox="0 0 265 277" width="265px" zoomAndPan="magnify">
|
||||
<defs>
|
||||
<filter height="300%" id="fxrga35ngfa4r" width="300%" x="-1" y="-1">
|
||||
<filter height="300%" id="f1myiv4yxrwtvz" width="300%" x="-1" y="-1">
|
||||
<feGaussianBlur result="blurOut" stdDeviation="2.0"/>
|
||||
<feColorMatrix in="blurOut" result="blurOut2" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .4 0"/>
|
||||
<feOffset dx="4.0" dy="4.0" in="blurOut2" result="blurOut3"/>
|
||||
@@ -9,32 +9,32 @@
|
||||
<style type="text/css">a:hover { text-decoration: underline; }</style>
|
||||
</defs>
|
||||
<g>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30006/t30006.cc#L4" target="_top" title="B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30006/t30006.cc#L4" xlink:show="new" xlink:title="B" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#fxrga35ngfa4r)" points="16,212,31,212,38,237.0679,45,237.0679,45,270.1358,16,270.1358,16,212" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30006/t30006.cc#L4" target="_top" title="B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30006/t30006.cc#L4" xlink:show="new" xlink:title="B" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f1myiv4yxrwtvz)" points="16,212,31,212,38,237.0679,45,237.0679,45,270.1358,16,270.1358,16,212" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="16" x2="38" y1="237.0679" y2="237.0679"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="9" x="20" y="228.9659">B</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30006/t30006.cc#L10" target="_top" title="\uml{note[top] Top A note.}" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30006/t30006.cc#L10" xlink:show="new" xlink:title="\uml{note[top] Top A note.}" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#fxrga35ngfa4r)" points="79.5,94,95.5,94,102.5,119.0679,109.5,119.0679,109.5,152.1358,79.5,152.1358,79.5,94" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30006/t30006.cc#L10" target="_top" title="\uml{note[top] Top A note.}" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30006/t30006.cc#L10" xlink:show="new" xlink:title="\uml{note[top] Top A note.}" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f1myiv4yxrwtvz)" points="79.5,94,95.5,94,102.5,119.0679,109.5,119.0679,109.5,152.1358,79.5,152.1358,79.5,94" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="79.5" x2="102.5" y1="119.0679" y2="119.0679"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="10" x="83.5" y="110.9659">A</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30006/t30006.cc#L16" target="_top" title="C" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30006/t30006.cc#L16" xlink:show="new" xlink:title="C" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#fxrga35ngfa4r)" points="80,212,95,212,102,237.0679,109,237.0679,109,270.1358,80,270.1358,80,212" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30006/t30006.cc#L16" target="_top" title="C" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30006/t30006.cc#L16" xlink:show="new" xlink:title="C" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f1myiv4yxrwtvz)" points="80,212,95,212,102,237.0679,109,237.0679,109,270.1358,80,270.1358,80,212" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="80" x2="102" y1="237.0679" y2="237.0679"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="9" x="84" y="228.9659">C</text>
|
||||
</a>
|
||||
<path d="M50,6 L50,33.706 L139,33.706 L139,16 L129,6 L50,6 " fill="#FBFB77" filter="url(#fxrga35ngfa4r)" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M50,6 L50,33.706 L139,33.706 L139,16 L129,6 L50,6 " fill="#FBFB77" filter="url(#f1myiv4yxrwtvz)" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M129,6 L129,16 L139,16 L129,6 " fill="#FBFB77" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="68" x="56" y="24.897">Top A note.</text>
|
||||
<path d="M144.5,227 L144.5,254.706 L256.5,254.706 L256.5,237 L246.5,227 L144.5,227 " fill="#FBFB77" filter="url(#fxrga35ngfa4r)" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M144.5,227 L144.5,254.706 L256.5,254.706 L256.5,237 L246.5,227 L144.5,227 " fill="#FBFB77" filter="url(#f1myiv4yxrwtvz)" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M246.5,227 L246.5,237 L256.5,237 L246.5,227 " fill="#FBFB77" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="91" x="150.5" y="245.897">Bottom A note.</text>
|
||||
<path d="M94.5,34.2 C94.5,49.28 94.5,74.39 94.5,93.9 " fill="none" id="GMN736-C_0000001752" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path d="M109.69,140.62 C130.98,163.92 169.27,205.83 188.62,227 " fill="none" id="C_0000001752-GMN739" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path d="M79.49,151.2 C69.96,168.48 57.58,190.91 47.66,208.9 " fill="none" id="C_0000001752-to-C_0000001751" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path d="M94.5,34.2 C94.5,49.28 94.5,74.39 94.5,93.9 " fill="none" id="GMN746-C_0000001796" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path d="M109.69,140.62 C130.98,163.92 169.27,205.83 188.62,227 " fill="none" id="C_0000001796-GMN749" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path d="M79.49,151.2 C69.96,168.48 57.58,190.91 47.66,208.9 " fill="none" id="C_0000001796-to-C_0000001795" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="45.19,213.37,53.0344,207.4147,47.6012,208.9898,46.0261,203.5567,45.19,213.37" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M94.5,152.08 C94.5,168.49 94.5,189.29 94.5,206.54 " fill="none" id="C_0000001752-to-C_0000001753" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path d="M94.5,152.08 C94.5,168.49 94.5,189.29 94.5,206.54 " fill="none" id="C_0000001796-to-C_0000001797" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="94.5,211.78,98.5,202.78,94.5,206.78,90.5,202.78,94.5,211.78" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 5.0 KiB |
@@ -1,6 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="application/ecmascript" contentStyleType="text/css" height="287px" preserveAspectRatio="none" style="width:265px;height:287px;background:#FFFFFF;" version="1.1" viewBox="0 0 265 287" width="265px" zoomAndPan="magnify">
|
||||
<defs>
|
||||
<filter height="300%" id="fhm4rre2b1bap" width="300%" x="-1" y="-1">
|
||||
<filter height="300%" id="f1dld9mzf2c5tf" width="300%" x="-1" y="-1">
|
||||
<feGaussianBlur result="blurOut" stdDeviation="2.0"/>
|
||||
<feColorMatrix in="blurOut" result="blurOut2" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .4 0"/>
|
||||
<feOffset dx="4.0" dy="4.0" in="blurOut2" result="blurOut3"/>
|
||||
@@ -9,37 +9,37 @@
|
||||
<style type="text/css">a:hover { text-decoration: underline; }</style>
|
||||
</defs>
|
||||
<g>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30007/t30007.cc#L10" target="_top" title="\uml{note[top] Compare layout with t30006.}" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30007/t30007.cc#L10" xlink:show="new" xlink:title="\uml{note[top] Compare layout with t30006.}" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#fhm4rre2b1bap)" points="50.5,58,66.5,58,73.5,83.0679,157.5,83.0679,157.5,186,50.5,186,50.5,58" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30007/t30007.cc#L10" target="_top" title="\uml{note[top] Compare layout with t30006.}" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30007/t30007.cc#L10" xlink:show="new" xlink:title="\uml{note[top] Compare layout with t30006.}" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f1dld9mzf2c5tf)" points="50.5,58,66.5,58,73.5,83.0679,157.5,83.0679,157.5,186,50.5,186,50.5,58" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="50.5" x2="73.5" y1="83.0679" y2="83.0679"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="10" x="54.5" y="74.9659">A</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30007/t30007.cc#L4" target="_top" title="B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30007/t30007.cc#L4" xlink:show="new" xlink:title="B" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#fhm4rre2b1bap)" points="80,222,95,222,102,247.0679,109,247.0679,109,280.1358,80,280.1358,80,222" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30007/t30007.cc#L4" target="_top" title="B" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30007/t30007.cc#L4" xlink:show="new" xlink:title="B" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f1dld9mzf2c5tf)" points="80,222,95,222,102,247.0679,109,247.0679,109,280.1358,80,280.1358,80,222" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="80" x2="102" y1="247.0679" y2="247.0679"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="9" x="84" y="238.9659">B</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30007/t30007.cc#L11" target="_top" title="AA" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30007/t30007.cc#L11" xlink:show="new" xlink:title="AA" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#fhm4rre2b1bap)" points="74.5,104,100.5,104,107.5,129.0679,114.5,129.0679,114.5,162.1358,74.5,162.1358,74.5,104" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30007/t30007.cc#L11" target="_top" title="AA" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30007/t30007.cc#L11" xlink:show="new" xlink:title="AA" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f1dld9mzf2c5tf)" points="74.5,104,100.5,104,107.5,129.0679,114.5,129.0679,114.5,162.1358,74.5,162.1358,74.5,104" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="74.5" x2="107.5" y1="129.0679" y2="129.0679"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="20" x="78.5" y="120.9659">AA</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30007/t30007.cc#L18" target="_top" title="C" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t30007/t30007.cc#L18" xlink:show="new" xlink:title="C" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#fhm4rre2b1bap)" points="16,222,31,222,38,247.0679,45,247.0679,45,280.1358,16,280.1358,16,222" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30007/t30007.cc#L18" target="_top" title="C" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t30007/t30007.cc#L18" xlink:show="new" xlink:title="C" xlink:type="simple">
|
||||
<polygon fill="#FFFFFF" filter="url(#f1dld9mzf2c5tf)" points="16,222,31,222,38,247.0679,45,247.0679,45,280.1358,16,280.1358,16,222" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="16" x2="38" y1="247.0679" y2="247.0679"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="9" x="20" y="238.9659">C</text>
|
||||
</a>
|
||||
<path d="M53.5,6 L53.5,33.706 L245.5,33.706 L245.5,16 L235.5,6 L53.5,6 " fill="#FBFB77" filter="url(#fhm4rre2b1bap)" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M53.5,6 L53.5,33.706 L245.5,33.706 L245.5,16 L235.5,6 L53.5,6 " fill="#FBFB77" filter="url(#f1dld9mzf2c5tf)" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M235.5,6 L235.5,16 L245.5,16 L235.5,6 " fill="#FBFB77" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="171" x="59.5" y="24.897">Compare layout with t30006.</text>
|
||||
<path d="M144.5,237 L144.5,264.706 L256.5,264.706 L256.5,247 L246.5,237 L144.5,237 " fill="#FBFB77" filter="url(#fhm4rre2b1bap)" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M144.5,237 L144.5,264.706 L256.5,264.706 L256.5,247 L246.5,237 L144.5,237 " fill="#FBFB77" filter="url(#f1dld9mzf2c5tf)" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M246.5,237 L246.5,247 L256.5,247 L246.5,237 " fill="#FBFB77" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="91" x="150.5" y="255.897">Bottom A note.</text>
|
||||
<path d="M149.5,34.17 C149.5,37.7875 149.5,41.9959 149.5,46.5951 C149.5,48.8947 149.5,51.292 149.5,53.7619 C149.5,54.9969 149.5,56.25 149.5,57.5182 C149.5,57.6767 149.5,57.8355 149.5,57.9945 " fill="none" id="GMN751-C_0000001758" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path d="M157.5349,152.2688 C157.6507,152.5323 157.7675,152.7978 157.8851,153.0654 C158.8263,155.2064 159.8254,157.4788 160.8707,159.8566 C162.9613,164.612 165.2372,169.7888 167.6063,175.1775 C177.0825,196.7325 188.05,221.68 194.62,236.63 " fill="none" id="C_0000001758-GMN754" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path d="M94.5,162.08 C94.5,178.49 94.5,199.29 94.5,216.54 " fill="none" id="C_0000001759-to-C_0000001757" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path d="M149.5,34.17 C149.5,37.7875 149.5,41.9959 149.5,46.5951 C149.5,48.8947 149.5,51.292 149.5,53.7619 C149.5,54.9969 149.5,56.25 149.5,57.5182 C149.5,57.6767 149.5,57.8355 149.5,57.9945 " fill="none" id="GMN761-C_0000001802" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path d="M157.5349,152.2688 C157.6507,152.5323 157.7675,152.7978 157.8851,153.0654 C158.8263,155.2064 159.8254,157.4788 160.8707,159.8566 C162.9613,164.612 165.2372,169.7888 167.6063,175.1775 C177.0825,196.7325 188.05,221.68 194.62,236.63 " fill="none" id="C_0000001802-GMN764" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path d="M94.5,162.08 C94.5,178.49 94.5,199.29 94.5,216.54 " fill="none" id="C_0000001803-to-C_0000001801" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="94.5,221.78,98.5,212.78,94.5,216.78,90.5,212.78,94.5,221.78" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M74.36,152.9 C61.56,170.2 46.57,196.21 37.1,216.95 " fill="none" id="C_0000001759-to-C_0000001760" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path d="M74.36,152.9 C61.56,170.2 46.57,196.21 37.1,216.95 " fill="none" id="C_0000001803-to-C_0000001804" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<polygon fill="#A80036" points="35.04,221.56,42.3639,214.9751,37.08,216.9951,35.06,211.7112,35.04,221.56" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 6.2 KiB |
@@ -1,6 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="application/ecmascript" contentStyleType="text/css" height="372px" preserveAspectRatio="none" style="width:476px;height:372px;background:#FFFFFF;" version="1.1" viewBox="0 0 476 372" width="476px" zoomAndPan="magnify">
|
||||
<defs>
|
||||
<filter height="300%" id="fdllgnuwy3u5t" width="300%" x="-1" y="-1">
|
||||
<filter height="300%" id="f1opbliubwq45u" width="300%" x="-1" y="-1">
|
||||
<feGaussianBlur result="blurOut" stdDeviation="2.0"/>
|
||||
<feColorMatrix in="blurOut" result="blurOut2" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .4 0"/>
|
||||
<feOffset dx="4.0" dy="4.0" in="blurOut2" result="blurOut3"/>
|
||||
@@ -9,40 +9,40 @@
|
||||
<style type="text/css">a:hover { text-decoration: underline; }</style>
|
||||
</defs>
|
||||
<g>
|
||||
<polygon fill="#FFFFFF" filter="url(#fdllgnuwy3u5t)" points="60,6.602,86,6.602,93,31.6699,176,31.6699,176,99.602,60,99.602,60,6.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<polygon fill="#FFFFFF" filter="url(#f1opbliubwq45u)" points="60,6.602,86,6.602,93,31.6699,176,31.6699,176,99.602,60,99.602,60,6.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="60" x2="93" y1="31.6699" y2="31.6699"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="20" x="64" y="23.5679">src</text>
|
||||
<polygon fill="#FFFFFF" filter="url(#fdllgnuwy3u5t)" points="16,123.602,72,123.602,79,148.6699,205,148.6699,205,365.602,16,365.602,16,123.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<polygon fill="#FFFFFF" filter="url(#f1opbliubwq45u)" points="16,123.602,72,123.602,79,148.6699,205,148.6699,205,365.602,16,365.602,16,123.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="16" x2="79" y1="148.6699" y2="148.6699"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="50" x="20" y="140.5679">include</text>
|
||||
<polygon fill="#FFFFFF" filter="url(#fdllgnuwy3u5t)" points="48,224.602,79,224.602,86,249.6699,173,249.6699,173,333.602,48,333.602,48,224.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<polygon fill="#FFFFFF" filter="url(#f1opbliubwq45u)" points="48,224.602,79,224.602,86,249.6699,173,249.6699,173,333.602,48,333.602,48,224.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="48" x2="86" y1="249.6699" y2="249.6699"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="25" x="52" y="241.5679">lib1</text>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t40001/src/t40001.cc#L0" target="_top" title="t40001.cc" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t40001/src/t40001.cc#L0" xlink:show="new" xlink:title="t40001.cc" xlink:type="simple">
|
||||
<polygon fill="#FEFECE" filter="url(#fdllgnuwy3u5t)" points="76.5,44.602,76.5,83.6699,159.5,83.6699,159.5,54.602,149.5,44.602,76.5,44.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t40001/src/t40001.cc#L0" target="_top" title="t40001.cc" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t40001/src/t40001.cc#L0" xlink:show="new" xlink:title="t40001.cc" xlink:type="simple">
|
||||
<polygon fill="#FEFECE" filter="url(#f1opbliubwq45u)" points="76.5,44.602,76.5,83.6699,159.5,83.6699,159.5,54.602,149.5,44.602,76.5,44.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<path d="M149.5,44.602 L149.5,54.602 L159.5,54.602 " fill="#FEFECE" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="63" x="86.5" y="69.5679">t40001.cc</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t40001/include/t40001_include1.h#L0" target="_top" title="t40001_include1.h" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t40001/include/t40001_include1.h#L0" xlink:show="new" xlink:title="t40001_include1.h" xlink:type="simple">
|
||||
<polygon fill="#FEFECE" filter="url(#fdllgnuwy3u5t)" points="47,161.602,47,200.6699,189,200.6699,189,171.602,179,161.602,47,161.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t40001/include/t40001_include1.h#L0" target="_top" title="t40001_include1.h" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t40001/include/t40001_include1.h#L0" xlink:show="new" xlink:title="t40001_include1.h" xlink:type="simple">
|
||||
<polygon fill="#FEFECE" filter="url(#f1opbliubwq45u)" points="47,161.602,47,200.6699,189,200.6699,189,171.602,179,161.602,47,161.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<path d="M179,161.602 L179,171.602 L189,171.602 " fill="#FEFECE" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="122" x="57" y="186.5679">t40001_include1.h</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t40001/include/lib1/lib1.h#L0" target="_top" title="lib1.h" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t40001/include/lib1/lib1.h#L0" xlink:show="new" xlink:title="lib1.h" xlink:type="simple">
|
||||
<polygon fill="#FEFECE" filter="url(#fdllgnuwy3u5t)" points="91,270.602,91,309.6699,149,309.6699,149,280.602,139,270.602,91,270.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t40001/include/lib1/lib1.h#L0" target="_top" title="lib1.h" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t40001/include/lib1/lib1.h#L0" xlink:show="new" xlink:title="lib1.h" xlink:type="simple">
|
||||
<polygon fill="#FEFECE" filter="url(#f1opbliubwq45u)" points="91,270.602,91,309.6699,149,309.6699,149,280.602,139,270.602,91,270.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<path d="M139,270.602 L139,280.602 L149,280.602 " fill="#FEFECE" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="38" x="101" y="295.5679">lib1.h</text>
|
||||
</a>
|
||||
<path d="M221,276.102 L221,303.808 L377,303.808 L377,286.102 L367,276.102 L221,276.102 " fill="#FBFB77" filter="url(#fdllgnuwy3u5t)" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M221,276.102 L221,303.808 L377,303.808 L377,286.102 L367,276.102 L221,276.102 " fill="#FBFB77" filter="url(#f1opbliubwq45u)" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M367,276.102 L367,286.102 L377,286.102 L367,276.102 " fill="#FBFB77" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="135" x="227" y="294.999">This is a lib1 include dir</text>
|
||||
<path d="M224.5,167.102 L224.5,177.102 L189.25,181.102 L224.5,185.102 L224.5,194.808 A0,0 0 0 0 224.5,194.808 L467.5,194.808 A0,0 0 0 0 467.5,194.808 L467.5,177.102 L457.5,167.102 L224.5,167.102 A0,0 0 0 0 224.5,167.102 " fill="#FBFB77" filter="url(#fdllgnuwy3u5t)" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M224.5,167.102 L224.5,177.102 L189.25,181.102 L224.5,185.102 L224.5,194.808 A0,0 0 0 0 224.5,194.808 L467.5,194.808 A0,0 0 0 0 467.5,194.808 L467.5,177.102 L457.5,167.102 L224.5,167.102 A0,0 0 0 0 224.5,167.102 " fill="#FBFB77" filter="url(#f1opbliubwq45u)" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M457.5,167.102 L457.5,177.102 L467.5,177.102 L457.5,167.102 " fill="#FBFB77" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacing" textLength="222" x="230.5" y="185.999">This is a t40001_include1.h include file</text>
|
||||
<path d="M118,83.832 C118,103.552 118,134.642 118,156.132 " fill="none" id="C_0000001765-to-C_0000001771" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M118,83.832 C118,103.552 118,134.642 118,156.132 " fill="none" id="C_0000001809-to-C_0000001815" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#A80036" points="118,161.382,122,152.382,118,156.382,114,152.382,118,161.382" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M118.35,200.742 C118.68,218.582 119.19,245.582 119.55,265.042 " fill="none" id="C_0000001771-to-C_0000001777" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M118.35,200.742 C118.68,218.582 119.19,245.582 119.55,265.042 " fill="none" id="C_0000001815-to-C_0000001821" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#A80036" points="119.65,270.322,123.4692,261.2438,119.55,265.323,115.4708,261.4038,119.65,270.322" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M64.177,224.3009 C64.2354,224.1774 64.2943,224.054 64.3535,223.9309 C64.4719,223.6846 64.5917,223.4391 64.713,223.1945 C64.9556,222.7051 65.2039,222.2191 65.4583,221.7367 C65.9669,220.7718 66.4993,219.8212 67.0566,218.8871 C69.2855,215.1506 71.9113,211.677 75,208.602 C86.82,196.832 120.54,201.562 147.5,204.602 C203.32,210.902 258,253.182 283.73,275.832 " fill="none" id="C_0000001779-GMN774" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
<path d="M64.177,224.3009 C64.2354,224.1774 64.2943,224.054 64.3535,223.9309 C64.4719,223.6846 64.5917,223.4391 64.713,223.1945 C64.9556,222.7051 65.2039,222.2191 65.4583,221.7367 C65.9669,220.7718 66.4993,219.8212 67.0566,218.8871 C69.2855,215.1506 71.9113,211.677 75,208.602 C86.82,196.832 120.54,201.562 147.5,204.602 C203.32,210.902 258,253.182 283.73,275.832 " fill="none" id="C_0000001823-GMN784" style="stroke:#A80036;stroke-width:1.0;stroke-dasharray:7.0,7.0;"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 6.7 KiB After Width: | Height: | Size: 6.7 KiB |
@@ -1,6 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="application/ecmascript" contentStyleType="text/css" height="480px" preserveAspectRatio="none" style="width:393px;height:480px;background:#FFFFFF;" version="1.1" viewBox="0 0 393 480" width="393px" zoomAndPan="magnify">
|
||||
<defs>
|
||||
<filter height="300%" id="fh0lh2fbvaubm" width="300%" x="-1" y="-1">
|
||||
<filter height="300%" id="fo3j6spg1csy9" width="300%" x="-1" y="-1">
|
||||
<feGaussianBlur result="blurOut" stdDeviation="2.0"/>
|
||||
<feColorMatrix in="blurOut" result="blurOut2" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .4 0"/>
|
||||
<feOffset dx="4.0" dy="4.0" in="blurOut2" result="blurOut3"/>
|
||||
@@ -9,58 +9,58 @@
|
||||
<style type="text/css">a:hover { text-decoration: underline; }</style>
|
||||
</defs>
|
||||
<g>
|
||||
<polygon fill="#FFFFFF" filter="url(#fh0lh2fbvaubm)" points="16,6.602,42,6.602,49,31.6699,376,31.6699,376,169.602,16,169.602,16,6.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<polygon fill="#FFFFFF" filter="url(#fo3j6spg1csy9)" points="16,6.602,42,6.602,49,31.6699,376,31.6699,376,169.602,16,169.602,16,6.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="16" x2="49" y1="31.6699" y2="31.6699"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="20" x="20" y="23.5679">src</text>
|
||||
<polygon fill="#FFFFFF" filter="url(#fh0lh2fbvaubm)" points="40,52.602,71,52.602,78,77.6699,136,77.6699,136,145.602,40,145.602,40,52.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<polygon fill="#FFFFFF" filter="url(#fo3j6spg1csy9)" points="40,52.602,71,52.602,78,77.6699,136,77.6699,136,145.602,40,145.602,40,52.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="40" x2="78" y1="77.6699" y2="77.6699"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="25" x="44" y="69.5679">lib1</text>
|
||||
<polygon fill="#FFFFFF" filter="url(#fh0lh2fbvaubm)" points="256,52.602,287,52.602,294,77.6699,352,77.6699,352,145.602,256,145.602,256,52.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<polygon fill="#FFFFFF" filter="url(#fo3j6spg1csy9)" points="256,52.602,287,52.602,294,77.6699,352,77.6699,352,145.602,256,145.602,256,52.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="256" x2="294" y1="77.6699" y2="77.6699"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="25" x="260" y="69.5679">lib2</text>
|
||||
<polygon fill="#FFFFFF" filter="url(#fh0lh2fbvaubm)" points="54,193.602,110,193.602,117,218.6699,192,218.6699,192,473.602,54,473.602,54,193.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<polygon fill="#FFFFFF" filter="url(#fo3j6spg1csy9)" points="54,193.602,110,193.602,117,218.6699,192,218.6699,192,473.602,54,473.602,54,193.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="54" x2="117" y1="218.6699" y2="218.6699"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="50" x="58" y="210.5679">include</text>
|
||||
<polygon fill="#FFFFFF" filter="url(#fh0lh2fbvaubm)" points="78,239.602,109,239.602,116,264.6699,168,264.6699,168,332.602,78,332.602,78,239.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<polygon fill="#FFFFFF" filter="url(#fo3j6spg1csy9)" points="78,239.602,109,239.602,116,264.6699,168,264.6699,168,332.602,78,332.602,78,239.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="78" x2="116" y1="264.6699" y2="264.6699"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="25" x="82" y="256.5679">lib1</text>
|
||||
<polygon fill="#FFFFFF" filter="url(#fh0lh2fbvaubm)" points="78,356.602,109,356.602,116,381.6699,168,381.6699,168,449.602,78,449.602,78,356.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<polygon fill="#FFFFFF" filter="url(#fo3j6spg1csy9)" points="78,356.602,109,356.602,116,381.6699,168,381.6699,168,449.602,78,449.602,78,356.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<line style="stroke:#000000;stroke-width:1.5;" x1="78" x2="116" y1="381.6699" y2="381.6699"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="25" x="82" y="373.5679">lib2</text>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t40002/src/t40002.cc#L0" target="_top" title="t40002.cc" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t40002/src/t40002.cc#L0" xlink:show="new" xlink:title="t40002.cc" xlink:type="simple">
|
||||
<polygon fill="#FEFECE" filter="url(#fh0lh2fbvaubm)" points="154.5,90.602,154.5,129.6699,237.5,129.6699,237.5,100.602,227.5,90.602,154.5,90.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t40002/src/t40002.cc#L0" target="_top" title="t40002.cc" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t40002/src/t40002.cc#L0" xlink:show="new" xlink:title="t40002.cc" xlink:type="simple">
|
||||
<polygon fill="#FEFECE" filter="url(#fo3j6spg1csy9)" points="154.5,90.602,154.5,129.6699,237.5,129.6699,237.5,100.602,227.5,90.602,154.5,90.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<path d="M227.5,90.602 L227.5,100.602 L237.5,100.602 " fill="#FEFECE" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="63" x="164.5" y="115.5679">t40002.cc</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t40002/src/lib1/lib1.cc#L0" target="_top" title="lib1.cc" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t40002/src/lib1/lib1.cc#L0" xlink:show="new" xlink:title="lib1.cc" xlink:type="simple">
|
||||
<polygon fill="#FEFECE" filter="url(#fh0lh2fbvaubm)" points="56.5,90.602,56.5,129.6699,119.5,129.6699,119.5,100.602,109.5,90.602,56.5,90.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t40002/src/lib1/lib1.cc#L0" target="_top" title="lib1.cc" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t40002/src/lib1/lib1.cc#L0" xlink:show="new" xlink:title="lib1.cc" xlink:type="simple">
|
||||
<polygon fill="#FEFECE" filter="url(#fo3j6spg1csy9)" points="56.5,90.602,56.5,129.6699,119.5,129.6699,119.5,100.602,109.5,90.602,56.5,90.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<path d="M109.5,90.602 L109.5,100.602 L119.5,100.602 " fill="#FEFECE" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="43" x="66.5" y="115.5679">lib1.cc</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t40002/src/lib2/lib2.cc#L0" target="_top" title="lib2.cc" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t40002/src/lib2/lib2.cc#L0" xlink:show="new" xlink:title="lib2.cc" xlink:type="simple">
|
||||
<polygon fill="#FEFECE" filter="url(#fh0lh2fbvaubm)" points="272.5,90.602,272.5,129.6699,335.5,129.6699,335.5,100.602,325.5,90.602,272.5,90.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t40002/src/lib2/lib2.cc#L0" target="_top" title="lib2.cc" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t40002/src/lib2/lib2.cc#L0" xlink:show="new" xlink:title="lib2.cc" xlink:type="simple">
|
||||
<polygon fill="#FEFECE" filter="url(#fo3j6spg1csy9)" points="272.5,90.602,272.5,129.6699,335.5,129.6699,335.5,100.602,325.5,90.602,272.5,90.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<path d="M325.5,90.602 L325.5,100.602 L335.5,100.602 " fill="#FEFECE" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="43" x="282.5" y="115.5679">lib2.cc</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t40002/include/lib1/lib1.h#L0" target="_top" title="lib1.h" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t40002/include/lib1/lib1.h#L0" xlink:show="new" xlink:title="lib1.h" xlink:type="simple">
|
||||
<polygon fill="#FEFECE" filter="url(#fh0lh2fbvaubm)" points="94,277.602,94,316.6699,152,316.6699,152,287.602,142,277.602,94,277.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t40002/include/lib1/lib1.h#L0" target="_top" title="lib1.h" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t40002/include/lib1/lib1.h#L0" xlink:show="new" xlink:title="lib1.h" xlink:type="simple">
|
||||
<polygon fill="#FEFECE" filter="url(#fo3j6spg1csy9)" points="94,277.602,94,316.6699,152,316.6699,152,287.602,142,277.602,94,277.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<path d="M142,277.602 L142,287.602 L152,287.602 " fill="#FEFECE" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="38" x="104" y="302.5679">lib1.h</text>
|
||||
</a>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t40002/include/lib2/lib2.h#L0" target="_top" title="lib2.h" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/58fa6539bf8dd481415ad12538ed2f684fc9a7fc/tests/t40002/include/lib2/lib2.h#L0" xlink:show="new" xlink:title="lib2.h" xlink:type="simple">
|
||||
<polygon fill="#FEFECE" filter="url(#fh0lh2fbvaubm)" points="94,394.602,94,433.6699,152,433.6699,152,404.602,142,394.602,94,394.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<a href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t40002/include/lib2/lib2.h#L0" target="_top" title="lib2.h" xlink:actuate="onRequest" xlink:href="https://github.com/bkryza/clang-uml/blob/bbdd409db8e606520f93b28a6d976b9c63cad388/tests/t40002/include/lib2/lib2.h#L0" xlink:show="new" xlink:title="lib2.h" xlink:type="simple">
|
||||
<polygon fill="#FEFECE" filter="url(#fo3j6spg1csy9)" points="94,394.602,94,433.6699,152,433.6699,152,404.602,142,394.602,94,394.602" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<path d="M142,394.602 L142,404.602 L152,404.602 " fill="#FEFECE" style="stroke:#000000;stroke-width:1.5;"/>
|
||||
<text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="38" x="104" y="419.5679">lib2.h</text>
|
||||
</a>
|
||||
<path d="M188.6,129.862 C175.17,163.882 146.84,235.672 132.2,272.792 " fill="none" id="C_0000001785-to-C_0000001789" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M188.6,129.862 C175.17,163.882 146.84,235.672 132.2,272.792 " fill="none" id="C_0000001829-to-C_0000001833" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#A80036" points="130.31,277.572,137.3226,270.6565,132.1374,272.9179,129.876,267.7327,130.31,277.572" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M196.41,129.862 C196.69,169.832 194.32,265.822 168,340.602 C161.67,358.582 150.33,376.812 140.62,390.482 " fill="none" id="C_0000001785-to-C_0000001795" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M196.41,129.862 C196.69,169.832 194.32,265.822 168,340.602 C161.67,358.582 150.33,376.812 140.62,390.482 " fill="none" id="C_0000001829-to-C_0000001839" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#A80036" points="137.67,394.582,146.1809,389.6256,140.5964,390.5278,139.6942,384.9434,137.67,394.582" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M91.55,129.862 C97.96,163.742 111.46,235.092 118.5,272.332 " fill="none" id="C_0000001801-to-C_0000001789" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M91.55,129.862 C97.96,163.742 111.46,235.092 118.5,272.332 " fill="none" id="C_0000001845-to-C_0000001833" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#A80036" points="119.49,277.572,121.7443,267.9846,118.559,272.6594,113.8842,269.4741,119.49,277.572" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M299.25,129.822 C288.18,170.932 257.67,271.012 207,340.602 C192.68,360.272 172.04,378.182 154.81,391.272 " fill="none" id="C_0000001809-to-C_0000001795" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M299.25,129.822 C288.18,170.932 257.67,271.012 207,340.602 C192.68,360.272 172.04,378.182 154.81,391.272 " fill="none" id="C_0000001853-to-C_0000001839" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#A80036" points="150.51,394.502,160.11,392.302,154.51,391.502,155.31,385.902,150.51,394.502" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M123,316.832 C123,336.552 123,367.642 123,389.132 " fill="none" id="C_0000001789-to-C_0000001795" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<path d="M123,316.832 C123,336.552 123,367.642 123,389.132 " fill="none" id="C_0000001833-to-C_0000001839" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
<polygon fill="#A80036" points="123,394.382,127,385.382,123,389.382,119,385.382,123,394.382" style="stroke:#A80036;stroke-width:1.0;"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 9.1 KiB After Width: | Height: | Size: 9.1 KiB |
@@ -122,6 +122,7 @@ test_cases:
|
||||
description:
|
||||
- name: t00042
|
||||
title: Specialization class template diagram filter test
|
||||
description:
|
||||
Sequence diagrams:
|
||||
- name: t20001
|
||||
title: Basic sequence diagram test case
|
||||
|
||||