Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r61037 - trunk/libs/statechart/doc
From: ahd6974-boostorg_at_[hidden]
Date: 2010-04-04 07:33:46


Author: andreas_huber69
Date: 2010-04-04 07:33:46 EDT (Sun, 04 Apr 2010)
New Revision: 61037
URL: http://svn.boost.org/trac/boost/changeset/61037

Log:
Updated the reference to reflect the recent change to the simple_state<>::outer_context() functions.
Text files modified:
   trunk/libs/statechart/doc/reference.html | 12 +++++++-----
   1 files changed, 7 insertions(+), 5 deletions(-)

Modified: trunk/libs/statechart/doc/reference.html
==============================================================================
--- trunk/libs/statechart/doc/reference.html (original)
+++ trunk/libs/statechart/doc/reference.html 2010-04-04 07:33:46 EDT (Sun, 04 Apr 2010)
@@ -2552,7 +2552,8 @@
   direct or indirect subtype with a <code>state_machine&lt;&gt;</code> subtype as
   argument then the <code>state_machine&lt;&gt;</code> subclass portion must still
   exist<br>
- <b>Returns</b>: A reference to a direct or indirect context</p>
+ <b>Returns</b>: A reference to a direct or indirect context or any public base
+ type of the contexts</p>
   <pre>
 template&lt; class OtherContext &gt;
 const OtherContext &amp; <a name="contextconst" id=
@@ -2565,7 +2566,8 @@
   direct or indirect subtype with a <code>state_machine&lt;&gt;</code> subtype as
   argument then the <code>state_machine&lt;&gt;</code> subclass portion must still
   exist<br>
- <b>Returns</b>: A reference to a const direct or indirect context</p>
+ <b>Returns</b>: A reference to a const direct or indirect context or any public
+ base type of the contexts</p>
   <pre>
 template&lt; class Target &gt;
 Target <a name="simple_state::state_cast" id=
@@ -3138,7 +3140,7 @@
       <td><code>Destination</code></td>
 
       <td>A model of the SimpleState
- or State concepts or an instantiation of the
+ or State concepts, any of their public base types or an instantiation of the
       <code><a href=
       "#ClassTemplateshallow_history">shallow_history</a></code> or
       <code>deep_history</code>
@@ -3255,8 +3257,8 @@
     <tr>
       <td><code>ReactionContext</code></td>
 
- <td>Either the state defining the in-state reaction itself
- or one of it direct or indirect contexts</td>
+ <td>Either the state defining the in-state reaction itself, one of its direct or indirect contexts
+ or any of their public base types</td>
 
       <td>The state of which the action is a member</td>
 


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