aboutsummaryrefslogtreecommitdiffstats
path: root/doc/html/classmeow_1_1SegmentTree.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/classmeow_1_1SegmentTree.html')
-rw-r--r--doc/html/classmeow_1_1SegmentTree.html38
1 files changed, 30 insertions, 8 deletions
diff --git a/doc/html/classmeow_1_1SegmentTree.html b/doc/html/classmeow_1_1SegmentTree.html
index 9a2b901..1a3ec04 100644
--- a/doc/html/classmeow_1_1SegmentTree.html
+++ b/doc/html/classmeow_1_1SegmentTree.html
@@ -4,7 +4,7 @@
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
-<meta name="generator" content="Doxygen 1.8.3.1"/>
+<meta name="generator" content="Doxygen 1.8.6"/>
<title>Templates -- Meow: meow::SegmentTree&lt; Value &gt; Class Template Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
@@ -28,16 +28,16 @@
<td id="projectlogo"><img alt="Logo" src="logo.png"/></td>
<td style="padding-left: 0.5em;">
<div id="projectname">Templates -- Meow
- &#160;<span id="projectnumber">1.1.2</span>
+ &#160;<span id="projectnumber">1.1.4</span>
</div>
- <div id="projectbrief">不能,也不應該先編譯成obj-file的templates</div>
+ <div id="projectbrief">A C++ template which is unable and also not allowed to compile to obj-file first.</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
-<!-- Generated by Doxygen 1.8.3.1 -->
+<!-- Generated by Doxygen 1.8.6 -->
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
@@ -107,10 +107,10 @@ class meow::SegmentTree&lt; Value &gt;</h3>
<p>中文名 <code>線段樹</code> </p>
<p>維護一個陣列, 並且讓user可以有區間查詢, 區間修改的小東東</p>
-<h2>Template Class Operators Request</h2>
+<h2>Template Class Operators Request </h2>
<table class="doxtable">
<tr>
-<th align="right">const?</th><th align="center">Typename</th><th align="right">Operator </th><th align="left">Parameters </th><th align="center">Return Type </th><th align="left">Description </th></tr>
+<th align="right">const?</th><th align="center">Typename</th><th align="right">Operator </th><th align="left">Parameters </th><th align="center">Return Type </th><th align="left">Description </th></tr>
<tr>
<td align="right">const </td><td align="center"><a class="el" href="classmeow_1_1Vector.html" title="vector ">Vector</a> </td><td align="right">operator[] </td><td align="left">(size_t <code>n</code>) </td><td align="center">Scalar </td><td align="left">取得第 <code>n</code> 維度量 </td></tr>
<tr>
@@ -144,6 +144,8 @@ class meow::SegmentTree&lt; Value &gt;</h3>
</li>
</ul>
<dl class="section author"><dt>Author</dt><dd>cat_leopard </dd></dl>
+
+<p>Definition at line <a class="el" href="SegmentTree_8h_source.html#l00045">45</a> of file <a class="el" href="SegmentTree_8h_source.html">SegmentTree.h</a>.</p>
</div><h2 class="groupheader">Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="a8e8365f0440c68f3c0853b94a7de3ccb"></a>
<div class="memitem">
@@ -170,6 +172,8 @@ template&lt;class Value &gt; </div>
<p>constructor </p>
+<p>Definition at line <a class="el" href="SegmentTree_8h_source.html#l00121">121</a> of file <a class="el" href="SegmentTree_8h_source.html">SegmentTree.h</a>.</p>
+
</div>
</div>
<a class="anchor" id="a1fe904372d3cdd01f07a1c88f86b14a1"></a>
@@ -198,6 +202,8 @@ template&lt;class Value &gt; </div>
<p>constructor, with <code>size</code> gived </p>
+<p>Definition at line <a class="el" href="SegmentTree_8h_source.html#l00126">126</a> of file <a class="el" href="SegmentTree_8h_source.html">SegmentTree.h</a>.</p>
+
</div>
</div>
<a class="anchor" id="a12a47cdf24eacb80d0bad4010f6a2953"></a>
@@ -226,6 +232,8 @@ template&lt;class Value &gt; </div>
<p>constructor, 並且複製資料 </p>
+<p>Definition at line <a class="el" href="SegmentTree_8h_source.html#l00131">131</a> of file <a class="el" href="SegmentTree_8h_source.html">SegmentTree.h</a>.</p>
+
</div>
</div>
<h2 class="groupheader">Member Function Documentation</h2>
@@ -255,6 +263,8 @@ template&lt;class Value &gt; </div>
<p>複製 </p>
+<p>Definition at line <a class="el" href="SegmentTree_8h_source.html#l00138">138</a> of file <a class="el" href="SegmentTree_8h_source.html">SegmentTree.h</a>.</p>
+
</div>
</div>
<a class="anchor" id="aaeca3de355dc367e2664e83800ee6aa5"></a>
@@ -299,6 +309,8 @@ template&lt;class Value &gt; </div>
<p>將區間 <code></code>[first,last] 全部都加上 <code>delta</code> </p>
+<p>Definition at line <a class="el" href="SegmentTree_8h_source.html#l00181">181</a> of file <a class="el" href="SegmentTree_8h_source.html">SegmentTree.h</a>.</p>
+
</div>
</div>
<a class="anchor" id="a765e794af604ab7c20a4245dfafcf14c"></a>
@@ -327,6 +339,8 @@ template&lt;class Value &gt; </div>
<p>same as copyFrom(b) </p>
+<p>Definition at line <a class="el" href="SegmentTree_8h_source.html#l00187">187</a> of file <a class="el" href="SegmentTree_8h_source.html">SegmentTree.h</a>.</p>
+
</div>
</div>
<a class="anchor" id="a2f300a5fd5ffdd19e4b3efc6899a7439"></a>
@@ -371,6 +385,8 @@ template&lt;class Value &gt; </div>
<p>將區間 <code></code>[first,last] 全部都設定成 <code>value</code> </p>
+<p>Definition at line <a class="el" href="SegmentTree_8h_source.html#l00173">173</a> of file <a class="el" href="SegmentTree_8h_source.html">SegmentTree.h</a>.</p>
+
</div>
</div>
<a class="anchor" id="a18bb3667abd9810ce3534af3d70b14d5"></a>
@@ -409,6 +425,8 @@ template&lt;class Value &gt; </div>
<p>回傳區間 <code></code>[first,last] (邊界都含) 的區間值 </p>
+<p>Definition at line <a class="el" href="SegmentTree_8h_source.html#l00165">165</a> of file <a class="el" href="SegmentTree_8h_source.html">SegmentTree.h</a>.</p>
+
</div>
</div>
<a class="anchor" id="a80c550b0a3b997bc541ae0947ae2f55d"></a>
@@ -437,6 +455,8 @@ template&lt;class Value &gt; </div>
<p>將資料清空且設定維護範圍是 <code>0~size-1</code> </p>
+<p>Definition at line <a class="el" href="SegmentTree_8h_source.html#l00154">154</a> of file <a class="el" href="SegmentTree_8h_source.html">SegmentTree.h</a>.</p>
+
</div>
</div>
<a class="anchor" id="a8985a196cfb954bc469e7dae146ad4ed"></a>
@@ -464,6 +484,8 @@ template&lt;class Value &gt; </div>
<p>回傳size </p>
+<p>Definition at line <a class="el" href="SegmentTree_8h_source.html#l00147">147</a> of file <a class="el" href="SegmentTree_8h_source.html">SegmentTree.h</a>.</p>
+
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
@@ -476,9 +498,9 @@ template&lt;class Value &gt; </div>
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="namespacemeow.html">meow</a></li><li class="navelem"><a class="el" href="classmeow_1_1SegmentTree.html">SegmentTree</a></li>
- <li class="footer">Generated on Fri Jun 6 2014 17:51:47 for Templates -- Meow by
+ <li class="footer">Generated on Mon Jun 23 2014 17:02:04 for Templates -- Meow by
<a href="http://www.doxygen.org/index.html">
- <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.3.1 </li>
+ <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.6 </li>
</ul>
</div>
</body>