|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r81941 - in sandbox-branches/geometry/index/doc: html html/geometry_index/r_tree rtree
From: adam.wulkiewicz_at_[hidden]
Date: 2012-12-14 10:01:05
Author: awulkiew
Date: 2012-12-14 10:01:04 EST (Fri, 14 Dec 2012)
New Revision: 81941
URL: http://svn.boost.org/trac/boost/changeset/81941
Log:
Added info about the Value with no default ctor in docs.
Text files modified:
sandbox-branches/geometry/index/doc/html/geometry_index/r_tree/exception_safety.html | 9 ++++-----
sandbox-branches/geometry/index/doc/html/geometry_index/r_tree/introduction.html | 9 ++++++---
sandbox-branches/geometry/index/doc/html/index.html | 2 +-
sandbox-branches/geometry/index/doc/rtree/exception_safety.qbk | 8 ++++----
sandbox-branches/geometry/index/doc/rtree/introduction.qbk | 3 ++-
5 files changed, 17 insertions(+), 14 deletions(-)
Modified: sandbox-branches/geometry/index/doc/html/geometry_index/r_tree/exception_safety.html
==============================================================================
--- sandbox-branches/geometry/index/doc/html/geometry_index/r_tree/exception_safety.html (original)
+++ sandbox-branches/geometry/index/doc/html/geometry_index/r_tree/exception_safety.html 2012-12-14 10:01:04 EST (Fri, 14 Dec 2012)
@@ -30,17 +30,16 @@
</p>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
- Exception-safe copy constructor of the <code class="computeroutput">Value</code>.
+ exception-safe copy constructor and copy assignment of the <code class="computeroutput">Value</code>.
</li>
<li class="listitem">
- Exception-safe copy constructor of the <code class="computeroutput"><span class="identifier">CoordinateType</span></code>
- used in the <code class="computeroutput"><span class="identifier">Indexable</span></code>.
+ exception-safe copy constructor and copy assignment of the <code class="computeroutput"><span class="identifier">CoordinateType</span></code> used in the <code class="computeroutput"><span class="identifier">Indexable</span></code>.
</li>
<li class="listitem">
- Nonthrowing copy constructor of the <code class="computeroutput"><span class="identifier">Translator</span></code>.
+ nonthrowing copy constructor of the <code class="computeroutput"><span class="identifier">Translator</span></code>.
</li>
<li class="listitem">
- Nonthrowing destructors of the above types.
+ nonthrowing destructors of above types.
</li>
</ul></div>
<div class="informaltable"><table class="table">
Modified: sandbox-branches/geometry/index/doc/html/geometry_index/r_tree/introduction.html
==============================================================================
--- sandbox-branches/geometry/index/doc/html/geometry_index/r_tree/introduction.html (original)
+++ sandbox-branches/geometry/index/doc/html/geometry_index/r_tree/introduction.html 2012-12-14 10:01:04 EST (Fri, 14 Dec 2012)
@@ -182,6 +182,12 @@
</p>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
+ capable to store arbitrary Value type,
+ </li>
+<li class="listitem">
+ capable to store Value type with no default constructor,
+ </li>
+<li class="listitem">
three different creation algorithms - linear, quadratic or rstar,
</li>
<li class="listitem">
@@ -189,9 +195,6 @@
passed as compile- or run-time parameters - compile-time version is faster,
</li>
<li class="listitem">
- capable to store arbitrary Value type,
- </li>
-<li class="listitem">
advanced queries - e.g. search for 5 nearest values further than some
minimal distance and intersecting some region but not within the other
one.
Modified: sandbox-branches/geometry/index/doc/html/index.html
==============================================================================
--- sandbox-branches/geometry/index/doc/html/index.html (original)
+++ sandbox-branches/geometry/index/doc/html/index.html 2012-12-14 10:01:04 EST (Fri, 14 Dec 2012)
@@ -56,7 +56,7 @@
</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
-<td align="left"><p><small>Last revised: December 13, 2012 at 22:34:06 GMT</small></p></td>
+<td align="left"><p><small>Last revised: December 14, 2012 at 15:00:09 GMT</small></p></td>
<td align="right"><div class="copyright-footer"></div></td>
</tr></table>
<hr>
Modified: sandbox-branches/geometry/index/doc/rtree/exception_safety.qbk
==============================================================================
--- sandbox-branches/geometry/index/doc/rtree/exception_safety.qbk (original)
+++ sandbox-branches/geometry/index/doc/rtree/exception_safety.qbk 2012-12-14 10:01:04 EST (Fri, 14 Dec 2012)
@@ -12,10 +12,10 @@
In order to be exception-safe the __rtree__ requires:
-* Exception-safe copy constructor of the `__value__`.
-* Exception-safe copy constructor of the `CoordinateType` used in the `Indexable`.
-* Nonthrowing copy constructor of the `Translator`.
-* Nonthrowing destructors of the above types.
+* exception-safe copy constructor and copy assignment of the `__value__`.
+* exception-safe copy constructor and copy assignment of the `CoordinateType` used in the `Indexable`.
+* nonthrowing copy constructor of the `Translator`.
+* nonthrowing destructors of above types.
[table
[[Operation] [exception-safety]]
Modified: sandbox-branches/geometry/index/doc/rtree/introduction.qbk
==============================================================================
--- sandbox-branches/geometry/index/doc/rtree/introduction.qbk (original)
+++ sandbox-branches/geometry/index/doc/rtree/introduction.qbk 2012-12-14 10:01:04 EST (Fri, 14 Dec 2012)
@@ -44,9 +44,10 @@
Key features of this implementation of the __rtree__ are:
+* capable to store arbitrary __value__ type,
+* capable to store __value__ type with no default constructor,
* three different creation algorithms - linear, quadratic or rstar,
* parameters (including maximal and minimal number of elements) may be passed as compile- or run-time parameters - compile-time version is faster,
-* capable to store arbitrary __value__ type,
* advanced queries - e.g. search for 5 nearest values further than some minimal distance and intersecting some region but not within the other one.
[endsect]
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk