Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r71181 - sandbox/shifted_ptr/libs/smart_ptr/doc
From: phil_at_[hidden]
Date: 2011-04-10 22:40:37


Author: pbouchard
Date: 2011-04-10 22:40:37 EDT (Sun, 10 Apr 2011)
New Revision: 71181
URL: http://svn.boost.org/trac/boost/changeset/71181

Log:
* Added union diagrams
Added:
   sandbox/shifted_ptr/libs/smart_ptr/doc/Cyclicism1.png (contents, props changed)
   sandbox/shifted_ptr/libs/smart_ptr/doc/Cyclicism2.png (contents, props changed)
   sandbox/shifted_ptr/libs/smart_ptr/doc/Union1.png (contents, props changed)
   sandbox/shifted_ptr/libs/smart_ptr/doc/Union2.png (contents, props changed)
Removed:
   sandbox/shifted_ptr/libs/smart_ptr/doc/cyclicism.png
   sandbox/shifted_ptr/libs/smart_ptr/doc/introduction.png
Text files modified:
   sandbox/shifted_ptr/libs/smart_ptr/doc/rationale.html | 8 ++++++--
   1 files changed, 6 insertions(+), 2 deletions(-)

Added: sandbox/shifted_ptr/libs/smart_ptr/doc/Cyclicism1.png
==============================================================================
Binary file. No diff available.

Added: sandbox/shifted_ptr/libs/smart_ptr/doc/Cyclicism2.png
==============================================================================
Binary file. No diff available.

Added: sandbox/shifted_ptr/libs/smart_ptr/doc/Union1.png
==============================================================================
Binary file. No diff available.

Added: sandbox/shifted_ptr/libs/smart_ptr/doc/Union2.png
==============================================================================
Binary file. No diff available.

Deleted: sandbox/shifted_ptr/libs/smart_ptr/doc/cyclicism.png
==============================================================================
Binary file. No diff available.

Deleted: sandbox/shifted_ptr/libs/smart_ptr/doc/introduction.png
==============================================================================
Binary file. No diff available.

Modified: sandbox/shifted_ptr/libs/smart_ptr/doc/rationale.html
==============================================================================
--- sandbox/shifted_ptr/libs/smart_ptr/doc/rationale.html (original)
+++ sandbox/shifted_ptr/libs/smart_ptr/doc/rationale.html 2011-04-10 22:40:37 EDT (Sun, 10 Apr 2011)
@@ -77,7 +77,7 @@
   segment. For example:</p>
   
   <center>
- <img src="introduction.png"/>
+ <img src="Introduction.png"/>
   </center>
 
   <h2><a name="cyclicism" id="cyclicism"></a>Cyclicism</h2>
@@ -88,7 +88,7 @@
   0 and consequently every elements composing the <i>set</i> will be destructed and deallocated:</p>
   
   <center>
- <img src="cyclicism.png"/>
+ <img src="Cyclicism1.png"/><img src="Cyclicism2.png"/>
   </center>
 
   <h2><a name="initialization" id="initialization"></a>Initialization</h2>
@@ -104,6 +104,10 @@
   first <i>set</i> will be added to the counter from the second <i>set</i> and a redirection of the first counter to the second will occur so that all elements from the
   first <i>set</i> make direct use of the second counter. Once two <i>set</i>s are unified they will stay unified even if the new reference responsible for unifying the
   <i>set</i>s is once again disjointed.</p>
+
+ <center>
+ <img src="Union1.png"/><img src="Union2.png"/>
+ </center>
 
   <h2><a name="naming" id="naming"></a>Naming Convention</h2>
 


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