diff options
Diffstat (limited to 'doc/html/classmeow_1_1BinaryIndexTree.html')
-rw-r--r-- | doc/html/classmeow_1_1BinaryIndexTree.html | 30 |
1 files changed, 22 insertions, 8 deletions
diff --git a/doc/html/classmeow_1_1BinaryIndexTree.html b/doc/html/classmeow_1_1BinaryIndexTree.html index 96d17f0..dce3d15 100644 --- a/doc/html/classmeow_1_1BinaryIndexTree.html +++ b/doc/html/classmeow_1_1BinaryIndexTree.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::BinaryIndexTree< Value > 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 -  <span id="projectnumber">1.1.2</span> +  <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"> @@ -95,6 +95,8 @@ class meow::BinaryIndexTree< Value ></h3> <p>極度簡化的 <code><a class="el" href="classmeow_1_1SegmentTree.html" title="中文名 線段樹 ">SegmentTree</a></code> 已無區間更新的操作 </p> <p>一般來說只能用在維護區間總和, 維護區間最大值只有在特殊情況才可以, 即 <b>針對每個元素</b>, <b>每次update()</b> <b>的值一定會大於等於原本的值</b> . 若要用區間最大值 , 則 <em>Value</em> 的 <code>operator+</code> 要寫成 <code>std::max</code>(...)</p> <dl class="section author"><dt>Author</dt><dd>cat_leopard </dd></dl> + +<p>Definition at line <a class="el" href="BinaryIndexTree_8h_source.html#l00021">21</a> of file <a class="el" href="BinaryIndexTree_8h_source.html">BinaryIndexTree.h</a>.</p> </div><h2 class="groupheader">Constructor & Destructor Documentation</h2> <a class="anchor" id="afe34f33091c5c8267f1d219ff40824c4"></a> <div class="memitem"> @@ -121,6 +123,8 @@ template<class Value > </div> <p>constructor </p> +<p>Definition at line <a class="el" href="BinaryIndexTree_8h_source.html#l00028">28</a> of file <a class="el" href="BinaryIndexTree_8h_source.html">BinaryIndexTree.h</a>.</p> + </div> </div> <a class="anchor" id="a355a4eacbfbe2112720d529efdbad021"></a> @@ -166,6 +170,8 @@ template<class Value > </div> </dd> </dl> +<p>Definition at line <a class="el" href="BinaryIndexTree_8h_source.html#l00037">37</a> of file <a class="el" href="BinaryIndexTree_8h_source.html">BinaryIndexTree.h</a>.</p> + </div> </div> <a class="anchor" id="a8323caade12e478be1e47b7612a60b8f"></a> @@ -193,14 +199,16 @@ template<class Value > </div> </div><div class="memdoc"> <p>constructor </p> -<p>將另一個 <code><a class="el" href="classmeow_1_1BinaryIndexTree.html" title="極度簡化的 SegmentTree 已無區間更新的操作">BinaryIndexTree</a></code> 原封不動的複製過來 </p> +<p>將另一個 <code><a class="el" href="classmeow_1_1BinaryIndexTree.html" title="極度簡化的 SegmentTree 已無區間更新的操作 ">BinaryIndexTree</a></code> 原封不動的複製過來 </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> - <tr><td class="paramdir">[in]</td><td class="paramname">tree2</td><td>另外一個 <code><a class="el" href="classmeow_1_1BinaryIndexTree.html" title="極度簡化的 SegmentTree 已無區間更新的操作">BinaryIndexTree</a></code> </td></tr> + <tr><td class="paramdir">[in]</td><td class="paramname">tree2</td><td>另外一個 <code><a class="el" href="classmeow_1_1BinaryIndexTree.html" title="極度簡化的 SegmentTree 已無區間更新的操作 ">BinaryIndexTree</a></code> </td></tr> </table> </dd> </dl> +<p>Definition at line <a class="el" href="BinaryIndexTree_8h_source.html#l00047">47</a> of file <a class="el" href="BinaryIndexTree_8h_source.html">BinaryIndexTree.h</a>.</p> + </div> </div> <h2 class="groupheader">Member Function Documentation</h2> @@ -238,6 +246,8 @@ template<class Value > </div> </dl> <dl class="section return"><dt>Returns</dt><dd>區間值 </dd></dl> +<p>Definition at line <a class="el" href="BinaryIndexTree_8h_source.html#l00090">90</a> of file <a class="el" href="BinaryIndexTree_8h_source.html">BinaryIndexTree.h</a>.</p> + </div> </div> <a class="anchor" id="a5634a9420ee864860bbf8605b9e17c32"></a> @@ -285,6 +295,8 @@ template<class Value > </div> </dl> <dl class="section return"><dt>Returns</dt><dd>無 </dd></dl> +<p>Definition at line <a class="el" href="BinaryIndexTree_8h_source.html#l00060">60</a> of file <a class="el" href="BinaryIndexTree_8h_source.html">BinaryIndexTree.h</a>.</p> + </div> </div> <a class="anchor" id="a3a4f1799b20d5dab24d8cc584db5d32d"></a> @@ -332,6 +344,8 @@ template<class Value > </div> </dl> <dl class="section return"><dt>Returns</dt><dd>無 </dd></dl> +<p>Definition at line <a class="el" href="BinaryIndexTree_8h_source.html#l00074">74</a> of file <a class="el" href="BinaryIndexTree_8h_source.html">BinaryIndexTree.h</a>.</p> + </div> </div> <hr/>The documentation for this class was generated from the following file:<ul> @@ -344,9 +358,9 @@ template<class Value > </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_1BinaryIndexTree.html">BinaryIndexTree</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> |